All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.ST_XLabels_t Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy