#include <OSGTypedFunctorBase.h>
Inheritance diagram for osg::TypedObjectFunctorBase< Parent, Params >:

Types | |
| typedef TypedObjectFunctorBase< Parent, Params > | Self |
| *typedef Parent | Inherited |
Public Member Functions | |
Constructors | |
| * | TypedObjectFunctorBase (void) |
| TypedObjectFunctorBase (const TypedObjectFunctorBase &source) | |
Destructor | |
| *virtual | ~TypedObjectFunctorBase (void) |
Set | |
| *void | setMethod (ObjMethodF pFunc) |
Public Attributes | |
Types | |
| *typedef Params::ObjMethodF | ObjMethodF |
Protected Member Functions | |
Operators | |
| *void | operator= (const TypedObjectFunctorBase &source) |
Definition at line 210 of file OSGTypedFunctorBase.h.
|
|||||
|
||||||||||
|
Definition at line 147 of file OSGTypedFunctorBase.inl. 00147 : 00148 Inherited() 00149 { 00150 }
|
|
||||||||||
|
Definition at line 154 of file OSGTypedFunctorBase.inl. 00155 : 00156 00157 Inherited(source) 00158 { 00159 }
|
|
||||||||||
|
Definition at line 163 of file OSGTypedFunctorBase.inl.
|
|
||||||||||
|
Definition at line 169 of file OSGTypedFunctorBase.inl. References osg::TypedObjectFunctorBase< Parent, Params >::ObjMethodF. 00170 { 00171 Self::_flags |= Self::FuncPtrValid; 00172 00173 *((ObjMethodF *) Self::_data2) = pFunc; 00174 }
|
|
||||||||||
|
|
|
|||||
|
Definition at line 220 of file OSGTypedFunctorBase.h. Referenced by osg::TypedObjectFunctorBase< Parent, Params >::setMethod(). |
|
|||||
1.4.3