![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkWaterPrecorrectionImageFilter.h>
Inheritance diagram for rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >: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 |
| const char * | GetNameOfClass () const override |
| 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.
|
overrideprotected |
|
virtual |
Get / Set the Median window that are going to be used during the operation
|
overridevirtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
|
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 65 of file rtkWaterPrecorrectionImageFilter.h.
|
private |
Definition at line 83 of file rtkWaterPrecorrectionImageFilter.h.
1.8.14