![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkOraLookupTableImageFilter.h>
Inheritance diagram for rtk::OraLookupTableImageFilter< TOutputImage >:
Collaboration diagram for rtk::OraLookupTableImageFilter< TOutputImage >: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 |
| const char * | GetNameOfClass () const override |
| 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 |
|
override |
|
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 87 of file rtkOraLookupTableImageFilter.h.
|
overridevirtual |
Runtime information support.
Reimplemented from itk::ProcessObject.
|
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 78 of file rtkOraLookupTableImageFilter.h.
|
private |
Definition at line 98 of file rtkOraLookupTableImageFilter.h.
|
private |
A list of filenames to be processed.
Definition at line 101 of file rtkOraLookupTableImageFilter.h.
1.8.14