openscenegraph
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
osgPresentation::ActiveOperators Class Reference

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

osgPresentation::ActiveOperators::ActiveOperators ( )
osgPresentation::ActiveOperators::~ActiveOperators ( )

Member Function Documentation

void osgPresentation::ActiveOperators::collect ( osg::Node incommingNode,
osg::NodeVisitor::TraversalMode  tm = osg::NodeVisitor::TRAVERSE_ACTIVE_CHILDREN 
)
bool osgPresentation::ActiveOperators::getPause ( ) const
inline
void osgPresentation::ActiveOperators::process ( )
void osgPresentation::ActiveOperators::processIncomming ( )
protected
void osgPresentation::ActiveOperators::processMaintained ( )
protected
void osgPresentation::ActiveOperators::processOutgoing ( )
protected
void osgPresentation::ActiveOperators::reset ( )
void osgPresentation::ActiveOperators::setPause ( bool  pause)

Member Data Documentation

OperatorList osgPresentation::ActiveOperators::_current
protected
OperatorList osgPresentation::ActiveOperators::_incomming
protected
OperatorList osgPresentation::ActiveOperators::_maintained
protected
OperatorList osgPresentation::ActiveOperators::_outgoing
protected
bool osgPresentation::ActiveOperators::_pause
protected
OperatorList osgPresentation::ActiveOperators::_previous
protected

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