openscenegraph
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
osgPresentation::ActiveOperators Class Reference

List of all members.

Public Types

typedef std::set< osg::ref_ptr
< ObjectOperator >
, dereference_less
OperatorList

Public Member Functions

 ActiveOperators ()
 ~ActiveOperators ()
void collect (osg::Node *incommingNode, osg::NodeVisitor::TraversalMode tm=osg::NodeVisitor::TRAVERSE_ACTIVE_CHILDREN)
void process ()
void setPause (bool pause)
bool getPause () const
void reset ()

Protected Member Functions

void processOutgoing ()
void processIncomming ()
void processMaintained ()

Protected Attributes

bool _pause
OperatorList _previous
OperatorList _current
OperatorList _outgoing
OperatorList _incomming
OperatorList _maintained

Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation


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