public class Contour
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Contour.ContourPlot |
| Constructor and Description |
|---|
Contour() |
| Modifier and Type | Method and Description |
|---|---|
static QDataSet |
contour(QDataSet tds,
Datum level)
returns a rank 2 dataset, a bundle dataset, listing the points
of the contour paths.
|
static QDataSet |
contour(QDataSet tds,
QDataSet levels)
returns a rank 2 dataset, a bundle dataset, listing the points
of the contour paths.
|
public static QDataSet contour(QDataSet tds, QDataSet levels)
tds - the rank 2 table datasetlevels - the rank 1 levelspublic static QDataSet contour(QDataSet tds, Datum level)
tds - the rank 2 table datasetlevel - the level