Developer Documentation
ACG::SceneGraph::CollectDrawModesAction Class Reference

#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_
 

Detailed Description

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

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

Definition at line 569 of file SceneGraph.hh.

Constructor & Destructor Documentation

◆ CollectDrawModesAction()

ACG::SceneGraph::CollectDrawModesAction::CollectDrawModesAction ( )
inline

Definition at line 573 of file SceneGraph.hh.

Member Function Documentation

◆ drawModes()

DrawModes::DrawMode ACG::SceneGraph::CollectDrawModesAction::drawModes ( ) const
inline

Get the collected draw modes.

Definition at line 582 of file SceneGraph.hh.

◆ operator()()

bool ACG::SceneGraph::CollectDrawModesAction::operator() ( BaseNode _node)
inline

Definition at line 575 of file SceneGraph.hh.

Member Data Documentation

◆ drawModes_

DrawModes::DrawMode ACG::SceneGraph::CollectDrawModesAction::drawModes_
private

Definition at line 586 of file SceneGraph.hh.


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