SimpleITK  
itk::simple::CastImageFilter::ToVectorAddressor< TMemberFunctionPointer > Struct Template Reference

Detailed Description

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

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

Definition at line 125 of file sitkCastImageFilter.h.

Public Types

using ObjectType = typename ::detail::FunctionTraits<TMemberFunctionPointer>::ClassType
 

Public Member Functions

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

Member Typedef Documentation

◆ ObjectType

template<class TMemberFunctionPointer>
using itk::simple::CastImageFilter::ToVectorAddressor< TMemberFunctionPointer >::ObjectType = typename ::detail::FunctionTraits<TMemberFunctionPointer>::ClassType

Definition at line 127 of file sitkCastImageFilter.h.

Member Function Documentation

◆ operator()()

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

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