Developer Documentation
|
#include <OpenFlipper/libs_required/ACG/Scenegraph/SceneGraph.hh>
Public Member Functions | |
bool | operator() (BaseNode *_node) |
DrawModes::DrawMode | drawModes () const |
Get the collected draw modes. More... | |
Private Attributes | |
DrawModes::DrawMode | drawModes_ |
This action collects the draw modes available in a scenegraph. The result is the logical OR
of all nodes' BaseNode::availableDrawModes() and can be accessed by drawModes().
Definition at line 569 of file SceneGraph.hh.
|
inline |
Definition at line 573 of file SceneGraph.hh.
|
inline |
Get the collected draw modes.
Definition at line 582 of file SceneGraph.hh.
|
inline |
Definition at line 575 of file SceneGraph.hh.
|
private |
Definition at line 586 of file SceneGraph.hh.