18 #ifndef itkBSplineDeformableTransform_h
19 #define itkBSplineDeformableTransform_h
21 #include "itkConfigure.h"
113 template<
typename TParametersValueType=double,
114 unsigned int NDimensions = 3,
115 unsigned int VSplineOrder = 3>
131 itkSimpleNewMacro(
Self);
138 smartPtr =
static_cast<Pointer>( copyPtr );
225 #ifdef ITKV3_COMPATIBILITY
285 itkGetConstMacro( GridOrigin, OriginType );
291 itkGetConstMacro( GridSpacing, SpacingType );
297 itkGetConstMacro( GridDirection, DirectionType );
303 itkGetConstMacro( GridRegion, RegionType );
312 itkSetConstObjectMacro(BulkTransform, BulkTransformType);
313 itkGetConstObjectMacro(BulkTransform, BulkTransformType);
317 itkGetConstReferenceMacro(ValidRegion, RegionType);
343 BSplineDeformableTransform( const
Self & ) ITK_DELETE_FUNCTION;
344 void operator=( const
Self & ) ITK_DELETE_FUNCTION;
378 #ifndef ITK_MANUAL_INSTANTIATION
379 #include "itkBSplineDeformableTransform.hxx"
Light weight base class for most itk classes.
An image region represents a structured region of data.
ObjectType * GetPointer() const
A templated class holding a point in n-Dimensional image space.
Control indentation during Print() invocation.
A templated class holding a geometric point in n-Dimensional space.