15 #ifndef __elxAdvancedAffineTransform_H_
16 #define __elxAdvancedAffineTransform_H_
75 template <
class TElastix >
78 ITK_TYPENAME elx::TransformBase<TElastix>::CoordRepType,
79 elx::TransformBase<TElastix>::FixedImageDimension > ,
113 itkStaticConstMacro( SpaceDimension,
unsigned int, Superclass2::FixedImageDimension );
144 typedef typename FixedImageType::SizeType
SizeType;
163 virtual void BeforeRegistration(
void );
180 virtual void InitializeTransform(
void );
189 virtual void SetScales(
void );
195 virtual void ReadFromFile(
void );
214 virtual bool ReadCenterOfRotationIndex( InputPointType & rotationPoint )
const;
221 virtual bool ReadCenterOfRotationPoint( InputPointType & rotationPoint )
const;
228 void operator=(
const Self& );
237 #ifndef ITK_MANUAL_INSTANTIATION
238 #include "elxAdvancedAffineTransform.hxx"
241 #endif // end #ifndef __elxAdvancedAffineTransform_H_
#define elxClassNameMacro(_name)