18 #ifndef itkEuclideanDistancePointMetric_h
19 #define itkEuclideanDistancePointMetric_h
44 template <
typename TFixedPointSet,
45 typename TMovingPointSet,
90 GetNumberOfValues()
const override;
115 itkSetMacro(ComputeSquaredDistance,
bool);
116 itkGetConstMacro(ComputeSquaredDistance,
bool);
117 itkBooleanMacro(ComputeSquaredDistance);
125 PrintSelf(std::ostream & os,
Indent indent)
const override;
129 bool m_ComputeSquaredDistance{
false };
133 #ifndef ITK_MANUAL_INSTANTIATION
134 # include "itkEuclideanDistancePointMetric.hxx"