|
VTK
9.0.1
|
#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 322 of file vtkDispatcher_Private.h.
| typedef FunctorImpl<R, Parm1, Parm2> vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Impl |
Definition at line 325 of file vtkDispatcher_Private.h.
| typedef R vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::ResultType |
Definition at line 326 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 328 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 333 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 339 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 344 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 351 of file vtkDispatcher_Private.h.
1.8.17