Go to the documentation of this file.
18 #ifndef __itkEulerTransform_H__
19 #define __itkEulerTransform_H__
34 template<
unsigned int Dimension >
39 template<
class TScalarType >
62 template<
class TScalarType >
85 template<
class TScalarType >
103 template<
class TScalarType,
unsigned int Dimension >
115 template<
unsigned int D >
126 typedef typename Euler::template Dummy< ScalarType >
EulerDummy;
140 template<
class TScalarType,
unsigned int Dimension >
143 TScalarType, Dimension >::EulerTransform_tmp
181 typedef typename Superclass
184 typedef typename Superclass
187 typedef typename Superclass
196 if( SpaceDimension == 3 )
199 typename Euler3DTransformType::Pointer transform
200 =
dynamic_cast< Euler3DTransformType *
>( this );
203 transform->Euler3DTransformType::SetComputeZYX( arg );
214 if( SpaceDimension == 3 )
217 typename Euler3DTransformType::ConstPointer transform
218 =
dynamic_cast< const Euler3DTransformType *
>( this );
221 return transform->Euler3DTransformType::GetComputeZYX();
242 #endif // end #ifndef __itkEulerTransform_H__
AdvancedMatrixOffsetTransformBase< TScalarType, Dimension, Dimension > EulerTransform_tmp
itkStaticConstMacro(SpaceDimension, unsigned int, Dimension)
AdvancedEuler3DTransform< TScalarType > EulerTransform_tmp
EulerGroupWrap< Dimension > EulerGroupWrapInstance
This class only contains a dummy class.
Euler::template Dummy< ScalarType > EulerDummy
This class templates the EulerGroup over its dimension.
EulerGroupWrapInstance::Euler Euler
EulerDummy::EulerTransform_tmp EulerTransform_tmp
AdvancedRigid2DTransform< TScalarType > EulerTransform_tmp
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|