RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkWaterPrecorrectionImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | Pointer = itk::SmartPointer< Self > |
using | Self = WaterPrecorrectionImageFilter |
using | Superclass = itk::InPlaceImageFilter< TInputImage, TOutputImage > |
using | VectorType = std::vector< double > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
virtual VectorType | GetCoefficients () |
virtual void | SetCoefficients (const VectorType _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
WaterPrecorrectionImageFilter () | |
~WaterPrecorrectionImageFilter () override=default | |
Private Attributes | |
VectorType | m_Coefficients |
Performs the classical water precorrection for beam hardening (Kachelriess, Med. Phys. 2006)
Definition at line 40 of file rtkWaterPrecorrectionImageFilter.h.
using rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 49 of file rtkWaterPrecorrectionImageFilter.h.
using rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Convenient type alias.
Definition at line 52 of file rtkWaterPrecorrectionImageFilter.h.
using rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 48 of file rtkWaterPrecorrectionImageFilter.h.
using rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::Self = WaterPrecorrectionImageFilter |
Standard class type alias.
Definition at line 46 of file rtkWaterPrecorrectionImageFilter.h.
using rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::Superclass = itk::InPlaceImageFilter<TInputImage, TOutputImage> |
Definition at line 47 of file rtkWaterPrecorrectionImageFilter.h.
using rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::VectorType = std::vector<double> |
Definition at line 53 of file rtkWaterPrecorrectionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Get / Set the Median window that are going to be used during the operation
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
inlinevirtual |
Get / Set the Median window that are going to be used during the operation
Definition at line 70 of file rtkWaterPrecorrectionImageFilter.h.
|
private |
Definition at line 88 of file rtkWaterPrecorrectionImageFilter.h.