VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 > Class Template Referenceabstract

#include <vtkDispatcher_Private.h>

Public Types

typedef R ResultType
 
typedef P1 Parm1
 
typedef P2 Parm2
 

Public Member Functions

virtual ~FunctorImpl ()
 
virtual R operator() (P1 &, P2 &)=0
 
virtual FunctorImplDoClone () const =0
 

Static Public Member Functions

template<class U >
static U * Clone (U *pObj)
 

Protected Member Functions

 FunctorImpl ()
 
 FunctorImpl (const FunctorImpl &)
 

Detailed Description

template<typename R, typename P1, typename P2>
class vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >

Definition at line 247 of file vtkDispatcher_Private.h.

Member Typedef Documentation

template<typename R , typename P1 , typename P2 >
typedef R vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::ResultType

Definition at line 249 of file vtkDispatcher_Private.h.

template<typename R , typename P1 , typename P2 >
typedef P1 vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Parm1

Definition at line 250 of file vtkDispatcher_Private.h.

template<typename R , typename P1 , typename P2 >
typedef P2 vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Parm2

Definition at line 251 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

template<typename R , typename P1 , typename P2 >
virtual vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::~FunctorImpl ( )
inlinevirtual

Definition at line 253 of file vtkDispatcher_Private.h.

template<typename R , typename P1 , typename P2 >
vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::FunctorImpl ( )
inlineprotected

Definition at line 266 of file vtkDispatcher_Private.h.

template<typename R , typename P1 , typename P2 >
vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::FunctorImpl ( const FunctorImpl< R, P1, P2 > &  )
inlineprotected

Definition at line 267 of file vtkDispatcher_Private.h.

Member Function Documentation

template<typename R , typename P1 , typename P2 >
virtual R vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::operator() ( P1 ,
P2  
)
pure virtual
template<typename R , typename P1 , typename P2 >
virtual FunctorImpl* vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::DoClone ( ) const
pure virtual
template<typename R , typename P1 , typename P2 >
template<class U >
static U* vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Clone ( U *  pObj)
inlinestatic

Definition at line 258 of file vtkDispatcher_Private.h.


The documentation for this class was generated from the following file: