H2Lib  3.0
Data Fields
_clustergeometry Struct Reference

Representation of a clustergeometry object. More...

#include <clustergeometry.h>

Data Fields

uint dim
 Spatial dimension.
 
uint nidx
 Number of indices.
 
real ** x
 Characteristic points for the indices.
 
real ** smin
 Minimal coordinates for the support bounding boxes for the indices.
 
real ** smax
 Maximal coordinates for the support bounding boxes for the indices.
 
realw
 Weights for the indices.
 
realhmin
 internal fields used to build the cluster tree from the clustergeometry object.
 
realhmax
 internal fields used to build the cluster tree from the clustergeometry object.
 
realbuf
 internal fields used to build the cluster tree from the clustergeometry object.
 

Detailed Description

Representation of a clustergeometry object.

This auxiliary structure allocates storage for different kinds of clustering strategies. Characteristic points and weights for the indices could be stored, additionally minimal and maximal coordinates for the support bounding boxes. Also storage for internal fields is allocated.


The documentation for this struct was generated from the following file: