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