Go to the documentation of this file.
35 #ifndef __itkAdvancedTranslationTransform_h
36 #define __itkAdvancedTranslationTransform_h
40 #include "itkExceptionObject.h"
41 #include "itkMatrix.h"
55 unsigned int NDimensions = 3 >
56 class ITK_EXPORT AdvancedTranslationTransform :
57 public AdvancedTransform< TScalarType, NDimensions, NDimensions >
104 typedef typename Superclass
107 typedef typename Superclass
110 typedef typename Superclass
131 { m_Offset = offset;
return; }
222 {
return NDimensions; }
242 this->m_FixedParameters.SetSize( 0 );
243 return this->m_FixedParameters;
252 void PrintSelf( std::ostream & os, Indent indent )
const;
273 template<
class TScalarType,
unsigned int NDimensions >
279 return point - m_Offset;
284 template<
class TScalarType,
unsigned int NDimensions >
295 template<
class TScalarType,
unsigned int NDimensions >
306 template<
class TScalarType,
unsigned int NDimensions >
318 #ifndef ITK_MANUAL_INSTANTIATION
319 #include "itkAdvancedTranslationTransform.txx"
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|