|
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 TCoordRep =
float>
62 static constexpr
unsigned int Dimension = TInputPointSet::PointDimension;
100 return m_PointSet.GetPointer();
106 Evaluate(
const InputPointType &
point)
const override = 0;
112 PrintSelf(std::ostream & os,
Indent indent)
const override;
121 #define ITK_TEMPLATE_PointSetFunction(_, EXPORT, x, y) \
124 _(3(class EXPORT PointSetFunction<ITK_TEMPLATE_3 x>)) \
125 namespace Templates \
127 using PointSetFunction##y = PointSetFunction<ITK_TEMPLATE_3 x>; \
132 #ifndef ITK_MANUAL_INSTANTIATION
133 # include "itkPointSetFunction.hxx"
SmartPointer< const Self > ConstPointer
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
typename InputPointSetType::PixelType InputPixelType
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.
Base class for all ITK function objects.
TPointSet InputPointSetType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename InputPointSetType::ConstPointer InputPointSetConstPointer
typename InputPointSetType::PointType InputPointType
constexpr unsigned int Dimension
const InputPointSetType * GetInputPointSet() const