VTK
9.0.2
|
#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) |
Protected Member Functions | |
FunctorImpl () | |
FunctorImpl (const FunctorImpl &) | |
Definition at line 256 of file vtkDispatcher_Private.h.
typedef R vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::ResultType |
Definition at line 259 of file vtkDispatcher_Private.h.
typedef P1 vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Parm1 |
Definition at line 260 of file vtkDispatcher_Private.h.
typedef P2 vtkDoubleDispatcherPrivate::FunctorImpl< R, P1, P2 >::Parm2 |
Definition at line 261 of file vtkDispatcher_Private.h.
|
inlinevirtual |
Definition at line 263 of file vtkDispatcher_Private.h.
|
inlineprotected |
Definition at line 278 of file vtkDispatcher_Private.h.
|
inlineprotected |
Definition at line 279 of file vtkDispatcher_Private.h.
|
pure virtual |
|
pure virtual |
|
inlinestatic |
Definition at line 268 of file vtkDispatcher_Private.h.