18 #ifndef __itkTxtTransformIO_h
19 #define __itkTxtTransformIO_h
28 class ITK_EXPORT TxtTransformIO:
public TransformIOBase
31 typedef TxtTransformIO Self;
32 typedef TransformIOBase Superclass;
33 typedef SmartPointer< Self > Pointer;
34 typedef TransformBase TransformType;
35 typedef Superclass::TransformPointer TransformPointer;
36 typedef Superclass::TransformListType TransformListType;
38 itkTypeMacro(TxtTransformIO, TransformIOBase);
44 virtual bool CanReadFile(
const char *);
48 virtual bool CanWriteFile(
const char *);
59 void ReadComponentFile( std::string Value );
63 virtual ~TxtTransformIO();