18 #ifndef __itkJointHistogramMutualInformationComputeJointPDFThreader_h
19 #define __itkJointHistogramMutualInformationComputeJointPDFThreader_h
43 template <
class TDomainPartitioner,
class TJo
intHistogramMetric >
51 template <
class TJo
intHistogramMetric >
68 typedef typename Superclass::DomainType
DomainType;
79 virtual void ThreadedExecution(
const DomainType & subdomain,
84 void operator=(
const Self & );
91 template <
class TJo
intHistogramMetric >
108 typedef typename Superclass::DomainType
DomainType;
122 virtual void ThreadedExecution(
const DomainType & subdomain,
127 void operator=(
const Self & );
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkJointHistogramMutualInformationComputeJointPDFThreader.hxx"