18 #ifndef itkEuclideanDistancePointMetric_h
19 #define itkEuclideanDistancePointMetric_h
44 template<
typename TFixedPointSet,
typename TMovingPointSet,
45 typename TDistanceMap =
88 unsigned int GetNumberOfValues() const ITK_OVERRIDE;
103 itkGetConstObjectMacro(DistanceMap, DistanceMapType);
110 itkSetMacro(ComputeSquaredDistance,
bool);
111 itkGetConstMacro(ComputeSquaredDistance,
bool);
112 itkBooleanMacro(ComputeSquaredDistance);
117 virtual ~EuclideanDistancePointMetric() ITK_OVERRIDE {}
119 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkEuclideanDistancePointMetric.hxx"
Light weight base class for most itk classes.
Superclass::FixedPointIterator FixedPointIterator
Superclass::MovingPointDataIterator MovingPointDataIterator
DistanceMapPointer m_DistanceMap
Superclass::DerivativeType DerivativeType
Superclass::MeasureType MeasureType
Computes similarity between two point sets.
Superclass::MovingPointSetType MovingPointSetType
DistanceMapType::ConstPointer DistanceMapPointer
TDistanceMap DistanceMapType
Array2D class representing a 2D array with size defined at construction time.
Computes the minimum distance between a moving point-set and a fixed point-set. A vector of minimum c...
Superclass::FixedPointDataIterator FixedPointDataIterator
Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
EuclideanDistancePointMetric Self
PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > Superclass
SmartPointer< const Self > ConstPointer
bool m_ComputeSquaredDistance
Superclass::TransformType TransformType
Superclass::TransformPointer TransformPointer
Control indentation during Print() invocation.
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass::FixedPointSetType FixedPointSetType
SmartPointer< Self > Pointer
Superclass::MovingPointIterator MovingPointIterator
Base class for most ITK classes.
Superclass::TransformJacobianType TransformJacobianType
Templated n-dimensional image class.
Superclass::TransformParametersType TransformParametersType