#include <vtkTryDowncast.h>

Definition at line 84 of file vtkTryDowncast.h.
Public Member Functions | |
| vtkTryDowncastHelper2 (vtkObject *source1, vtkObject *source2, FunctorT functor, bool &succeeded) | |
| template<typename ValueT> | |
| void | operator() (ValueT) const | 
Public Attributes | |
| vtkObject * | Source1 | 
| vtkObject * | Source2 | 
| FunctorT | Functor | 
| bool & | Succeeded | 
| vtkTryDowncastHelper2< TargetT, FunctorT >::vtkTryDowncastHelper2 | ( | vtkObject * | source1, | |
| vtkObject * | source2, | |||
| FunctorT | functor, | |||
| bool & | succeeded | |||
| ) |  [inline] | 
        
Definition at line 87 of file vtkTryDowncast.h.
| void vtkTryDowncastHelper2< TargetT, FunctorT >::operator() | ( | ValueT | ) |  const [inline] | 
        
Definition at line 96 of file vtkTryDowncast.h.
| vtkObject* vtkTryDowncastHelper2< TargetT, FunctorT >::Source1 | 
Definition at line 110 of file vtkTryDowncast.h.
| vtkObject* vtkTryDowncastHelper2< TargetT, FunctorT >::Source2 | 
Definition at line 111 of file vtkTryDowncast.h.
| FunctorT vtkTryDowncastHelper2< TargetT, FunctorT >::Functor | 
Definition at line 112 of file vtkTryDowncast.h.
| bool& vtkTryDowncastHelper2< TargetT, FunctorT >::Succeeded | 
Definition at line 113 of file vtkTryDowncast.h.
 1.5.6