Go to the documentation of this file.
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()
This class computes all information about the B-spline grid, given the image information and the desi...
std::vector< GridSpacingFactorType > VectorGridSpacingFactorType
itkStaticConstMacro(Dimension, unsigned int, VImageDimension)
TTransformScalarType TransformScalarType
TransformType::ConstPointer TransformConstPointer
ImageBaseType::SizeValueType SizeValueType
std::vector< RegionType > VectorRegionType
SmartPointer< Self > Pointer
TransformType::Pointer TransformPointer
ImageBaseType::PointType PointType
ImageBase< itkGetStaticConstMacro(Dimension) > ImageBaseType
virtual void ComputeBSplineGrid(void)
void operator=(const Self &)
ImageBaseType::PointType OriginType
ImageBaseType::SizeType SizeType
ImageBaseType::SpacingType SpacingType
CyclicGridScheduleComputer Self
SpacingType GridSpacingFactorType
GridScheduleComputer< TTransformScalarType, VImageDimension > Superclass
CyclicGridScheduleComputer(const Self &)
std::vector< SpacingType > VectorSpacingType
This class computes all information about the B-spline grid.
Transform< TransformScalarType, itkGetStaticConstMacro(Dimension), itkGetStaticConstMacro(Dimension) > TransformType
ImageBaseType::DirectionType DirectionType
ImageBaseType::RegionType RegionType
SmartPointer< const Self > ConstPointer
std::vector< OriginType > VectorOriginType
virtual ~CyclicGridScheduleComputer()
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|