18 #ifndef __itkImageToImageMetricv4GetValueAndDerivativeThreader_h
19 #define __itkImageToImageMetricv4GetValueAndDerivativeThreader_h
43 template <
class TDomainPartitioner,
class TImageToImageMetricv4 >
51 template <
class TImageToImageMetricv4 >
66 typedef typename Superclass::DomainType
DomainType;
101 virtual void ThreadedExecution(
const DomainType & subdomain,
106 void operator=(
const Self & );
113 template <
class TImageToImageMetricv4 >
128 typedef typename Superclass::DomainType
DomainType;
162 virtual void ThreadedExecution(
const DomainType & subdomain,
167 void operator=(
const Self & );
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "itkImageToImageMetricv4GetValueAndDerivativeThreader.hxx"