VTK
9.1.0
|
#include <vtkDispatcher_Private.h>
Public Types | |
typedef FunctorImpl< R, Parm1, Parm2 > | Impl |
typedef R | ResultType |
Public Member Functions | |
Functor () | |
Functor (const Functor &rhs) | |
template<typename Fun > | |
Functor (const Fun &fun) | |
Functor & | operator= (const Functor &rhs) |
ResultType | operator() (Parm1 &p1, Parm2 &p2) |
Definition at line 321 of file vtkDispatcher_Private.h.
typedef FunctorImpl<R, Parm1, Parm2> vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Impl |
Definition at line 324 of file vtkDispatcher_Private.h.
typedef R vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::ResultType |
Definition at line 325 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 327 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 332 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 338 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 343 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 350 of file vtkDispatcher_Private.h.