|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScaleLogarithmicTransform_h
19 #define itkScaleLogarithmicTransform_h
34 template <
typename TParametersValueType =
float,
unsigned int VDimension = 3>
53 static constexpr
unsigned int SpaceDimension = VDimension;
54 static constexpr
unsigned int ParametersDimension = VDimension;
60 using typename Superclass::ParametersType;
62 using typename Superclass::FixedParametersType;
94 SetParameters(
const ParametersType & parameters)
override;
101 const ParametersType &
102 GetParameters()
const override;
118 PrintSelf(std::ostream & os,
Indent indent)
const override;
123 #ifndef ITK_MANUAL_INSTANTIATION
124 # include "itkScaleLogarithmicTransform.hxx"
Control indentation during Print() invocation.
A templated class holding a n-Dimensional covariant vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A templated class holding a geometric point in n-Dimensional space.
Array2D class representing a 2D array.
TParametersValueType ValueType