18 #ifndef itkCreateObjectFunction_h
19 #define itkCreateObjectFunction_h
58 template<
typename T >
69 itkFactorylessNewMacro(
Self);
ObjectType * GetPointer() const noexcept
CreateObjectFunction()=default
~CreateObjectFunction() override=default
LightObject::Pointer CreateObject() override
Define API for object creation callback functions.
Base class for most ITK classes.
Used to create callback functions that create ITK Objects for use with the itk::ObjectFactory.