#include <SceneGraph.hh>
Public Member Functions | |
| bool | operator() (BaseNode *_node) |
| unsigned int | drawModes () const |
| Get the collected draw modes. | |
Private Attributes | |
| unsigned int | 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 354 of file SceneGraph.hh.