21#ifndef __stir_ViewgramIndices_h__
22#define __stir_ViewgramIndices_h__
Definition of class stir::SegmentIndices.
inline implementations for class stir::ViewgramIndices
int segment_num() const
get segment number for const objects
Definition SegmentIndices.inl:32
SegmentIndices(const int segment_num=0, const int timing_pos_num=0)
constructor segment number as arguments
Definition SegmentIndices.inl:26
int timing_pos_num() const
get TOF index for const objects
Definition SegmentIndices.inl:44
ViewgramIndices()
an empty constructor (sets everything to 0)
Definition ViewgramIndices.inl:25
bool operator==(const ViewgramIndices &other) const
test for equality
Definition ViewgramIndices.inl:54
int view_num() const
get view number for const objects
Definition ViewgramIndices.inl:36
bool operator<(const ViewgramIndices &other) const
comparison operator, only useful for sorting
Definition ViewgramIndices.inl:48