19 #ifndef ELXAFFINELOGSTACKTRANSFORM_H
20 #define ELXAFFINELOGSTACKTRANSFORM_H
25 #include "../AffineLogTransform/itkAffineLogTransform.h"
40 template<
class TElastix >
43 typename elx::TransformBase< TElastix >::CoordRepType,
44 elx::TransformBase< TElastix >::FixedImageDimension >,
55 typedef itk::SmartPointer< Self >
Pointer;
90 itkGetStaticConstMacro( SpaceDimension ),
112 typedef float PixelType;
113 typedef itk::Image< PixelType,
115 typedef itk::ImageRegion<
129 typedef typename FixedImageType::SizeType
SizeType;
204 #ifndef ITK_MANUAL_INSTANTIATION
205 #include "elxAffineLogStackTransform.hxx"
A class that deals with user given parameters and command line arguments.