STIR  6.2.0
Public Member Functions | List of all members
stir::SPECTListRecord Class Referenceabstract

A class for a general element of a list mode file. More...

#include "stir/listmode/SPECTListRecord.h"

Inheritance diagram for stir::SPECTListRecord:
Inheritance graph
[legend]

Public Member Functions

virtual bool is_time () const =0
 
virtual bool is_event () const =0
 
virtual SPECTListEventevent ()=0
 
virtual const SPECTListEventevent () const =0
 
virtual ListTimetime ()=0
 
virtual const ListTimetime () const =0
 
virtual bool operator== (const SPECTListRecord &e2) const =0
 
bool operator!= (const SPECTListRecord &e2) const
 

Detailed Description

A class for a general element of a list mode file.

This represents either a timing or coincidence event in a list mode data stream.

Some scanners can have more types of records.

See also
SPECTListModeData for more info on list mode data.

The documentation for this class was generated from the following file: