18 #ifndef itkBSplineTransform_h
19 #define itkBSplineTransform_h
108 template<
typename TParametersValueType=double,
109 unsigned int NDimensions = 3,
110 unsigned int VSplineOrder = 3>
256 itkGetConstMacro( TransformDomainOrigin, OriginType );
262 itkGetConstMacro( TransformDomainPhysicalDimensions, PhysicalDimensionsType );
268 itkGetConstMacro( TransformDomainDirection, DirectionType );
274 itkGetConstMacro( TransformDomainMeshSize, MeshSizeType );
300 BSplineTransform( const
Self & ) ITK_DELETE_FUNCTION;
301 void operator=( const
Self & ) ITK_DELETE_FUNCTION;
315 #ifndef ITK_MANUAL_INSTANTIATION
316 #include "itkBSplineTransform.hxx"
Light weight base class for most itk classes.
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.