#include <voronoi.h>
Data Fields | |
s_vvertice * | vertices |
s_vvertice ** | pvertices |
int * | h_tr |
int | n_h_tr |
int * | tr |
int | nvert |
int | qhullSize |
Definition at line 93 of file voronoi.h.
List of voronoi vertices
Definition at line 95 of file voronoi.h.
Referenced by clusterPockets(), fill_vvertices(), float_get_min_max_from_pockets(), free_vert_lst(), print_vvertices(), store_vertice_positions(), and updateIds().
list of pointers to vertices
Definition at line 96 of file voronoi.h.
Referenced by fill_vvertices(), free_vert_lst(), get_actual_pocket(), and get_explicit_desc().
int* s_lst_vvertice::h_tr |
translation of voronoi vertice indices
Definition at line 98 of file voronoi.h.
Referenced by fill_vvertices(), free_vert_lst(), load_vvertices(), and testVvertice().
int* s_lst_vvertice::tr |
translation of voronoi vertice indices
Definition at line 100 of file voronoi.h.
Referenced by fill_vvertices(), free_vert_lst(), and updateIds().
no of vertices
Definition at line 100 of file voronoi.h.
Referenced by clusterPockets(), fill_vvertices(), float_get_min_max_from_pockets(), get_actual_pocket(), get_explicit_desc(), print_vvertices(), store_vertice_positions(), and updateIds().
number of vertices in qhull
Definition at line 100 of file voronoi.h.
Referenced by fill_vvertices(), and updateIds().