17 #ifndef __itkAdvancedRigid3DTransform_h
18 #define __itkAdvancedRigid3DTransform_h
22 #include "itkExceptionObject.h"
23 #include "itkMatrix.h"
24 #include "itkVersor.h"
48 template<
class TScalarType =
double >
113 virtual void SetParameters(
const ParametersType & parameters );
120 virtual void SetMatrix(
const MatrixType & matrix );
153 void Translate(
const OffsetType & offset,
bool pre =
false );
188 const OutputVectorType & offset );
195 void PrintSelf( std::ostream & os, Indent indent )
const;
206 #ifndef ITK_MANUAL_INSTANTIATION
207 #include "itkAdvancedRigid3DTransform.hxx"