VTK  9.3.20240328
Public Member Functions | Public Attributes | List of all members
vtkTryDowncastHelper3< TargetT, FunctorT > Class Template Reference

#include <vtkTryDowncast.h>

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

Public Member Functions

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

Public Attributes

vtkObjectSource1
 
vtkObjectSource2
 
vtkObjectSource3
 
FunctorT Functor
 
bool & Succeeded
 

Detailed Description

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

Definition at line 109 of file vtkTryDowncast.h.

Constructor & Destructor Documentation

◆ vtkTryDowncastHelper3()

template<template< typename > class TargetT, typename FunctorT >
vtkTryDowncastHelper3< TargetT, FunctorT >::vtkTryDowncastHelper3 ( vtkObject source1,
vtkObject source2,
vtkObject source3,
FunctorT  functor,
bool &  succeeded 
)
inline

Definition at line 112 of file vtkTryDowncast.h.

Member Function Documentation

◆ operator()()

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

Definition at line 123 of file vtkTryDowncast.h.

Member Data Documentation

◆ Source1

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

Definition at line 138 of file vtkTryDowncast.h.

◆ Source2

template<template< typename > class TargetT, typename FunctorT >
vtkObject* vtkTryDowncastHelper3< TargetT, FunctorT >::Source2

Definition at line 139 of file vtkTryDowncast.h.

◆ Source3

template<template< typename > class TargetT, typename FunctorT >
vtkObject* vtkTryDowncastHelper3< TargetT, FunctorT >::Source3

Definition at line 140 of file vtkTryDowncast.h.

◆ Functor

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

Definition at line 141 of file vtkTryDowncast.h.

◆ Succeeded

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

Definition at line 142 of file vtkTryDowncast.h.


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