4 #include <itkMatrixOffsetTransformBase.h> 9 template <
class TScalarType=
double >
11 public itk::MatrixOffsetTransformBase< TScalarType, 3 >
16 typedef itk::MatrixOffsetTransformBase <TScalarType, 3>
Superclass;
53 void SetParameters(const ParametersType & parameters) ITK_OVERRIDE;
65 SymmetryPlaneTransform(const MatrixType & matrix,
66 const OutputPointType & offset);
67 SymmetryPlaneTransform(
unsigned int outputSpaceDims,
68 unsigned int paramsSpaceDims);
70 virtual ~SymmetryPlaneTransform(){}
72 void PrintSelf(std::ostream &os, itk::Indent indent)
const ITK_OVERRIDE;
78 void operator=(
const Self&);