#include <OSGFunctorBase.h>
Inheritance diagram for osg::FunctorBase< SizeTraitsT >:

Public Member Functions | |
Destructor | |
| *virtual | ~FunctorBase (void) |
Protected Member Functions | |
Constructors | |
| * | FunctorBase (void) |
| FunctorBase (const FunctorBase &source) | |
Protected Attributes | |
Members | |
| *UInt8 | _data1 [SizeTraitsT::_uiObjectSize] |
| UInt8 | _data2 [SizeTraitsT::_uiFuncPointerSize] |
| UInt8 | _flags |
Static Protected Attributes | |
Constants | |
| *static const UInt8 | ObjectValid = 0x01 |
| static const UInt8 | FuncPtrValid = 0x02 |
| static const UInt8 | FunctorActive = 0x80 |
Private Member Functions | |
| void | operator= (const FunctorBase &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 306 of file OSGFunctorBase.h.
|
||||||||||
|
Definition at line 64 of file OSGFunctorBase.inl.
|
|
||||||||||
|
Definition at line 69 of file OSGFunctorBase.inl. 00069 : 00070 _flags(0) 00071 { 00072 }
|
|
||||||||||
|
Definition at line 75 of file OSGFunctorBase.inl.
|
|
||||||||||
|
|
|
|||||
|
Definition at line 327 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 328 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 330 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 337 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 338 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 339 of file OSGFunctorBase.h. |
1.4.3