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,
109 return this->m_CachedNumberOfParameters;
113 return this->m_CachedNumberOfLocalParameters;
119 void operator=(
const Self & );
126 template <
class TImageToImageMetricv4 >
141 typedef typename Superclass::DomainType
DomainType;
175 virtual void ThreadedExecution(
const DomainType & subdomain,
183 return this->m_CachedNumberOfParameters;
187 return this->m_CachedNumberOfLocalParameters;
193 void operator=(
const Self & );
198 #ifndef ITK_MANUAL_INSTANTIATION
199 #include "itkImageToImageMetricv4GetValueAndDerivativeThreader.hxx"