18 #ifndef itkTransformFileWriter_h
19 #define itkTransformFileWriter_h
36 template<
typename TParametersValueType>
62 itkSetStringMacro(FileName);
65 itkGetStringMacro(FileName);
96 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
100 void OpenStream(std::ofstream & out,
bool binary);
116 #ifdef ITK_IO_FACTORY_REGISTER_MANAGER
117 #include "itkTransformIOFactoryRegisterManager.h"
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkTransformFileWriter.hxx"
124 #endif // itkTransformFileWriter_h
Light weight base class for most itk classes.
LightProcessObject is the base class for all process objects (source, filters, mappers) in the Insigh...
Control indentation during Print() invocation.
Base class for most ITK classes.
itk::TransformFileWriterTemplate< double > TransformFileWriter