Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::TypedObjectFunctorBase< Parent, Params > Class Template Reference
[Functors]

#include <OSGTypedFunctorBase.h>

Inheritance diagram for osg::TypedObjectFunctorBase< Parent, Params >:

osg::VRMLNodeFactory< BaseT > List of all members.

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)

Detailed Description

template<class Parent, class Params>
class osg::TypedObjectFunctorBase< Parent, Params >

Definition at line 210 of file OSGTypedFunctorBase.h.


Member Typedef Documentation

template<class Parent, class Params>
typedef TypedObjectFunctorBase<Parent, Params> osg::TypedObjectFunctorBase< Parent, Params >::Self [private]
 

Reimplemented in osg::TypedObjectFunctor1< RetT, CallArgT, SizeTraitsT >, osg::TypedObjectVoidFunctor1< CallArgT, SizeTraitsT >, osg::TypedObjectFunctor2< RetT, CallArgT, ArgsT, SizeTraitsT >, and osg::TypedObjectVoidFunctor2< CallArgT, ArgsT, SizeTraitsT >.

Definition at line 266 of file OSGTypedFunctorBase.h.


Constructor & Destructor Documentation

template<class Parent, class Params>
osg::TypedObjectFunctorBase< Parent, Params >::TypedObjectFunctorBase void   )  [inline]
 

Definition at line 147 of file OSGTypedFunctorBase.inl.

00147                                                                     :
00148     Inherited()
00149 {
00150 }

template<class Parent, class Params>
osg::TypedObjectFunctorBase< Parent, Params >::TypedObjectFunctorBase const TypedObjectFunctorBase< Parent, Params > &  source  )  [inline]
 

Definition at line 154 of file OSGTypedFunctorBase.inl.

00155                                           : 
00156 
00157     Inherited(source) 
00158 {
00159 }

template<class Parent, class Params>
osg::TypedObjectFunctorBase< Parent, Params >::~TypedObjectFunctorBase void   )  [inline, virtual]
 

Definition at line 163 of file OSGTypedFunctorBase.inl.

00164 {
00165 }


Member Function Documentation

template<class Parent, class Params>
void osg::TypedObjectFunctorBase< Parent, Params >::setMethod ObjMethodF  pFunc  )  [inline]
 

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 }

template<class Parent, class Params>
* void osg::TypedObjectFunctorBase< Parent, Params >::operator= const TypedObjectFunctorBase< Parent, Params > &  source  )  [protected]
 


Member Data Documentation

template<class Parent, class Params>
* typedef Params::ObjMethodF osg::TypedObjectFunctorBase< Parent, Params >::ObjMethodF
 

Definition at line 220 of file OSGTypedFunctorBase.h.

Referenced by osg::TypedObjectFunctorBase< Parent, Params >::setMethod().

template<class Parent, class Params>
* typedef Parent osg::TypedObjectFunctorBase< Parent, Params >::Inherited [private]
 

Reimplemented in osg::TypedObjectFunctor1< RetT, CallArgT, SizeTraitsT >, osg::TypedObjectVoidFunctor1< CallArgT, SizeTraitsT >, osg::TypedObjectFunctor2< RetT, CallArgT, ArgsT, SizeTraitsT >, and osg::TypedObjectVoidFunctor2< CallArgT, ArgsT, SizeTraitsT >.

Definition at line 264 of file OSGTypedFunctorBase.h.


The documentation for this class was generated from the following files:
Generated on Thu Aug 25 04:12:48 2005 for OpenSG by  doxygen 1.4.3