RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkSelectOneProjectionPerCycleImageFilter.h>
Public Types | |
using | Pointer = itk::SmartPointer< Self > |
using | Self = SelectOneProjectionPerCycleImageFilter |
using | Superclass = SubSelectImageFilter< ProjectionStackType > |
Public Types inherited from rtk::SubSelectImageFilter< ProjectionStackType > | |
using | EmptyProjectionStackSourceType = rtk::ConstantImageSource< ProjectionStackType > |
using | ExtractFilterType = itk::ExtractImageFilter< ProjectionStackType, ProjectionStackType > |
using | GeometryType = rtk::ThreeDCircularProjectionGeometry |
using | PasteFilterType = itk::PasteImageFilter< ProjectionStackType > |
using | Pointer = itk::SmartPointer< Self > |
using | Self = SubSelectImageFilter |
using | Superclass = itk::ImageToImageFilter< ProjectionStackType, ProjectionStackType > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
virtual std::string | GetSignalFilename () |
virtual void | SetSignalFilename (std::string _arg) |
virtual void | SetPhase (double _arg) |
virtual double | GetPhase () |
Public Member Functions inherited from rtk::SubSelectImageFilter< ProjectionStackType > | |
virtual const GeometryType * | GetInputGeometry () const |
virtual GeometryType * | GetModifiableInputGeometry () |
GeometryType::Pointer | GetOutputGeometry () |
virtual std::vector< bool > | GetSelectedProjections () |
virtual void | SetInputGeometry (GeometryType *_arg) |
void | SetInputProjectionStack (const ProjectionStackType *Projections) |
ProjectionStackType::ConstPointer | GetInputProjectionStack () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | GenerateOutputInformation () override |
SelectOneProjectionPerCycleImageFilter () | |
~SelectOneProjectionPerCycleImageFilter () override=default | |
Protected Member Functions inherited from rtk::SubSelectImageFilter< ProjectionStackType > | |
void | GenerateData () override |
void | GenerateInputRequestedRegion () override |
void | GenerateOutputInformation () override |
SubSelectImageFilter () | |
void | VerifyPreconditions () const override |
~SubSelectImageFilter () override=default | |
Private Attributes | |
double | m_Phase { 0. } |
std::vector< double > | m_Signal |
std::string | m_SignalFilename |
Additional Inherited Members | |
Protected Attributes inherited from rtk::SubSelectImageFilter< ProjectionStackType > | |
GeometryType::Pointer | m_InputGeometry |
int | m_NbSelectedProjs |
GeometryType::Pointer | m_OutputGeometry |
std::vector< bool > | m_SelectedProjections |
Subselects one projection per respiratory cycle from a phase signal.
The selection selects for each respiratory cycle the projection that is the nearest to the phase parameter. The phase signal is assumed to be between 0 and 1 and monotonic.
Definition at line 39 of file rtkSelectOneProjectionPerCycleImageFilter.h.
using rtk::SelectOneProjectionPerCycleImageFilter< ProjectionStackType >::Pointer = itk::SmartPointer<Self> |
Definition at line 47 of file rtkSelectOneProjectionPerCycleImageFilter.h.
using rtk::SelectOneProjectionPerCycleImageFilter< ProjectionStackType >::Self = SelectOneProjectionPerCycleImageFilter |
Standard class type alias.
Definition at line 45 of file rtkSelectOneProjectionPerCycleImageFilter.h.
using rtk::SelectOneProjectionPerCycleImageFilter< ProjectionStackType >::Superclass = SubSelectImageFilter<ProjectionStackType> |
Definition at line 46 of file rtkSelectOneProjectionPerCycleImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from rtk::SubSelectImageFilter< ProjectionStackType >.
|
virtual |
Phase value for which we want the closest projection image per cycle.
|
virtual |
File name of a text file with one phase value between 0 and 1 per line.
|
static |
Method for creation through the object factory.
|
virtual |
Phase value for which we want the closest projection image per cycle.
|
virtual |
File name of a text file with one phase value between 0 and 1 per line.
|
private |
Definition at line 79 of file rtkSelectOneProjectionPerCycleImageFilter.h.
|
private |
Definition at line 80 of file rtkSelectOneProjectionPerCycleImageFilter.h.
|
private |
Definition at line 78 of file rtkSelectOneProjectionPerCycleImageFilter.h.