|
TPCCLIB
|
#include <tpcdcm.h>
Data Fields | |
| unsigned int | nr |
| unsigned int | anr |
| DCMMATRIX * | m |
| unsigned int DCMML::anr |
Allocate size of matrix list.
Definition at line 196 of file tpcdcm.h.
Referenced by dcmmlAllocate(), dcmmlFree(), dcmmlInit(), and dcmMListRead().
| DCMMATRIX* DCMML::m |
Pointer to matrix list.
Definition at line 198 of file tpcdcm.h.
Referenced by dcmmlAllocate(), dcmmlFree(), dcmmlInit(), dcmMListRead(), and dcmmlSortByPlane().
| unsigned int DCMML::nr |
Nr of matrices.
Definition at line 194 of file tpcdcm.h.
Referenced by dcmmlAllocate(), dcmmlInit(), dcmMListRead(), and dcmmlSortByPlane().