osg::NewActionTypes Namespace Reference


Classes

class  FunctorArgumentType

Typedefs

typedef Real32 PriorityType
typedef TypeTraits< PriorityTypePriorityTypeTraits
typedef ArgsCollector
< FunctorArgumentType & > 
FunctorArguments
typedef TypedFunctor2Base
< ResultE, CPtrCallArg
< NodeCorePtr >
, FunctorArguments
Functor

Enumerations

enum  ResultE { Continue = 0x00, Skip = 0x01, Break = 0x02, Quit = 0x04 }


Typedef Documentation

Definition at line 66 of file OSGNewActionTypes.h.

Definition at line 67 of file OSGNewActionTypes.h.

Definition at line 70 of file OSGNewActionTypes.h.

Definition at line 73 of file OSGNewActionTypes.h.


Enumeration Type Documentation

Enumerator:
Continue 
Skip 
Break 
Quit 

Definition at line 58 of file OSGNewActionTypes.h.

00059     {
00060         Continue = 0x00,  // ok
00061         Skip     = 0x01,  // skip all child nodes
00062         Break    = 0x02,  // skip all child nodes and remaining actors
00063         Quit     = 0x04   // end traversal
00064     };


Generated on Mon Mar 17 11:59:24 2008 for OpenSG by  doxygen 1.5.5