VTK
|
#include <vtkTryDowncast.h>
Public Member Functions | |
vtkTryDowncastHelper1 (vtkObject *source1, FunctorT functor, bool &succeeded) | |
template<typename ValueT > | |
void | operator() (ValueT) const |
Public Attributes | |
vtkObject * | Source1 |
FunctorT | Functor |
bool & | Succeeded |
Definition at line 54 of file vtkTryDowncast.h.
|
inline |
Definition at line 57 of file vtkTryDowncast.h.
|
inline |
Definition at line 65 of file vtkTryDowncast.h.
vtkObject* vtkTryDowncastHelper1< TargetT, FunctorT >::Source1 |
Definition at line 78 of file vtkTryDowncast.h.
FunctorT vtkTryDowncastHelper1< TargetT, FunctorT >::Functor |
Definition at line 79 of file vtkTryDowncast.h.
bool& vtkTryDowncastHelper1< TargetT, FunctorT >::Succeeded |
Definition at line 80 of file vtkTryDowncast.h.