20 #ifndef __stir_listmode_CListModeData_H__ 21 #define __stir_listmode_CListModeData_H__ 31 #ifdef BOOST_NO_STDC_NAMESPACE 57 virtual shared_ptr<CListRecord> get_empty_record_sptr()
const = 0;
64 bool has_delayeds()
const override = 0;
67 shared_ptr<ListRecord> get_empty_record_helper_sptr()
const override 69 shared_ptr<CListRecord> sptr(this->get_empty_record_sptr());
70 shared_ptr<ListRecord> sptr1(static_pointer_cast<ListRecord>(sptr));
The base class for reading PET (i.e. coincidence) list mode data.The only difference w...
Definition: CListModeData.h:50
Declaration of class stir::ProjDataInfo.
declaration of stir::ExamData
The base class for reading list mode data.
Definition: ListModeData.h:123
Class for records in a PET list mode file.
Definition: CListRecord.h:66
A class for a general element of a list mode file.
Definition: ListRecord.h:44
Declaration of class stir::ListModeData.
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition: Succeeded.h:43
Declarations of classes stir::CListRecord, and stir::CListEvent which are used for list mode data...
Declaration of class stir::RegisteredParsingObject.