|
VTK
|
#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 292 of file vtkDispatcher_Private.h.
| typedef FunctorImpl<R, Parm1,Parm2> vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Impl |
Definition at line 295 of file vtkDispatcher_Private.h.
| typedef R vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::ResultType |
Definition at line 296 of file vtkDispatcher_Private.h.
| vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Functor | ( | ) | [inline] |
Definition at line 298 of file vtkDispatcher_Private.h.
| vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Functor | ( | const Functor< R, Parm1, Parm2 > & | rhs | ) | [inline] |
Definition at line 301 of file vtkDispatcher_Private.h.
| vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Functor | ( | const Fun & | fun | ) | [inline] |
Definition at line 305 of file vtkDispatcher_Private.h.
| Functor& vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::operator= | ( | const Functor< R, Parm1, Parm2 > & | rhs | ) | [inline] |
Definition at line 309 of file vtkDispatcher_Private.h.
| ResultType vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::operator() | ( | Parm1 & | p1, |
| Parm2 & | p2 | ||
| ) | [inline] |
Definition at line 319 of file vtkDispatcher_Private.h.
1.8.0