21 #ifndef otbPointSetFunction_h
22 #define otbPointSetFunction_h
24 #include "itkSpatialFunction.h"
25 #include "itkProcessObject.h"
38 template <
class TPo
intSet,
class TOutput>
39 class ITK_EXPORT
PointSetFunction :
public itk::SpatialFunction<TOutput, 2 , typename TPointSet::PointType>
45 typedef itk::SpatialFunction<TOutput, 2, typename TPointSet::PointType>
Superclass;
63 m_PointSet = PointSet;
69 m_PointSet = PointSet;
78 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
90 #ifndef OTB_MANUAL_INSTANTIATION
Calculate the density in the neighborhood of a pixel.
itk::SpatialFunction< TOutput, 2, typename TPointSet::PointType > Superclass
void operator=(const Self &)=delete
PointSetType::Pointer PointSetPointer
PointSetType::ConstPointer PointSetConstPointer
void SetPointSet(PointSetConstPointer PointSet)
void SetPointSet(PointSetPointer PointSet)
~PointSetFunction() override
PointSetFunction(const Self &)=delete
PointSetConstPointer m_PointSet
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.