Go to the documentation of this file.
34 #ifndef __itkAdvancedTranslationTransform_h
35 #define __itkAdvancedTranslationTransform_h
39 #include "itkExceptionObject.h"
40 #include "itkMatrix.h"
54 unsigned int NDimensions = 3 >
106 typedef typename Superclass
109 typedef typename Superclass
112 typedef typename Superclass
133 { m_Offset = offset;
return; }
224 {
return NDimensions; }
253 this->m_FixedParameters.SetSize( 0 );
254 return this->m_FixedParameters;
263 void PrintSelf( std::ostream & os, Indent indent )
const;
284 template<
class TScalarType,
unsigned int NDimensions >
289 return point - m_Offset;
294 template<
class TScalarType,
unsigned int NDimensions >
304 template<
class TScalarType,
unsigned int NDimensions >
314 template<
class TScalarType,
unsigned int NDimensions >
325 #ifndef ITK_MANUAL_INSTANTIATION
326 #include "itkAdvancedTranslationTransform.hxx"
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|