VTK
|
#include <vtkDispatcher_Private.h>
Public Types | |
typedef Base::ResultType | ResultType |
typedef Base::Parm1 | Parm1 |
typedef Base::Parm2 | Parm2 |
Public Member Functions | |
FunctorHandler (const Fun &fun) | |
virtual | ~FunctorHandler () |
ResultType | operator() (Parm1 &p1, Parm2 &p2) |
virtual FunctorHandler * | DoClone () const |
Definition at line 251 of file vtkDispatcher_Private.h.
typedef Base::ResultType vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::ResultType |
Definition at line 255 of file vtkDispatcher_Private.h.
typedef Base::Parm1 vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::Parm1 |
Definition at line 256 of file vtkDispatcher_Private.h.
typedef Base::Parm2 vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::Parm2 |
Definition at line 257 of file vtkDispatcher_Private.h.
vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::FunctorHandler | ( | const Fun & | fun | ) | [inline] |
Definition at line 259 of file vtkDispatcher_Private.h.
virtual vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::~FunctorHandler | ( | ) | [inline, virtual] |
Definition at line 260 of file vtkDispatcher_Private.h.
ResultType vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::operator() | ( | Parm1 & | p1, |
Parm2 & | p2 | ||
) | [inline] |
Definition at line 262 of file vtkDispatcher_Private.h.
virtual FunctorHandler* vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::DoClone | ( | ) | const [inline, virtual] |
Definition at line 265 of file vtkDispatcher_Private.h.