18 #ifndef itkBSplineTransformInitializer_h
19 #define itkBSplineTransformInitializer_h
40 template<
typename TTransform,
typename TImage>
80 itkStaticConstMacro( SpaceDimension,
unsigned int,
81 TransformType::SpaceDimension );
96 itkGetConstMacro( TransformDomainMeshSize,
MeshSizeType );
101 virtual void InitializeTransform()
const;
107 virtual
void PrintSelf( std::ostream & os,
Indent indent ) const ITK_OVERRIDE;
116 bool m_SetTransformDomainMeshSizeViaInitializer;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkBSplineTransformInitializer.hxx"
Light weight base class for most itk classes.
ImageBaseType::DirectionType DirectionType
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
Base class for most ITK classes.
Templated n-dimensional image class.
ImageBaseType::IndexType IndexType