27SegmentBySinogram<float>
54 return proj_data_info_sptr->get_num_non_tof_sinograms();
60 return proj_data_info_sptr->get_num_sinograms();
66 return proj_data_info_sptr->size_all();
72 return proj_data_info_sptr->get_original_view_nums();
Declaration of class stir::ProjDataInfo.
virtual SegmentByView< float > get_segment_by_view(const int segment_num, const int timing_pos=0) const
Get segment by view.
Definition ProjData.cxx:329
std::size_t size_all() const
Get the total size of the data.
Definition ProjData.inl:64
virtual SegmentBySinogram< float > get_segment_by_sinogram(const int segment_num, const int timing_pos=0) const
Get segment by sinogram.
Definition ProjData.cxx:319
std::vector< int > get_original_view_nums() const
forward ProjDataInfo::get_original_view_nums()
Definition ProjData.inl:70
int get_num_non_tof_sinograms() const
Get the number of non-tof sinograms.
Definition ProjData.inl:52
virtual Viewgram< float > get_viewgram(const int view, const int segment_num, const bool make_num_tangential_poss_odd=false, const int timing_pos=0) const =0
Get viewgram.
int get_num_sinograms() const
Get the total number of sinograms.
Definition ProjData.inl:58
virtual Sinogram< float > get_sinogram(const int ax_pos_num, const int segment_num, const bool make_num_tangential_poss_odd=false, const int timing_pos=0) const =0
Get sinogram.
A class for storing (3d) projection data with fixed SegmentIndices.
Definition SegmentByView.h:52
A very simple class to store segment numbers and any other indices that define a segment.
Definition SegmentIndices.h:34
int segment_num() const
get segment number for const objects
Definition SegmentIndices.inl:32
int timing_pos_num() const
get TOF index for const objects
Definition SegmentIndices.inl:44
A very simple class to store all dincies to get a (2D) Sinogram.
Definition SinogramIndices.h:34
int axial_pos_num() const
get view number for const objects
Definition SinogramIndices.inl:41
A class for 2d projection data.
Definition Sinogram.h:47
A very simple class to store all dincies to get a (2D) Viewgram.
Definition ViewgramIndices.h:33
int view_num() const
get view number for const objects
Definition ViewgramIndices.inl:36
A class for 2d projection data.
Definition Viewgram.h:49