#include <sglStatelet.hpp>
Inheritance diagram for sglPolyStyle::
Public Types | |
enum | StyleEnum { eFILLED = 0, eLINE, ePOINT } |
Public Methods | |
void | setStyle (StyleEnum style) |
StyleEnum | getStyle () const |
virtual void | printInfo (ostream &ostrm, const char *indent_string) const |
Protected Methods | |
sglPolyStyle (StateEnum type, StyleEnum style) | |
virtual | ~sglPolyStyle () |
Protected Attributes | |
StyleEnum | m_style |
Definition at line 1768 of file sglStatelet.hpp.
|
Tokens for the three styles.
Definition at line 1772 of file sglStatelet.hpp. |
|
Set the polygon style for the side specified by the subclass.
Definition at line 1788 of file sglStatelet.hpp. |
|
Query the current polygon style
Definition at line 1793 of file sglStatelet.hpp. |
|
Output the state of this node to the specified ostream.
Reimplemented from sglStatelet. |