|
STIR
6.3.0
|
A very simple class to store all dincies to get a (2D) Sinogram. More...
#include "stir/SinogramIndices.h"

Public Member Functions | |
| SinogramIndices () | |
| an empty constructor (sets everything to 0) | |
| SinogramIndices (const int axial_pos_num, const int segment_num, const int timing_pos_num) | |
| constructor specifying indices | |
| SinogramIndices (const Bin &) | |
| constructor from Bin | |
| int | axial_pos_num () const |
| get view number for const objects | |
| int & | axial_pos_num () |
| get reference to view number | |
| bool | operator< (const SinogramIndices &other) const |
| comparison operator, only useful for sorting More... | |
| bool | operator== (const SinogramIndices &other) const |
| test for equality | |
| bool | operator!= (const SinogramIndices &other) const |
Public Member Functions inherited from stir::SegmentIndices | |
| SegmentIndices (const int segment_num=0, const int timing_pos_num=0) | |
| constructor segment number as arguments | |
| int | segment_num () const |
| get segment number for const objects | |
| int & | segment_num () |
| get reference to segment number | |
| int | timing_pos_num () const |
| get TOF index for const objects | |
| int & | timing_pos_num () |
| get reference to TOF index | |
| bool | operator< (const SegmentIndices &other) const |
| comparison operator, only useful for sorting More... | |
| bool | operator== (const SegmentIndices &other) const |
| test for equality | |
| bool | operator!= (const SegmentIndices &other) const |
A very simple class to store all dincies to get a (2D) Sinogram.
|
inline |
comparison operator, only useful for sorting
order : (0,1) < (0,-1) < (1,1) ...
1.8.13