Developer Documentation
ACG::SceneGraph::CheckDirtyAction Class Reference

#include <OpenFlipper/libs_required/ACG/Scenegraph/SceneGraph.hh>

Public Member Functions

bool operator() (BaseNode *_node)
 
bool isDirty () const
 

Private Attributes

bool dirty_
 

Detailed Description

This action is used to check if one or more does of the scenegraph need to be redrawn

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

Definition at line 829 of file SceneGraph.hh.

Constructor & Destructor Documentation

◆ CheckDirtyAction()

ACG::SceneGraph::CheckDirtyAction::CheckDirtyAction ( )
inline

Definition at line 834 of file SceneGraph.hh.

Member Function Documentation

◆ isDirty()

bool ACG::SceneGraph::CheckDirtyAction::isDirty ( ) const
inline

Definition at line 843 of file SceneGraph.hh.

◆ operator()()

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

Definition at line 836 of file SceneGraph.hh.

Member Data Documentation

◆ dirty_

bool ACG::SceneGraph::CheckDirtyAction::dirty_
private

Definition at line 847 of file SceneGraph.hh.


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