VTK
|
#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 FunctorImpl * | DoClone () const =0 |
Static Public Member Functions | |
template<class U > | |
static U * | Clone (U *pObj) |
Definition at line 227 of file vtkDispatcher_Private.h.
typedef R vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::ResultType |
Definition at line 229 of file vtkDispatcher_Private.h.
typedef P1 vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Parm1 |
Definition at line 230 of file vtkDispatcher_Private.h.
typedef P2 vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Parm2 |
Definition at line 231 of file vtkDispatcher_Private.h.
virtual vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::~FunctorImpl | ( | ) | [inline, virtual] |
Definition at line 233 of file vtkDispatcher_Private.h.
virtual R vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::operator() | ( | P1 & | , |
P2 & | |||
) | [pure virtual] |
virtual FunctorImpl* vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::DoClone | ( | ) | const [pure virtual] |
static U* vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Clone | ( | U * | pObj | ) | [inline, static] |
Definition at line 238 of file vtkDispatcher_Private.h.