![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkCyclicGridScheduleComputer.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageBaseType::DirectionType | DirectionType |
typedef SpacingType | GridSpacingFactorType |
typedef ImageBase < itkGetStaticConstMacro(Dimension) > | ImageBaseType |
typedef ImageBaseType::PointType | OriginType |
typedef SmartPointer< Self > | Pointer |
typedef ImageBaseType::PointType | PointType |
typedef ImageBaseType::RegionType | RegionType |
typedef CyclicGridScheduleComputer | Self |
typedef ImageBaseType::SizeType | SizeType |
typedef ImageBaseType::SizeValueType | SizeValueType |
typedef ImageBaseType::SpacingType | SpacingType |
typedef GridScheduleComputer < TTransformScalarType, VImageDimension > | Superclass |
typedef TransformType::ConstPointer | TransformConstPointer |
typedef TransformType::Pointer | TransformPointer |
typedef TTransformScalarType | TransformScalarType |
typedef Transform < TransformScalarType, itkGetStaticConstMacro(Dimension), itkGetStaticConstMacro(Dimension) > | TransformType |
typedef std::vector < GridSpacingFactorType > | VectorGridSpacingFactorType |
typedef std::vector< OriginType > | VectorOriginType |
typedef std::vector< RegionType > | VectorRegionType |
typedef std::vector< SpacingType > | VectorSpacingType |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageBaseType::DirectionType | DirectionType |
typedef SpacingType | GridSpacingFactorType |
typedef ImageBase < itkGetStaticConstMacro(Dimension) > | ImageBaseType |
typedef ImageBaseType::PointType | OriginType |
typedef SmartPointer< Self > | Pointer |
typedef ImageBaseType::PointType | PointType |
typedef ImageBaseType::RegionType | RegionType |
typedef GridScheduleComputer | Self |
typedef ImageBaseType::SizeType | SizeType |
typedef ImageBaseType::SizeValueType | SizeValueType |
typedef ImageBaseType::SpacingType | SpacingType |
typedef Object | Superclass |
typedef TransformType::ConstPointer | TransformConstPointer |
typedef TransformType::Pointer | TransformPointer |
typedef TTransformScalarType | TransformScalarType |
typedef Transform < TransformScalarType, itkGetStaticConstMacro(Dimension), itkGetStaticConstMacro(Dimension) > | TransformType |
typedef std::vector < DirectionType > | VectorDirectionType |
typedef std::vector < GridSpacingFactorType > | VectorGridSpacingFactorType |
typedef std::vector< OriginType > | VectorOriginType |
typedef std::vector< RegionType > | VectorRegionType |
typedef std::vector< SpacingType > | VectorSpacingType |
Public Member Functions | |
virtual void | ComputeBSplineGrid (void) |
virtual const char * | GetClassName () const |
itkStaticConstMacro (Dimension, unsigned int, VImageDimension) | |
![]() | |
virtual void | GetBSplineGrid (unsigned int level, RegionType &gridRegion, SpacingType &gridSpacing, OriginType &gridOrigin, DirectionType &gridDirection) |
virtual unsigned int | GetBSplineOrder () const |
virtual SpacingType | GetFinalGridSpacing () const |
virtual DirectionType | GetImageDirection () const |
virtual OriginType | GetImageOrigin () const |
virtual RegionType | GetImageRegion () const |
virtual SpacingType | GetImageSpacing () const |
virtual void | GetSchedule (VectorGridSpacingFactorType &schedule) const |
itkStaticConstMacro (Dimension, unsigned int, VImageDimension) | |
virtual void | SetBSplineOrder (unsigned int _arg) |
virtual void | SetDefaultSchedule (unsigned int levels, double upsamplingFactor) |
virtual void | SetFinalGridSpacing (SpacingType _arg) |
virtual void | SetImageDirection (DirectionType _arg) |
virtual void | SetImageOrigin (OriginType _arg) |
virtual void | SetImageRegion (RegionType _arg) |
virtual void | SetImageSpacing (SpacingType _arg) |
virtual void | SetInitialTransform (const TransformType *_arg) |
virtual void | SetSchedule (const VectorGridSpacingFactorType &schedule) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
CyclicGridScheduleComputer () | |
virtual | ~CyclicGridScheduleComputer () |
![]() | |
virtual void | ApplyInitialTransform (OriginType &imageOrigin, SpacingType &imageSpacing, DirectionType &imageDirection, SpacingType &finalGridSpacing) const |
virtual unsigned int | GetNumberOfLevels () const |
GridScheduleComputer () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~GridScheduleComputer () |
Private Member Functions | |
CyclicGridScheduleComputer (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
![]() | |
VectorDirectionType | m_GridDirections |
VectorOriginType | m_GridOrigins |
VectorRegionType | m_GridRegions |
VectorGridSpacingFactorType | m_GridSpacingFactors |
VectorSpacingType | m_GridSpacings |
TransformConstPointer | m_InitialTransform |
This class computes all information about the B-spline grid.
This class computes all information about the B-spline grid given the image information and the desired grid spacing. It differs from the GridScheduleComputer in how the nodes are placed in the last dimension.
Definition at line 37 of file itkCyclicGridScheduleComputer.h.
typedef SmartPointer< const Self > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::ConstPointer |
Definition at line 47 of file itkCyclicGridScheduleComputer.h.
typedef ImageBaseType::DirectionType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::DirectionType |
Definition at line 65 of file itkCyclicGridScheduleComputer.h.
typedef SpacingType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::GridSpacingFactorType |
Definition at line 69 of file itkCyclicGridScheduleComputer.h.
typedef ImageBase< itkGetStaticConstMacro( Dimension ) > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::ImageBaseType |
Definition at line 61 of file itkCyclicGridScheduleComputer.h.
typedef ImageBaseType::PointType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::OriginType |
Definition at line 63 of file itkCyclicGridScheduleComputer.h.
typedef SmartPointer< Self > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::Pointer |
Definition at line 46 of file itkCyclicGridScheduleComputer.h.
typedef ImageBaseType::PointType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::PointType |
Definition at line 62 of file itkCyclicGridScheduleComputer.h.
typedef ImageBaseType::RegionType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::RegionType |
Definition at line 68 of file itkCyclicGridScheduleComputer.h.
typedef CyclicGridScheduleComputer itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::Self |
Standard class typedefs.
Definition at line 43 of file itkCyclicGridScheduleComputer.h.
typedef ImageBaseType::SizeType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::SizeType |
Definition at line 66 of file itkCyclicGridScheduleComputer.h.
typedef ImageBaseType::SizeValueType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::SizeValueType |
Definition at line 67 of file itkCyclicGridScheduleComputer.h.
typedef ImageBaseType::SpacingType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::SpacingType |
Definition at line 64 of file itkCyclicGridScheduleComputer.h.
typedef GridScheduleComputer< TTransformScalarType, VImageDimension > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::Superclass |
Definition at line 45 of file itkCyclicGridScheduleComputer.h.
typedef TransformType::ConstPointer itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::TransformConstPointer |
Definition at line 81 of file itkCyclicGridScheduleComputer.h.
typedef TransformType::Pointer itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::TransformPointer |
Definition at line 80 of file itkCyclicGridScheduleComputer.h.
typedef TTransformScalarType itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::TransformScalarType |
Typedef's.
Definition at line 59 of file itkCyclicGridScheduleComputer.h.
typedef Transform< TransformScalarType, itkGetStaticConstMacro( Dimension ), itkGetStaticConstMacro( Dimension ) > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::TransformType |
Typedefs for the initial transform.
Definition at line 79 of file itkCyclicGridScheduleComputer.h.
typedef std::vector< GridSpacingFactorType > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::VectorGridSpacingFactorType |
Definition at line 73 of file itkCyclicGridScheduleComputer.h.
typedef std::vector< OriginType > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::VectorOriginType |
Definition at line 70 of file itkCyclicGridScheduleComputer.h.
typedef std::vector< RegionType > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::VectorRegionType |
Definition at line 72 of file itkCyclicGridScheduleComputer.h.
typedef std::vector< SpacingType > itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::VectorSpacingType |
Definition at line 71 of file itkCyclicGridScheduleComputer.h.
|
protected |
The constructor.
|
inlineprotectedvirtual |
The destructor.
Definition at line 92 of file itkCyclicGridScheduleComputer.h.
|
private |
|
virtual |
Compute the B-spline grid.
Reimplemented from itk::GridScheduleComputer< TTransformScalarType, VImageDimension >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GridScheduleComputer< TTransformScalarType, VImageDimension >.
itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension >::itkStaticConstMacro | ( | Dimension | , |
unsigned | int, | ||
VImageDimension | |||
) |
Dimension of the domain space.
|
static |
Method for creation through the object factory.
|
private |
Generated on 27-04-2014 for elastix by ![]() |
![]() |