#include <OSGFunctorBase.h>

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 308 of file OSGFunctorBase.h.
| osg::FunctorBase< SizeTraitsT >::~FunctorBase | ( | void | ) | [inline, virtual] |
| osg::FunctorBase< SizeTraitsT >::FunctorBase | ( | void | ) | [inline, protected] |
| osg::FunctorBase< SizeTraitsT >::FunctorBase | ( | const FunctorBase< SizeTraitsT > & | source | ) | [inline, protected] |
| void osg::FunctorBase< SizeTraitsT >::operator= | ( | const FunctorBase< SizeTraitsT > & | source | ) | [private] |
const UInt8 osg::FunctorBase< SizeTraitsT >::ObjectValid = 0x01 [static, protected] |
Definition at line 329 of file OSGFunctorBase.h.
const UInt8 osg::FunctorBase< SizeTraitsT >::FuncPtrValid = 0x02 [static, protected] |
Definition at line 330 of file OSGFunctorBase.h.
const UInt8 osg::FunctorBase< SizeTraitsT >::FunctorActive = 0x80 [static, protected] |
Definition at line 332 of file OSGFunctorBase.h.
UInt8 osg::FunctorBase< SizeTraitsT >::_data1[SizeTraitsT::_uiObjectSize] [protected] |
Definition at line 339 of file OSGFunctorBase.h.
UInt8 osg::FunctorBase< SizeTraitsT >::_data2[SizeTraitsT::_uiFuncPointerSize] [protected] |
Definition at line 340 of file OSGFunctorBase.h.
UInt8 osg::FunctorBase< SizeTraitsT >::_flags [protected] |
Definition at line 341 of file OSGFunctorBase.h.
1.5.5