|
TPCCLIB
|
#include <libtpcimgio.h>
Data Fields | |
| char * | filename |
| char | acqDate [16] |
| char | acqTime [16] |
| unsigned int | frame |
| unsigned int | plane |
| double | frameStart |
| double | frameDur |
Data struct for one DICOM image matrix.
Definition at line 2924 of file libtpcimgio.h.
| char DCMMATRIX::acqDate[16] |
Acquisition date.
Definition at line 2929 of file libtpcimgio.h.
| char DCMMATRIX::acqTime[16] |
Acquisition time.
Definition at line 2931 of file libtpcimgio.h.
| char* DCMMATRIX::filename |
File name; must be allocated and freed as necessary; note that one file may contain many matrices.
Definition at line 2927 of file libtpcimgio.h.
| unsigned int DCMMATRIX::frame |
Frame [1..frameNr]; note that one frame may contain several bed positions, each with their own frame times, but those will be on different planes.
Definition at line 2934 of file libtpcimgio.h.
| double DCMMATRIX::frameDur |
Frame duration (sec).
Definition at line 2940 of file libtpcimgio.h.
| double DCMMATRIX::frameStart |
Frame start time (sec).
Definition at line 2938 of file libtpcimgio.h.
| unsigned int DCMMATRIX::plane |
Plane [1..planeNr].
Definition at line 2936 of file libtpcimgio.h.