SimpleITK  1.0.1
Public Types | Public Member Functions | List of all members
itk::simple::Image::AllocateMemberFunctionAddressor< TMemberFunctionPointer > Struct Template Reference

Public Types

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

Public Member Functions

template<typename TImageType >
TMemberFunctionPointer operator() (void) const
 

Detailed Description

template<class TMemberFunctionPointer>
struct itk::simple::Image::AllocateMemberFunctionAddressor< TMemberFunctionPointer >

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

Definition at line 462 of file sitkImage.h.

Member Typedef Documentation

template<class TMemberFunctionPointer >
typedef ::detail::FunctionTraits<TMemberFunctionPointer>::ClassType itk::simple::Image::AllocateMemberFunctionAddressor< TMemberFunctionPointer >::ObjectType

Definition at line 464 of file sitkImage.h.

Member Function Documentation

template<class TMemberFunctionPointer >
template<typename TImageType >
TMemberFunctionPointer itk::simple::Image::AllocateMemberFunctionAddressor< TMemberFunctionPointer >::operator() ( void  ) const
inline

Definition at line 467 of file sitkImage.h.


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