18 #ifndef __igstkAffineTransform_h
19 #define __igstkAffineTransform_h
22 #include <itkAffineTransform.h>
23 #include "vtkMatrix4x4.h"
48 typedef ::itk::AffineTransform<double, 3>::MatrixType
MatrixType;
49 typedef ::itk::AffineTransform<double, 3>::OutputVectorType
OffsetType;
88 void Print( std::ostream& os, itk::Indent indent )
const;
93 void PrintHeader( std::ostream& os, itk::Indent indent )
const;
96 itk::Indent itkNotUsed(indent) )
const;
99 virtual void PrintSelf( std::ostream& os, itk::Indent indent )
const;
103 ::itk::AffineTransform<double, 3>::Pointer m_Transform;