Declaration of class stir::Bin.
A class for storing coordinates and value of a single projection bin.
Definition Bin.h:49
const shared_ptr< const ProjDataInfo > proj_data_info_ptr
Member storing the info needed by get_related_bins() et al.
Definition DataSymmetriesForBins.h:163
void get_related_bins(std::vector< Bin > &, const Bin &b) const
fills in a vector with all the bins that are related to 'b' (including itself)
Definition DataSymmetriesForBins.inl:29
void get_related_bins_factorised(std::vector< AxTangPosNumbers > &, const Bin &b) const
fills in a vector with the axial and tangential position numbers related to this bin
Definition DataSymmetriesForBins.inl:42
int segment_num() const
get segment number for const objects
Definition SegmentIndices.inl:32