SimpleITK  1.2.4
Public Types | Public Member Functions | List of all members
itk::simple::CastImageFilter::CastAddressor< TMemberFunctionPointer > Struct Template Reference

Public Types

typedef ::detail::FunctionTraits< TMemberFunctionPointer >::ClassType ObjectType
 

Public Member Functions

template<typename TImageType1 , typename TImageType2 >
TMemberFunctionPointer operator() (void) const
 

Detailed Description

template<class TMemberFunctionPointer>
struct itk::simple::CastImageFilter::CastAddressor< TMemberFunctionPointer >

An addressor of ExecuteInternalCast to be utilized with registering member functions with the factory.

Definition at line 101 of file sitkCastImageFilter.h.

Member Typedef Documentation

template<class TMemberFunctionPointer >
typedef ::detail::FunctionTraits<TMemberFunctionPointer>::ClassType itk::simple::CastImageFilter::CastAddressor< TMemberFunctionPointer >::ObjectType

Definition at line 103 of file sitkCastImageFilter.h.

Member Function Documentation

template<class TMemberFunctionPointer >
template<typename TImageType1 , typename TImageType2 >
TMemberFunctionPointer itk::simple::CastImageFilter::CastAddressor< TMemberFunctionPointer >::operator() ( void  ) const
inline

Definition at line 106 of file sitkCastImageFilter.h.


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