VTK
Public Member Functions | Public Attributes
vtkTryDowncastHelper1< TargetT, FunctorT > Class Template Reference

#include <vtkTryDowncast.h>

Collaboration diagram for vtkTryDowncastHelper1< TargetT, FunctorT >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 vtkTryDowncastHelper1 (vtkObject *source1, FunctorT functor, bool &succeeded)
template<typename ValueT >
void operator() (ValueT) const

Public Attributes

vtkObjectSource1
FunctorT Functor
bool & Succeeded

Detailed Description

template<template< typename > class TargetT, typename FunctorT>
class vtkTryDowncastHelper1< TargetT, FunctorT >

Definition at line 51 of file vtkTryDowncast.h.


Constructor & Destructor Documentation

template<template< typename > class TargetT, typename FunctorT >
vtkTryDowncastHelper1< TargetT, FunctorT >::vtkTryDowncastHelper1 ( vtkObject source1,
FunctorT  functor,
bool &  succeeded 
) [inline]

Definition at line 54 of file vtkTryDowncast.h.


Member Function Documentation

template<template< typename > class TargetT, typename FunctorT >
template<typename ValueT >
void vtkTryDowncastHelper1< TargetT, FunctorT >::operator() ( ValueT  ) const [inline]

Definition at line 62 of file vtkTryDowncast.h.


Member Data Documentation

template<template< typename > class TargetT, typename FunctorT >
vtkObject* vtkTryDowncastHelper1< TargetT, FunctorT >::Source1

Definition at line 75 of file vtkTryDowncast.h.

template<template< typename > class TargetT, typename FunctorT >
FunctorT vtkTryDowncastHelper1< TargetT, FunctorT >::Functor

Definition at line 76 of file vtkTryDowncast.h.

template<template< typename > class TargetT, typename FunctorT >
bool& vtkTryDowncastHelper1< TargetT, FunctorT >::Succeeded

Definition at line 77 of file vtkTryDowncast.h.


The documentation for this class was generated from the following file: