23 #ifndef __stir_listmode_SPECTListRecord_H__ 24 #define __stir_listmode_SPECTListRecord_H__ 49 virtual bool is_time()
const = 0;
51 virtual bool is_event()
const = 0;
56 virtual const ListTime& time()
const = 0;
59 bool operator!=(
const SPECTListRecord& e2)
const {
return !(*
this == e2); }
Declarations of class stir::ListTime which is used for list mode data.
Class for storing and using gamma events from a SPECT List mode file.
Definition: SPECTListEvent.h:47
Declaration of class stir::Succeeded.
A class for a general element of a list mode file.
Definition: SPECTListRecord.h:44
A class for a general element of a list mode file.
Definition: ListRecord.h:44
Declaration of the stir::round functions.
Declarations of classes stir::ListRecord which is used for list mode data.
A class for storing and using a timing record from a listmode file.
Definition: ListTime.h:46
Declarations of classe stir::SPECTListEvent which is used for list mode data.