RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkPhaseReader.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | Pointer = itk::SmartPointer< Self > |
using | Self = PhaseReader |
using | Superclass = CSVFileReaderBase |
using | ValueType = float |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual std::vector< float > | GetOutput () |
void | Parse () override |
virtual void | Update () |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
PhaseReader () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~PhaseReader () override=default | |
Private Attributes | |
std::vector< float > | m_Phases |
Parses csv file containing the cardiac or respiratory phases of each projection.
Definition at line 35 of file rtkPhaseReader.h.
using rtk::PhaseReader::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 44 of file rtkPhaseReader.h.
Definition at line 43 of file rtkPhaseReader.h.
using rtk::PhaseReader::Self = PhaseReader |
Standard class type alias
Definition at line 41 of file rtkPhaseReader.h.
Definition at line 42 of file rtkPhaseReader.h.
using rtk::PhaseReader::ValueType = float |
The value type of the dataset.
Definition at line 58 of file rtkPhaseReader.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::CSVFileReaderBase.
|
virtual |
Aliased to the GetDataFrameObject() method to be consistent with the rest of the pipeline
|
static |
Standard New method.
|
overridevirtual |
Parses the data from the file. Gets the phases of the projections into a vector, then generate an Array2D object containing the interpolation weights
Implements itk::CSVFileReaderBase.
|
overrideprotectedvirtual |
Print the reader.
Reimplemented from itk::CSVFileReaderBase.
|
virtual |
Aliased to the Parse() method to be consistent with the rest of the pipeline.
|
private |
Definition at line 84 of file rtkPhaseReader.h.