H2Lib
3.0
|
Go to the source code of this file.
Data Structures | |
struct | _clustergeometry |
Representation of a clustergeometry object. More... | |
Typedefs | |
typedef struct _clustergeometry | clustergeometry |
Representation of a clustergeometry. | |
typedef clustergeometry * | pclustergeometry |
Pointer to clustergeometry object. | |
Functions | |
pclustergeometry | new_clustergeometry (uint dim, uint nidx) |
Create a new clustergeometry object. More... | |
void | del_clustergeometry (pclustergeometry cf) |
Delete a clustergeometry object. More... | |
void | update_point_bbox_clustergeometry (pclustergeometry cf, uint size, uint *idx) |
Update an adaptive bounding box for an index set. More... | |
void | update_support_bbox_cluster (pclustergeometry cf, pcluster t) |
Update a bounding box for the support of a cluster. More... | |
void | update_bbox_cluster (pcluster t) |
Updates the bounding boxes in a cluster tree object using only its sons. More... | |