18 #ifndef itkBSplineTransformParametersAdaptor_h
19 #define itkBSplineTransformParametersAdaptor_h
64 template<
typename TTransform>
92 typedef typename TransformType::SizeType
SizeType;
94 typedef typename TransformType::IndexType
IndexType;
105 itkStaticConstMacro(
SpaceDimension,
unsigned int, TransformType::SpaceDimension );
111 itkGetConstReferenceMacro( RequiredTransformDomainMeshSize,
MeshSizeType );
123 itkGetConstReferenceMacro( RequiredTransformDomainOrigin,
OriginType );
129 itkGetConstReferenceMacro( RequiredTransformDomainDirection,
DirectionType );
138 ~BSplineTransformParametersAdaptor();
143 BSplineTransformParametersAdaptor( const
Self & );
144 void operator=( const Self & );
157 #ifndef ITK_MANUAL_INSTANTIATION
158 #include "itkBSplineTransformParametersAdaptor.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.