Go to the documentation of this file.
34 #ifndef __itkAdvancedRigid2DTransform_h
35 #define __itkAdvancedRigid2DTransform_h
39 #include "itkExceptionObject.h"
74 template<
class TScalarType =
double >
171 void Translate(
const OffsetType & offset,
bool pre =
false );
261 void PrintSelf( std::ostream & os, Indent indent )
const;
292 template<
class TScalarType >
298 <<
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() to generate an inverse transform and then perform the transform using that inverted transform."
300 return this->GetInverseMatrix() * ( point - this->GetOffset() );
305 template<
class TScalarType >
312 <<
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() to generate an inverse transform and then perform the transform using that inverted transform."
314 return this->GetInverseMatrix() * vect;
319 template<
class TScalarType >
326 <<
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() to generate an inverse transform and then perform the transform using that inverted transform."
328 return this->GetInverseMatrix() * vect;
333 template<
class TScalarType >
340 <<
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() to generate an inverse transform and then perform the transform using that inverted transform."
342 return this->GetMatrix() * vect;
348 #ifndef ITK_MANUAL_INSTANTIATION
349 #include "itkAdvancedRigid2DTransform.hxx"
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|