![]() |
RTK
2.0.0
Reconstruction Toolkit
|
#include <rtkWaterPrecorrectionImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TOutputImage::RegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef WaterPrecorrectionImageFilter | Self |
typedef itk::InPlaceImageFilter< TInputImage, TOutputImage > | Superclass |
typedef std::vector< double > | VectorType |
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 | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override |
WaterPrecorrectionImageFilter () | |
virtual | ~WaterPrecorrectionImageFilter () override |
Private Member Functions | |
void | operator= (const Self &) |
WaterPrecorrectionImageFilter (const Self &) | |
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.
typedef itk::SmartPointer< const Self > rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 48 of file rtkWaterPrecorrectionImageFilter.h.
typedef TOutputImage::RegionType rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Convenient typedefs.
Definition at line 51 of file rtkWaterPrecorrectionImageFilter.h.
typedef itk::SmartPointer< Self > rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 47 of file rtkWaterPrecorrectionImageFilter.h.
typedef WaterPrecorrectionImageFilter rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 45 of file rtkWaterPrecorrectionImageFilter.h.
typedef itk::InPlaceImageFilter<TInputImage,TOutputImage> rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 46 of file rtkWaterPrecorrectionImageFilter.h.
typedef std::vector< double > rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::VectorType |
Definition at line 52 of file rtkWaterPrecorrectionImageFilter.h.
|
protected |
|
inlineoverrideprotectedvirtual |
Definition at line 75 of file rtkWaterPrecorrectionImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer rtk::WaterPrecorrectionImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | ) | const |
|
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.
|
private |
|
inlinevirtual |
Get / Set the Median window that are going to be used during the operation
Definition at line 63 of file rtkWaterPrecorrectionImageFilter.h.
|
overrideprotected |
|
private |
Definition at line 87 of file rtkWaterPrecorrectionImageFilter.h.