#include <sglStatelet.hpp>
Inheritance diagram for sglPolyFrontStyle::
Public Methods | |
sglPolyFrontStyle (StyleEnum style=eFILLED) | |
virtual | ~sglPolyFrontStyle () |
void | apply (sglCurrState *curr_state) const |
Example:
sglPolyFrontStyle *pfs = new sglPolyFrontStyle; // filled by default pfs->setStyle(sglPolyStyle::eLINE); // set front face to wireframe
Definition at line 1868 of file sglStatelet.hpp.
|
Constructor (also the default constructor).
Definition at line 1875 of file sglStatelet.hpp. |
|
virtual destructor.
Definition at line 1879 of file sglStatelet.hpp. |
|
Apply this state change to the current rendering state.
Reimplemented from sglStatelet. |