18 #ifndef __itkTransformFileWriter_h
19 #define __itkTransformFileWriter_h
36 template<
typename ScalarType>
58 itkSetStringMacro(FileName);
61 itkGetStringMacro(FileName);
87 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
94 void OpenStream(std::ofstream & out,
bool binary);
106 #ifdef ITK_IO_FACTORY_REGISTER_MANAGER
107 #include "itkTransformIOFactoryRegisterManager.h"
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkTransformFileWriter.hxx"
114 #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