index_table Struct Reference

List of all members.

Detailed Description

Struct for beam index lookup table. Given all possible angles in a scan, it holds the precalculated index sequences along the trace of each beam.


Public Attributes

int n_angles
 Number of possible angles along which we want to store the beam indices.
int max_length
 Maximum length of an index sequence.
double reso_angle
 Angular resolution of scan.
double min_angle
 Minimal angle in scan.
int is_computed
 Flag indicating if lookup table is already computed.
int * n_cells
 Number of cells of an index sequence (= a given beam angle).
int ** i_cell
 Handle to i-values (the sought indices).
int ** j_cell
 Handle to j-values (the sought indices).
float ** cell_max_dist
 Handle to ... (don't remember for the moment - have a nice day).


Generated on Mon Oct 23 14:09:18 2006 for Tracky by  doxygen 1.4.6