18 #ifndef __itkExpectationBasedPointSetToPointSetMetricv4_h
19 #define __itkExpectationBasedPointSetToPointSetMetricv4_h
43 template<
class TFixedPo
intSet,
class TMovingPo
intSet = TFixedPo
intSet>
78 virtual void GetLocalNeighborhoodValueAndDerivative(
const PointType &,
95 itkSetMacro( EvaluationKNeighborhood,
unsigned int );
101 itkGetConstMacro( EvaluationKNeighborhood,
unsigned int );
107 virtual ~ExpectationBasedPointSetToPointSetMetricv4();
110 void PrintSelf( std::ostream & os,
Indent indent ) const;
113 ExpectationBasedPointSetToPointSetMetricv4( const
Self & );
114 void operator=( const Self & );
122 unsigned int m_EvaluationKNeighborhood;
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "itkExpectationBasedPointSetToPointSetMetricv4.hxx"