18 #ifndef __itkExpectationBasedPointSetToPointSetMetricv4_h
19 #define __itkExpectationBasedPointSetToPointSetMetricv4_h
43 template<
class TFixedPo
intSet,
class TMovingPo
intSet = TFixedPo
intSet>
56 itkSimpleNewMacro(
Self );
79 virtual void GetLocalNeighborhoodValueAndDerivative(
const PointType &,
96 itkSetMacro( EvaluationKNeighborhood,
unsigned int );
102 itkGetConstMacro( EvaluationKNeighborhood,
unsigned int );
112 virtual ~ExpectationBasedPointSetToPointSetMetricv4();
115 void PrintSelf( std::ostream & os,
Indent indent ) const;
118 ExpectationBasedPointSetToPointSetMetricv4( const
Self & );
119 void operator=( const Self & );
127 unsigned int m_EvaluationKNeighborhood;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkExpectationBasedPointSetToPointSetMetricv4.hxx"