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

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

#include "stir/listmode/ListRecord.h"

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

Public Member Functions

virtual bool is_time () const =0
 
virtual bool is_event () const =0
 
virtual ListEventevent ()=0
 
virtual const ListEventevent () const =0
 
virtual ListTimetime ()=0
 
virtual const ListTimetime () const =0
 

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. For example, the Quad-HiDAC puts singles information in the list mode file. If you need that information, you will have to do casting to e.g. ListRecordQHiDAC.

See also
ListModeData for more info on list mode data.

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