VTK
|
#include <vtkDispatcher_Private.h>
Public Types | |
typedef Base::ResultType | ResultType |
typedef Base::Parm1 | Parm1 |
Public Member Functions | |
FunctorHandler (Fun &fun) | |
virtual | ~FunctorHandler () |
ResultType | operator() (Parm1 &p1) |
virtual FunctorHandler * | DoClone () const |
Definition at line 121 of file vtkDispatcher_Private.h.
typedef Base::ResultType vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::ResultType |
Definition at line 125 of file vtkDispatcher_Private.h.
typedef Base::Parm1 vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::Parm1 |
Definition at line 126 of file vtkDispatcher_Private.h.
vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::FunctorHandler | ( | Fun & | fun | ) | [inline] |
Definition at line 128 of file vtkDispatcher_Private.h.
virtual vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::~FunctorHandler | ( | ) | [inline, virtual] |
Definition at line 129 of file vtkDispatcher_Private.h.
ResultType vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::operator() | ( | Parm1 & | p1 | ) | [inline] |
Definition at line 131 of file vtkDispatcher_Private.h.
virtual FunctorHandler* vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::DoClone | ( | ) | const [inline, virtual] |
Definition at line 133 of file vtkDispatcher_Private.h.