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);
115 void PrintSelf(std::ostream & os,
Indent indent)
const;
119 void operator=(
const Self &);
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkEuclideanDistancePointMetric.hxx"