|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBSplineTransformInitializer_h
19 #define itkBSplineTransformInitializer_h
40 template <
typename TTransform,
typename TImage>
67 #ifndef ITK_FUTURE_LEGACY_REMOVE
68 using ImagePointCoordRepType ITK_FUTURE_DEPRECATED(
69 "ITK 6 discourages using `ImagePointCoordRepType`. Please use `ImagePointCoordinateType` instead!") =
85 static constexpr
unsigned int SpaceDimension = TransformType::SpaceDimension;
100 itkGetConstMacro(TransformDomainMeshSize,
MeshSizeType);
107 InitializeTransform()
const;
114 PrintSelf(std::ostream & os,
Indent indent)
const override;
121 bool m_SetTransformDomainMeshSizeViaInitializer{
false };
126 #ifndef ITK_MANUAL_INSTANTIATION
127 # include "itkBSplineTransformInitializer.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
ImageBaseType::DirectionType DirectionType
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
ImageBaseType::IndexType IndexType
Light weight base class for most itk classes.
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
Templated n-dimensional image class.