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

Types | |
| typedef TypedFunctionFunctorBase< Parent, Params > | Self |
| *typedef Parent | Inherited |
Public Member Functions | |
Constructors | |
| * | TypedFunctionFunctorBase (void) |
| TypedFunctionFunctorBase (const TypedFunctionFunctorBase &source) | |
Destructor | |
| *virtual | ~TypedFunctionFunctorBase (void) |
Set | |
| *void | setMethod (FunctionF pFunc) |
Public Attributes | |
Types | |
| *typedef Params::FunctionF | FunctionF |
Protected Member Functions | |
Operators | |
| *void | operator= (const TypedFunctionFunctorBase &source) |
Definition at line 138 of file OSGTypedFunctorBase.h.
|
|||||
|
||||||||||
|
Definition at line 109 of file OSGTypedFunctorBase.inl. 00109 : 00110 Inherited() 00111 { 00112 }
|
|
||||||||||
|
Definition at line 116 of file OSGTypedFunctorBase.inl. 00117 : 00118 00119 Inherited(source) 00120 { 00121 }
|
|
||||||||||
|
Definition at line 125 of file OSGTypedFunctorBase.inl.
|
|
||||||||||
|
Definition at line 131 of file OSGTypedFunctorBase.inl. References osg::TypedFunctionFunctorBase< Parent, Params >::FunctionF. 00132 { 00133 Self::_flags |= Self::FuncPtrValid; 00134 00135 *((FunctionF *) Self::_data2) = pFunc; 00136 }
|
|
||||||||||
|
|
|
|||||
|
Definition at line 148 of file OSGTypedFunctorBase.h. Referenced by osg::TypedFunctionFunctorBase< Parent, Params >::setMethod(). |
|
|||||
1.4.3