#include <sglStatelet.hpp>
Inheritance diagram for sglBooleanStatelet::
Public Methods | |
sglBooleanStatelet (StateEnum type, bool on) | |
virtual | ~sglBooleanStatelet () |
void | enable (bool on) |
bool | isEnabled () const |
virtual void | printInfo (ostream &ostrm, const char *indent_string) const |
Protected Attributes | |
bool | m_on |
Definition at line 334 of file sglStatelet.hpp.
|
Constructor.
Definition at line 341 of file sglStatelet.hpp. |
|
virtual desctructor. Definition at line 345 of file sglStatelet.hpp. |
|
Enable or disable this statelet
Definition at line 350 of file sglStatelet.hpp. Referenced by sglOcclusionCull::sglOcclusionCull(). |
|
Query the current state of this statelet.
Definition at line 355 of file sglStatelet.hpp. |
|
Output the state of this node to the specified ostream.
Reimplemented from sglStatelet. |