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

h.ST_path 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.UnsupportedStarStruct;

final public class ST_path extends UnsupportedStarStruct {


	final public ST_port start = new ST_port(), end = new ST_port();
	public int nbox;
	public ST_boxf boxes[];

	public ST_Agedge_s data;



}

// typedef struct path { /* internal specification for an edge spline */
// port start, end;
// int nbox; /* number of subdivisions */
// boxf *boxes; /* rectangular regions of subdivision */
// void *data;
// } path;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy