stg_cell Struct Reference
[Matrix occupancy quadtree]
#include <stage_internal.h>
Data Fields | |
struct stg_cell * | children [4] |
void * | data |
stg_rtk_fig_t * | fig |
struct stg_cell * | parent |
double | size |
double | x |
double | xmax |
double | xmin |
double | y |
double | ymax |
double | ymin |
Detailed Description
A node in the occupancy quadtreeField Documentation
struct stg_cell* stg_cell::children[4] [read] |
void* stg_cell::data |
Referenced by stg_cell_delete(), stg_cell_render(), stg_cell_unrender(), and stg_matrix_lines().
struct stg_cell* stg_cell::parent [read] |
Referenced by stg_cell_create(), stg_cell_locate(), and stg_cell_remove_object().
double stg_cell::size |
double stg_cell::x |
double stg_cell::xmax |
Referenced by itl_first_matching(), itl_wall_distance(), stg_cell_create(), stg_cell_locate(), stg_cell_print(), and stg_matrix_lines().
double stg_cell::xmin |
Referenced by itl_first_matching(), itl_wall_distance(), stg_cell_create(), stg_cell_locate(), stg_cell_print(), and stg_matrix_lines().
double stg_cell::y |
double stg_cell::ymax |
Referenced by itl_first_matching(), itl_wall_distance(), stg_cell_create(), stg_cell_locate(), stg_cell_print(), and stg_matrix_lines().
double stg_cell::ymin |
Referenced by itl_first_matching(), itl_wall_distance(), stg_cell_create(), stg_cell_locate(), stg_cell_print(), and stg_matrix_lines().
The documentation for this struct was generated from the following file:
Generated on Wed Jun 3 23:12:29 2009 for Stage by
