|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPointSetFunction_h
19 #define itkPointSetFunction_h
55 template <
typename TInputPo
intSet,
typename TOutput,
typename TCoordinate =
float>
62 static constexpr
unsigned int Dimension = TInputPointSet::PointDimension;
88 #ifndef ITK_FUTURE_LEGACY_REMOVE
89 using CoordRepType ITK_FUTURE_DEPRECATED(
90 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
104 return m_PointSet.GetPointer();
110 Evaluate(
const InputPointType &
point)
const override = 0;
116 PrintSelf(std::ostream & os,
Indent indent)
const override;
125 #define ITK_TEMPLATE_PointSetFunction(_, EXPORT, x, y) \
128 _(3(class EXPORT PointSetFunction<ITK_TEMPLATE_3 x>)) \
129 namespace Templates \
131 using PointSetFunction##y = PointSetFunction<ITK_TEMPLATE_3 x>; \
136 #ifndef ITK_MANUAL_INSTANTIATION
137 # include "itkPointSetFunction.hxx"
SmartPointer< const Self > ConstPointer
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
typename InputPointSetType::PixelType InputPixelType
const InputPointSetType * GetInputPointSet() const
Light weight base class for most itk classes.
*par Constraints *The filter requires an image with at least two dimensions and a vector *length of at least The theory supports extension to scalar but *the implementation of the itk vector classes do not **The template parameter TRealType must be floating point(float or double) or *a user-defined "real" numerical type with arithmetic operations defined *sufficient to compute derivatives. **\par Performance *This filter will automatically multithread if run with *SetUsePrincipleComponents
Evaluates a function of an image at specified position.
typename InputPointSetType::PointType InputPointType
Base class for all ITK function objects.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename InputPointSetType::ConstPointer InputPointSetConstPointer
TCoordinate CoordinateType
TPointSet InputPointSetType
constexpr unsigned int Dimension