SimpleITK
1.2.4
|
#include <sitkMemberFunctionFactoryBase.h>
Public Types | |
typedef nsstd::function< MemberFunctionResultType(MemberFunctionArgument0Type, MemberFunctionArgument1Type, MemberFunctionArgument2Type, MemberFunctionArgument3Type) > | FunctionObjectType |
Protected Types | |
typedef TKey | KeyType |
typedef ::detail::FunctionTraits< MemberFunctionType >::Argument0Type | MemberFunctionArgument0Type |
typedef ::detail::FunctionTraits< MemberFunctionType >::Argument1Type | MemberFunctionArgument1Type |
typedef ::detail::FunctionTraits< MemberFunctionType >::Argument2Type | MemberFunctionArgument2Type |
typedef ::detail::FunctionTraits< MemberFunctionType >::Argument3Type | MemberFunctionArgument3Type |
typedef ::detail::FunctionTraits< MemberFunctionType >::ResultType | MemberFunctionResultType |
typedef TMemberFunctionPointer | MemberFunctionType |
typedef ::detail::FunctionTraits< MemberFunctionType >::ClassType | ObjectType |
Protected Member Functions | |
MemberFunctionFactoryBase (void) | |
Protected Member Functions inherited from itk::simple::NonCopyable | |
NonCopyable () | |
Static Protected Member Functions | |
static FunctionObjectType | BindObject (MemberFunctionType pfunc, ObjectType *objectPointer) |
Protected Attributes | |
std::map< TKey, FunctionObjectType > | m_PFunction2 |
std::map< TKey, FunctionObjectType > | m_PFunction3 |
std::map< TKey, FunctionObjectType > | m_PFunction4 |
Definition at line 329 of file sitkMemberFunctionFactoryBase.h.
typedef nsstd::function< MemberFunctionResultType ( MemberFunctionArgument0Type, MemberFunctionArgument1Type, MemberFunctionArgument2Type, MemberFunctionArgument3Type) > itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 4 >::FunctionObjectType |
the pointer MemberFunctionType redefined ad a tr1::function object
Definition at line 355 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 360 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 336 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 337 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 338 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 339 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 335 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 334 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 340 of file sitkMemberFunctionFactoryBase.h.
|
inlineprotected |
Definition at line 343 of file sitkMemberFunctionFactoryBase.h.
|
inlinestaticprotected |
A function which binds the objectPointer to the calling object argument in the member function pointer, and returns a function object
Definition at line 366 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 386 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 385 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 384 of file sitkMemberFunctionFactoryBase.h.