19 #ifndef rtkWaterPrecorrectionImageFilter_h 20 #define rtkWaterPrecorrectionImageFilter_h 25 #include "rtkConfiguration.h" 39 template <
class TInputImage,
class TOutputImage = TInputImage>
59 #ifdef itkOverrideGetNameOfClassMacro 72 if (this->m_Coefficients != _arg)
74 this->m_Coefficients = _arg;
85 DynamicThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread)
override;
92 #ifndef ITK_MANUAL_INSTANTIATION 93 # include "rtkWaterPrecorrectionImageFilter.hxx"
VectorType m_Coefficients
Performs the classical water precorrection for beam hardening (Kachelriess, Med. Phys. 2006)
virtual void SetCoefficients(const VectorType _arg)
typename OutputImageType::RegionType OutputImageRegionType
std::vector< double > VectorType