15 #ifndef __itkCyclicGridScheduleComputer_H__
16 #define __itkCyclicGridScheduleComputer_H__
18 #include "itkImageBase.h"
19 #include "itkTransform.h"
37 template <
typename TTransformScalarType,
unsigned int VImageDimension >
57 itkStaticConstMacro( Dimension,
unsigned int, VImageDimension );
63 typedef typename ImageBaseType::PointType
PointType;
67 typedef typename ImageBaseType::SizeType
SizeType;
79 itkGetStaticConstMacro( Dimension ),
85 virtual void ComputeBSplineGrid(
void );
98 void operator=(
const Self& );
104 #ifndef ITK_MANUAL_INSTANTIATION
105 #include "itkCyclicGridScheduleComputer.txx"
108 #endif // end #ifndef __itkCyclicGridScheduleComputer_H__