| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/facestyle.h>

Public Types | |
| enum | PaintStyle { AsPoints, Outlined, Filled, Culled, DoNotChangeStyle } |
| enum | Orientation { Clockwise, CounterClockwise, Reverse, DoNotChange } |
Public Member Functions | |
| VRS_SERIALIZABLE_CLASS_ENUM (PaintStyle) | |
| VRS_SERIALIZABLE_CLASS_ENUM (Orientation) | |
| FaceStyle (PaintStyle frontStyle=FaceStyle::Filled, PaintStyle back=FaceStyle::Filled, Orientation orientation=FaceStyle::DoNotChange) | |
| bool | operator== (const FaceStyle &other) const |
| void | setFrontStyle (PaintStyle frontstyle) |
| PaintStyle | getFrontStyle () const |
| Set resp. get the paint style used for front-facing facets. | |
| void | setBackStyle (PaintStyle backstyle) |
| PaintStyle | getBackStyle () const |
| Set resp. get the paint style used for front-facing facets. | |
| void | setStyle (PaintStyle frontAndBackStyle) |
| void | setOrientation (Orientation) |
| Set the orientation of the facets. | |
| Orientation | getOrientation () const |
| Get the orientation of the facets. | |
| VRS_TYPEINFO (FaceStyle, MonoAttribute) | |
| VRS_SERIALIZABLE (FaceStyle) | |
| VRS::FaceStyle::FaceStyle | ( | PaintStyle | frontStyle = FaceStyle::Filled, |
|
| PaintStyle | back = FaceStyle::Filled, |
|||
| Orientation | orientation = FaceStyle::DoNotChange | |||
| ) |
Specifies the apprearance of facets, distinguishing front- and back-faces. Additionally, the orientation of faces can be modified; the default is not to change the orientation.
| VRS::FaceStyle::VRS_SERIALIZABLE_CLASS_ENUM | ( | PaintStyle | ) |
| VRS::FaceStyle::VRS_SERIALIZABLE_CLASS_ENUM | ( | Orientation | ) |
| bool VRS::FaceStyle::operator== | ( | const FaceStyle & | other | ) | const |
| void VRS::FaceStyle::setFrontStyle | ( | PaintStyle | frontstyle | ) |
| FaceStyle::PaintStyle VRS::FaceStyle::getFrontStyle | ( | ) | const [inline] |
Set resp. get the paint style used for front-facing facets.
| void VRS::FaceStyle::setBackStyle | ( | PaintStyle | backstyle | ) |
| FaceStyle::PaintStyle VRS::FaceStyle::getBackStyle | ( | ) | const [inline] |
Set resp. get the paint style used for front-facing facets.
| void VRS::FaceStyle::setStyle | ( | PaintStyle | frontAndBackStyle | ) |
| void VRS::FaceStyle::setOrientation | ( | Orientation | ) |
Set the orientation of the facets.
| FaceStyle::Orientation VRS::FaceStyle::getOrientation | ( | ) | const [inline] |
Get the orientation of the facets.
| VRS::FaceStyle::VRS_TYPEINFO | ( | FaceStyle | , | |
| MonoAttribute | ||||
| ) |
| VRS::FaceStyle::VRS_SERIALIZABLE | ( | FaceStyle | ) |