19 #ifndef rtkPhasesToInterpolationWeights_h 20 #define rtkPhasesToInterpolationWeights_h 22 #include "RTKExport.h" 23 #include "itkCSVFileReaderBase.h" 24 #include "itkArray2D.h" 84 itkGetMacro(UnevenTemporalSpacing,
bool);
89 itkGetMacro(NumberOfReconstructedFrames,
int);
94 SetSelectedProjections(std::vector<bool> sprojs);
95 itkGetMacro(SelectedProjections, std::vector<bool>);
104 PrintSelf(std::ostream & os, itk::Indent indent)
const override;
std::vector< bool > m_SelectedProjections
itk::SmartPointer< const Self > ConstPointer
int m_NumberOfReconstructedFrames
Parses csv file containing the cardiac or respiratory phases of each projection, and generates interp...
#define itkSetMacro(name, type)
itk::Array2D< float > Array2DType
CSVFileReaderBase Superclass
bool m_UnevenTemporalSpacing
itk::SmartPointer< Self > Pointer