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

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

final public class ST_aspect_t extends UnsupportedStarStruct {


	public int prevIterations;
	public int curIterations;
	public int nextIter;
	public int nPasses;
	public int badGraph;





}

// typedef struct aspect_t {
// double targetAR; /* target aspect ratio */
// double combiAR;
// int prevIterations; /* no. of iterations in previous pass */
// int curIterations; /* no. of iterations in current pass */
// int nextIter; /* dynamically adjusted no. of iterations */
// int nPasses; /* bound on no. of top-level passes */
// int badGraph; /* hack: set if graph is disconnected or has
// * clusters. If so, turn off aspect */
// } aspect_t;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy