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