18 #ifndef itkJointHistogramMutualInformationGetValueAndDerivativeThreader_h
19 #define itkJointHistogramMutualInformationGetValueAndDerivativeThreader_h
33 template <
typename TDomainPartitioner,
typename TImageToImageMetric,
typename TJo
intHistogramMetric>
74 using JointPDFType =
typename JointHistogramMetricType::JointPDFType;
87 BeforeThreadedExecution()
override;
90 AfterThreadedExecution()
override;
122 itkAlignedTypedef(ITK_CACHE_LINE_ALIGNMENT,
123 PaddedJointHistogramMIPerThreadStruct,
124 AlignedJointHistogramMIPerThreadStruct);
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkJointHistogramMutualInformationGetValueAndDerivativeThreader.hxx"