| 
    VTK
    
   | 
 
#include <vtkDispatcher_Private.h>
Inherits Impl.
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 275 of file vtkDispatcher_Private.h.
| typedef Base::ResultType vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::ResultType | 
Definition at line 279 of file vtkDispatcher_Private.h.
| typedef Base::Parm1 vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::Parm1 | 
Definition at line 280 of file vtkDispatcher_Private.h.
| typedef Base::Parm2 vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::Parm2 | 
Definition at line 281 of file vtkDispatcher_Private.h.
      
  | 
  inline | 
Definition at line 283 of file vtkDispatcher_Private.h.
      
  | 
  inlinevirtual | 
Definition at line 284 of file vtkDispatcher_Private.h.
      
  | 
  inline | 
Definition at line 286 of file vtkDispatcher_Private.h.
      
  | 
  inlinevirtual | 
Definition at line 289 of file vtkDispatcher_Private.h.
 1.8.9.1