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