1#ifndef _BULK_CSSS_PREDICTION_BATCH_STRUCTURES_
2#define _BULK_CSSS_PREDICTION_BATCH_STRUCTURES_
9#define BS_PRED_SECTION 12
10#define BS_TRACK_SECTION 1
11#define BS_IMAGEPRED_SECTION 7
12#define BS_CLUSTERPRED_SECTION 8
15#define BS_DATA_BYTES 0x20
16#define BS_HEADER_BYTES 0x40
18#define BS_HEADER_TYPE 0X01
Definition: bspred_ds.h:34
float X
Definition: bspred_ds.h:39
int Threshold
Definition: bspred_ds.h:44
int MaxClusters
Definition: bspred_ds.h:43
Identifier MapId
Definition: bspred_ds.h:36
Identifier Id
Definition: bspred_ds.h:35
int Frames
Definition: bspred_ds.h:42
float EndZ
Definition: bspred_ds.h:41
Definition: bspred_ds.h:49
Identifier Id
Definition: bspred_ds.h:50
float X
Definition: bspred_ds.h:54
int Frames
Definition: bspred_ds.h:57
int XSize
Definition: bspred_ds.h:58
float EndZ
Definition: bspred_ds.h:56
Identifier MapId
Definition: bspred_ds.h:51
Definition: bspred_ds.h:21
float X
Definition: bspred_ds.h:26
Identifier MapId
Definition: bspred_ds.h:23
float GlobalSlopeTol
Definition: bspred_ds.h:29
float PosTol
Definition: bspred_ds.h:28
Identifier Id
Definition: bspred_ds.h:22
Definition: bspred_ds.h:63
BS_Track * pTracks
Definition: bspred_ds.h:69
IO_Header Hdr
Definition: bspred_ds.h:64
int CountOfTracks
Definition: bspred_ds.h:65
int CountOfPhotoSequences
Definition: bspred_ds.h:67
BS_PhotoSequence * pPhotoSequences
Definition: bspred_ds.h:71
BS_ClusterDump * pClusterDumps
Definition: bspred_ds.h:70
int CountOfClusterDumps
Definition: bspred_ds.h:66
Definition: AcqPlateChanger.h:31