1#ifndef _TOTALSCAN_DATA_STRUCTURES_
2#define _TOTALSCAN_DATA_STRUCTURES_
12#define TS_LAYER_SECTION 1
13#define TS_RAW_SECTION 2
14#define TS_SEGMENT_SECTION 3
15#define TS_TRACK_SECTION 4
16#define TS_VERTEX_SECTION 5
17#define TS_FULL_SECTION 9
19#define TS_DATA_BYTES 0x20
20#define TS_HEADER_BYTES 0x40
22#define TS_HEADER_TYPE 0x200
23#define TS_OLD_HEADER_TYPE 0x100
Definition: tscan_ds.h:81
TS_LayerInfo * pLayers
Definition: tscan_ds.h:83
TS_Track * pTracks
Definition: tscan_ds.h:84
TS_Vertex * pVertices
Definition: tscan_ds.h:85
TS_TracksHeader Hdr
Definition: tscan_ds.h:82
Definition: AcqPlateChanger.h:31
Definition: tscan_ds.h:51
Definition: tscan_ds.h:59
Definition: tscan_ds.h:65
Definition: tscan_ds.h:57
Definition: tscan_ds.h:40
float BottomExt
Definition: tscan_ds.h:47
float BottomInt
Definition: tscan_ds.h:46
int SheetId
Definition: tscan_ds.h:41
float TopInt
Definition: tscan_ds.h:45
float TopExt
Definition: tscan_ds.h:44
float RefDepth
Definition: tscan_ds.h:49