public class IsoCurve extends Object
| Constructor and Description |
|---|
IsoCurve()
Instantiate the class and initialize all the variables
|
IsoCurve(double[] grid,
int nx,
int ny)
Instantiate the class and initialize all the variables.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCurve()
Return a contour curve.
|
void |
setGrid(double[] grid,
int nx,
int ny)
Set the grid to be contoured
|
void |
setValue(double value)
Set the value to contour
|
public IsoCurve()
public IsoCurve(double[] grid,
int nx,
int ny)
grid - An nx by ny Array containing the grid to contournx - X dimension of the grid.ny - Y dimension of the grid.public void setGrid(double[] grid,
int nx,
int ny)
nx - X dimension of the grid.ny - Y dimension of the grid.public void setValue(double value)
value - the contour levelpublic double[] getCurve()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics