RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkOraLookupTableImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | FileNamesContainer = std::vector< std::string > |
using | InputImagePixelType = unsigned short |
using | LookupTableType = typename Superclass::FunctorType::LookupTableType |
using | OutputImagePixelType = typename TOutputImage::PixelType |
using | Pointer = itk::SmartPointer< Self > |
using | Self = OraLookupTableImageFilter |
using | Superclass = LookupTableImageFilter< itk::Image< unsigned short, TOutputImage::ImageDimension >, TOutputImage > |
Public Member Functions | |
void | BeforeThreadedGenerateData () override |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
virtual void | SetComputeLineIntegral (bool _arg) |
virtual bool | GetComputeLineIntegral () const |
virtual void | ComputeLineIntegralOn () |
virtual void | ComputeLineIntegralOff () |
void | SetFileNames (const FileNamesContainer &name) |
const FileNamesContainer & | GetFileNames () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
OraLookupTableImageFilter ()=default | |
~OraLookupTableImageFilter () override=default | |
Private Attributes | |
bool | m_ComputeLineIntegral { true } |
FileNamesContainer | m_FileNames |
Lookup table for Ora data.
The lookup table uses the slope and intercept from the meta information to create a linear lookup table. The log is taken depending on the flag ComputeLineIntegral.
Definition at line 42 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 52 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::FileNamesContainer = std::vector<std::string> |
Definition at line 57 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::InputImagePixelType = unsigned short |
Definition at line 54 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::LookupTableType = typename Superclass::FunctorType::LookupTableType |
Definition at line 56 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::OutputImagePixelType = typename TOutputImage::PixelType |
Definition at line 55 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 51 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::Self = OraLookupTableImageFilter |
Standard class type alias.
Definition at line 49 of file rtkOraLookupTableImageFilter.h.
using rtk::OraLookupTableImageFilter< TOutputImage >::Superclass = LookupTableImageFilter<itk::Image<unsigned short, TOutputImage::ImageDimension>, TOutputImage> |
Definition at line 50 of file rtkOraLookupTableImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overridevirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Convert the projection data to line integrals after pre-processing. Default is on.
|
virtual |
Convert the projection data to line integrals after pre-processing. Default is on.
|
virtual |
Reimplemented from itk::Object.
|
virtual |
Convert the projection data to line integrals after pre-processing. Default is on.
|
inline |
Set the vector of strings that contains the file names. Files are processed in sequential order.
Definition at line 92 of file rtkOraLookupTableImageFilter.h.
|
virtual |
Runtime information support.
Reimplemented from rtk::LookupTableImageFilter< itk::Image< unsigned short, TOutputImage::ImageDimension >, TOutputImage >.
|
static |
Method for creation through the object factory.
|
virtual |
Convert the projection data to line integrals after pre-processing. Default is on.
|
inline |
Set the vector of strings that contains the file names. Files are processed in sequential order.
Definition at line 83 of file rtkOraLookupTableImageFilter.h.
|
private |
Definition at line 103 of file rtkOraLookupTableImageFilter.h.
|
private |
A list of filenames to be processed.
Definition at line 106 of file rtkOraLookupTableImageFilter.h.