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

h.ST_object_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;
import smetana.core.__ptr__;

final public class ST_object_t extends UnsupportedStarStruct implements ST_Node_t___or_object_t {

	public final ST_pointf pos = new ST_pointf();
	public final ST_pointf sz = new ST_pointf();
	public CArray lbl;


	@Override
	public boolean isSameThan(__ptr__ other) {
		ST_object_t other2 = (ST_object_t) other;
		return this == other2;
	}

}

// typedef struct {
// pointf pos; /* Position of lower-left corner of object */
// pointf sz; /* Size of object; may be zero for a point */
// xlabel_t *lbl; /* Label attached to object, or NULL */
// } object_t;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy