Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ACG::SceneGraph::ACG::SceneGraph::CollectActiveDrawModesAction Class Reference

Public Member Functions

bool operator() (BaseNode *_node)
 
DrawModes::DrawMode drawMode () const
 Get the collected draw modes.
 

Private Attributes

DrawModes::DrawMode drawMode_
 

Detailed Description

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().

Note
This class implements an action that should be used as a parameter for the traverse() functions.

Definition at line 606 of file MeshNode2T.cc.


The documentation for this class was generated from the following file: