|
Public Types |
| enum | Mode { POINT = GL_POINT,
LINE = GL_LINE,
FILL = GL_FILL
} |
| enum | Face { FRONT_AND_BACK,
FRONT,
BACK
} |
Public Member Functions |
| | PolygonMode () |
| | PolygonMode (Face face, Mode mode) |
| | PolygonMode (const PolygonMode &pm, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
| | Copy constructor using CopyOp to manage deep vs shallow copy.
|
| | META_StateAttribute (osg, PolygonMode, POLYGONMODE) |
| virtual int | compare (const StateAttribute &sa) const |
| | return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
|
| void | setMode (Face face, Mode mode) |
| Mode | getMode (Face face) const |
| bool | getFrontAndBack () const |
| virtual void | apply (State &state) const |
| | apply the OpenGL state attributes.
|
Protected Member Functions |
| virtual | ~PolygonMode () |
Protected Attributes |
| Mode | _modeFront |
| Mode | _modeBack |