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

h.ST_Rect_t Maven / Gradle / Ivy

There is a newer version: 1.2025.0
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;

import smetana.core.UnsupportedStarStruct;
import smetana.core.__struct__;

final public class ST_Rect_t extends UnsupportedStarStruct {

	public final int[] boundary = new int[2 * 2];


	@Override
	public void ___(__struct__ other) {
		ST_Rect_t other2 = (ST_Rect_t) other;
		this.boundary[0] = other2.boundary[0];
		this.boundary[1] = other2.boundary[1];
		this.boundary[2] = other2.boundary[2];
		this.boundary[3] = other2.boundary[3];
	}

	// typedef struct Rect {
	// int boundary[2*2];
	// } Rect_t;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy