28#ifndef itkTransformFactory_h
29#define itkTransformFactory_h
51 const std::string transformTypeAsString =
T::New()->GetTransformTypeAsString();
55 f->RegisterTransform(transformTypeAsString.c_str(),
56 transformTypeAsString.c_str(),
57 transformTypeAsString.c_str(),
Used to create callback functions that create ITK Objects for use with the itk::ObjectFactory.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....