|
TPCCLIB
|
#include <tpcdcm.h>
Data Fields | |
| char * | filename |
| char | acqDate [16] |
| char | acqTime [16] |
| unsigned int | frame |
| unsigned int | plane |
| double | frameStart |
| double | frameDur |
| char DCMMATRIX::acqDate[16] |
Acquisition date.
Definition at line 177 of file tpcdcm.h.
Referenced by dcmmatrixInit(), and dcmMListRead().
| char DCMMATRIX::acqTime[16] |
Acquisition time.
Definition at line 179 of file tpcdcm.h.
Referenced by dcmmatrixInit(), and dcmMListRead().
| char* DCMMATRIX::filename |
File name; must be allocated and freed as necessary; note that one file may contain many matrices.
Definition at line 175 of file tpcdcm.h.
Referenced by dcmmatrixFree(), dcmmatrixInit(), and dcmMListRead().
| 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 182 of file tpcdcm.h.
Referenced by dcmmatrixInit(), and dcmMListRead().
| double DCMMATRIX::frameDur |
Frame duration (sec).
Definition at line 188 of file tpcdcm.h.
Referenced by dcmmatrixInit(), and dcmMListRead().
| double DCMMATRIX::frameStart |
Frame start time (sec).
Definition at line 186 of file tpcdcm.h.
Referenced by dcmmatrixInit(), and dcmMListRead().
| unsigned int DCMMATRIX::plane |
Plane [1..planeNr].
Definition at line 184 of file tpcdcm.h.
Referenced by dcmmatrixInit(), and dcmMListRead().