SimpleITK  2.0.0
Public Types | Public Member Functions | List of all members
itk::simple::detail::MemberFunctionAddressor< TMemberFunctionPointer > Struct Template Reference

#include <sitkDetail.h>

Public Types

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

Public Member Functions

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

Detailed Description

template<class TMemberFunctionPointer>
struct itk::simple::detail::MemberFunctionAddressor< TMemberFunctionPointer >

Definition at line 32 of file sitkDetail.h.

Member Typedef Documentation

◆ ObjectType

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

Definition at line 34 of file sitkDetail.h.

Member Function Documentation

◆ operator()()

template<class TMemberFunctionPointer >
template<typename TImageType >
TMemberFunctionPointer itk::simple::detail::MemberFunctionAddressor< TMemberFunctionPointer >::operator() ( ) const
inline

Definition at line 37 of file sitkDetail.h.


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