#include <vtkTryDowncast.h>

Definition at line 120 of file vtkTryDowncast.h.
Public Member Functions | |
| vtkTryDowncastHelper3 (vtkObject *source1, vtkObject *source2, vtkObject *source3, FunctorT functor, bool &succeeded) | |
| template<typename ValueT> | |
| void | operator() (ValueT) const | 
Public Attributes | |
| vtkObject * | Source1 | 
| vtkObject * | Source2 | 
| vtkObject * | Source3 | 
| FunctorT | Functor | 
| bool & | Succeeded | 
| vtkTryDowncastHelper3< TargetT, FunctorT >::vtkTryDowncastHelper3 | ( | vtkObject * | source1, | |
| vtkObject * | source2, | |||
| vtkObject * | source3, | |||
| FunctorT | functor, | |||
| bool & | succeeded | |||
| ) |  [inline] | 
        
Definition at line 123 of file vtkTryDowncast.h.
| void vtkTryDowncastHelper3< TargetT, FunctorT >::operator() | ( | ValueT | ) |  const [inline] | 
        
Definition at line 133 of file vtkTryDowncast.h.
| vtkObject* vtkTryDowncastHelper3< TargetT, FunctorT >::Source1 | 
Definition at line 148 of file vtkTryDowncast.h.
| vtkObject* vtkTryDowncastHelper3< TargetT, FunctorT >::Source2 | 
Definition at line 149 of file vtkTryDowncast.h.
| vtkObject* vtkTryDowncastHelper3< TargetT, FunctorT >::Source3 | 
Definition at line 150 of file vtkTryDowncast.h.
| FunctorT vtkTryDowncastHelper3< TargetT, FunctorT >::Functor | 
Definition at line 151 of file vtkTryDowncast.h.
| bool& vtkTryDowncastHelper3< TargetT, FunctorT >::Succeeded | 
Definition at line 152 of file vtkTryDowncast.h.
 1.5.6