VTK
|
#include <vtkDispatcher_Private.h>
Public Types | |
typedef RT | ResultType |
Public Member Functions | |
FunctorRefDispatcherHelper (const FunctorRefDispatcherHelper &rhs) | |
FunctorRefDispatcherHelper (Fun &f) | |
ResultType | operator() (BaseLhs &lhs) |
Definition at line 47 of file vtkDispatcher_Private.h.
typedef RT vtkDispatcherPrivate::FunctorRefDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::ResultType |
Definition at line 51 of file vtkDispatcher_Private.h.
vtkDispatcherPrivate::FunctorRefDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::FunctorRefDispatcherHelper | ( | const FunctorRefDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun > & | rhs | ) | [inline] |
Definition at line 53 of file vtkDispatcher_Private.h.
vtkDispatcherPrivate::FunctorRefDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::FunctorRefDispatcherHelper | ( | Fun & | f | ) | [inline] |
Definition at line 54 of file vtkDispatcher_Private.h.
ResultType vtkDispatcherPrivate::FunctorRefDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::operator() | ( | BaseLhs & | lhs | ) | [inline] |
Definition at line 56 of file vtkDispatcher_Private.h.