18 #ifndef itkBSplineTransform_h
19 #define itkBSplineTransform_h
108 template<
typename TParametersValueType=double,
109 unsigned int NDimensions = 3,
110 unsigned int VSplineOrder = 3>
255 itkGetConstMacro( TransformDomainOrigin, OriginType );
261 itkGetConstMacro( TransformDomainPhysicalDimensions, PhysicalDimensionsType );
267 itkGetConstMacro( TransformDomainDirection, DirectionType );
273 itkGetConstMacro( TransformDomainMeshSize, MeshSizeType );
299 BSplineTransform( const
Self & );
300 void operator=( const Self & );
314 #ifndef ITK_MANUAL_INSTANTIATION
315 #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.