VTK
9.0.1
|
#include <vtkDispatcher_Private.h>
Public Types | |
typedef R | ResultType |
typedef P1 | Parm1 |
Public Member Functions | |
virtual | ~FunctorImpl () |
virtual R | operator() (P1 &)=0 |
virtual FunctorImpl * | DoClone () const =0 |
Static Public Member Functions | |
template<class U > | |
static U * | Clone (U *pObj) |
Protected Member Functions | |
FunctorImpl () | |
FunctorImpl (const FunctorImpl &) | |
Definition at line 97 of file vtkDispatcher_Private.h.
typedef R vtkDispatcherPrivate::FunctorImpl< R, P1 >::ResultType |
Definition at line 100 of file vtkDispatcher_Private.h.
typedef P1 vtkDispatcherPrivate::FunctorImpl< R, P1 >::Parm1 |
Definition at line 101 of file vtkDispatcher_Private.h.
|
inlinevirtual |
Definition at line 103 of file vtkDispatcher_Private.h.
|
inlineprotected |
Definition at line 118 of file vtkDispatcher_Private.h.
|
inlineprotected |
Definition at line 119 of file vtkDispatcher_Private.h.
|
pure virtual |
|
pure virtual |
|
inlinestatic |
Definition at line 108 of file vtkDispatcher_Private.h.