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 classes stir::ListRecord which is used for list mode data.
Declarations of class stir::ListTime which is used for list mode data.
Declarations of classe stir::SPECTListEvent which is used for list mode data.
Declaration of class stir::Succeeded.
A class for a general element of a list mode file.
Definition ListRecord.h:45
A class for storing and using a timing record from a listmode file.
Definition ListTime.h:47
Class for storing and using gamma events from a SPECT List mode file.
Definition SPECTListEvent.h:48
A class for a general element of a list mode file.
Definition SPECTListRecord.h:45
Declaration of the stir::round functions.