14 #ifndef __itkCyclicGridScheduleComputer_h__
15 #define __itkCyclicGridScheduleComputer_h__
17 #include "itkImageBase.h"
18 #include "itkTransform.h"
36 template<
typename TTransformScalarType,
unsigned int VImageDimension >
62 typedef typename ImageBaseType::PointType
PointType;
66 typedef typename ImageBaseType::SizeType
SizeType;
78 itkGetStaticConstMacro( Dimension ),
103 #ifndef ITK_MANUAL_INSTANTIATION
104 #include "itkCyclicGridScheduleComputer.hxx"
107 #endif // end #ifndef __itkCyclicGridScheduleComputer_h__
CyclicGridScheduleComputer Self
CyclicGridScheduleComputer()
ImageBaseType::RegionType RegionType
std::vector< GridSpacingFactorType > VectorGridSpacingFactorType
std::vector< SpacingType > VectorSpacingType
GridScheduleComputer< TTransformScalarType, VImageDimension > Superclass
ImageBaseType::PointType OriginType
TTransformScalarType TransformScalarType
TransformType::Pointer TransformPointer
SpacingType GridSpacingFactorType
virtual void ComputeBSplineGrid(void)
SmartPointer< Self > Pointer
This class computes all information about the B-spline grid, given the image information and the desi...
SmartPointer< const Self > ConstPointer
ImageBaseType::SizeType SizeType
ImageBaseType::SpacingType SpacingType
void operator=(const Self &)
ImageBaseType::SpacingType SpacingType
TransformType::ConstPointer TransformConstPointer
ImageBaseType::SizeValueType SizeValueType
std::vector< RegionType > VectorRegionType
This class computes all information about the B-spline grid.
ImageBaseType::PointType PointType
virtual ~CyclicGridScheduleComputer()
std::vector< OriginType > VectorOriginType
ImageBaseType::DirectionType DirectionType
ImageBase< itkGetStaticConstMacro(Dimension) > ImageBaseType
itkStaticConstMacro(Dimension, unsigned int, VImageDimension)
Transform< TransformScalarType, itkGetStaticConstMacro(Dimension), itkGetStaticConstMacro(Dimension) > TransformType