h.ST_XLabels_t Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;
import smetana.core.CArray;
import smetana.core.UnsupportedStarStruct;
final public class ST_XLabels_t extends UnsupportedStarStruct {
public CArray objs;
public int n_objs;
public CArray lbls;
public int n_lbls;
public ST_label_params_t params;
public ST_dt_s hdx;
public ST_RTree spdx;
}
// typedef struct XLabels_s {
// object_t *objs;
// int n_objs;
// xlabel_t *lbls;
// int n_lbls;
// label_params_t *params;
//
// Dt_t *hdx; // splay tree keyed with hilbert spatial codes
// RTree_t *spdx; // rtree
//
// } XLabels_t;