|
VTK
9.0.1
|
#include <vtkDispatcher_Private.h>
Public Types | |
| typedef FunctorImpl< R, Parm1 > | Impl |
| typedef R | ResultType |
Public Member Functions | |
| Functor () | |
| Functor (const Functor &rhs) | |
| template<typename Fun > | |
| Functor (Fun fun) | |
| Functor & | operator= (const Functor &rhs) |
| ResultType | operator() (Parm1 &p1) |
Definition at line 160 of file vtkDispatcher_Private.h.
| typedef FunctorImpl<R, Parm1> vtkDispatcherPrivate::Functor< R, Parm1 >::Impl |
Definition at line 163 of file vtkDispatcher_Private.h.
| typedef R vtkDispatcherPrivate::Functor< R, Parm1 >::ResultType |
Definition at line 164 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 166 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 171 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 177 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 182 of file vtkDispatcher_Private.h.
|
inline |
Definition at line 189 of file vtkDispatcher_Private.h.
1.8.17