18 #ifndef __itkCyclicGridScheduleComputer_h__ 19 #define __itkCyclicGridScheduleComputer_h__ 21 #include "itkImageBase.h" 22 #include "itkTransform.h" 40 template<
typename TTransformScalarType,
unsigned int VImageDimension >
66 typedef typename ImageBaseType::PointType
PointType;
70 typedef typename ImageBaseType::SizeType
SizeType;
82 itkGetStaticConstMacro( Dimension ),
107 #ifndef ITK_MANUAL_INSTANTIATION 108 #include "itkCyclicGridScheduleComputer.hxx" 111 #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
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