TPCCLIB
Loading...
Searching...
No Matches
DCMMATRIX Struct Reference

#include <tpcdcm.h>

Data Fields

char * filename
 
char acqDate [16]
 
char acqTime [16]
 
unsigned int frame
 
unsigned int plane
 
double frameStart
 
double frameDur
 

Detailed Description

Data struct for one DICOM image matrix.

See also
DCMML

Definition at line 172 of file tpcdcm.h.

Field Documentation

◆ acqDate

char DCMMATRIX::acqDate[16]

Acquisition date.

Definition at line 177 of file tpcdcm.h.

Referenced by dcmmatrixInit(), and dcmMListRead().

◆ acqTime

char DCMMATRIX::acqTime[16]

Acquisition time.

Definition at line 179 of file tpcdcm.h.

Referenced by dcmmatrixInit(), and dcmMListRead().

◆ filename

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().

◆ frame

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().

◆ frameDur

double DCMMATRIX::frameDur

Frame duration (sec).

Definition at line 188 of file tpcdcm.h.

Referenced by dcmmatrixInit(), and dcmMListRead().

◆ frameStart

double DCMMATRIX::frameStart

Frame start time (sec).

Definition at line 186 of file tpcdcm.h.

Referenced by dcmmatrixInit(), and dcmMListRead().

◆ plane

unsigned int DCMMATRIX::plane

Plane [1..planeNr].

Definition at line 184 of file tpcdcm.h.

Referenced by dcmmatrixInit(), and dcmMListRead().


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