18 #ifndef itkTransformFileReader_h
19 #define itkTransformFileReader_h
34 template<
typename TParametersValueType>
62 itkSetStringMacro(FileName);
65 itkGetStringMacro(FileName);
70 #if !defined( ITK_FUTURE_LEGACY_REMOVE )
87 virtual void PrintSelf(std::ostream & os, Indent indent)
const ITK_OVERRIDE;
107 #ifdef ITK_IO_FACTORY_REGISTER_MANAGER
108 #include "itkTransformIOFactoryRegisterManager.h"
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkTransformFileReader.hxx"
115 #endif // itkTransformFileReade_h
Light weight base class for most itk classes.
Class to hold and manage different parameter types used during optimization.
itk::TransformFileReaderTemplate< double > TransformFileReader
LightProcessObject is the base class for all process objects (source, filters, mappers) in the Insigh...
Base class for most ITK classes.