18 #ifndef __itkLabeledPointSetToPointSetMetricv4_h
19 #define __itkLabeledPointSetToPointSetMetricv4_h
52 template<
class TFixedPo
intSet,
class TMovingPo
intSet = TFixedPo
intSet>
104 virtual
void GetLocalNeighborhoodValueAndDerivative( const PointType &,
112 itkGetModifiableObjectMacro(PointSetMetric, PointSetMetricType );
122 virtual ~LabeledPointSetToPointSetMetricv4();
125 void PrintSelf( std::ostream & os,
Indent indent ) const;
128 LabeledPointSetToPointSetMetricv4(const
Self &);
129 void operator=(const Self &);
135 void DetermineCommonPointSetLabels();
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "itkLabeledPointSetToPointSetMetricv4.hxx"