18 #ifndef __itkEuclideanDistancePointMetric_h
19 #define __itkEuclideanDistancePointMetric_h
44 template<
class TFixedPointSet,
class TMovingPointSet,
85 unsigned int GetNumberOfValues()
const;
105 itkSetMacro(ComputeSquaredDistance,
bool);
106 itkGetConstMacro(ComputeSquaredDistance,
bool);
107 itkBooleanMacro(ComputeSquaredDistance);
114 void PrintSelf(std::ostream & os,
Indent indent)
const;
118 void operator=(
const Self &);
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkEuclideanDistancePointMetric.hxx"