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;
62 m_PointSet = PointSet;
68 m_PointSet = PointSet;
77 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
81 void operator=(
const Self&) =
delete;
88 #ifndef OTB_MANUAL_INSTANTIATION