|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnionSet | |
|---|---|
| visad | The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. |
| visad.data | Provides for importing data to and exporting data from VisAD. |
| visad.data.mcidas | Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files into VisAD. |
| visad.data.visad | Provides for importing and exporting serialized Java object files into and out of VisAD. |
| visad.data.visad.object | |
| visad.python | |
| Uses of UnionSet in visad |
|---|
| Methods in visad with parameters of type UnionSet | |
|---|---|
static float |
DelaunayCustom.computeArea(UnionSet set)
compute the area inside a set of closed paths |
static Irregular2DSet |
DelaunayCustom.fill(UnionSet set)
check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet |
static Irregular2DSet |
DelaunayCustom.fillCheck(UnionSet set,
boolean check)
check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet |
| Uses of UnionSet in visad.data |
|---|
| Methods in visad.data with parameters of type UnionSet | |
|---|---|
void |
EmptyDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
void |
DataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
abstract void |
BaseDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
| Uses of UnionSet in visad.data.mcidas |
|---|
| Methods in visad.data.mcidas that return UnionSet | |
|---|---|
UnionSet |
BaseMapAdapter.getData()
getData creates a VisAD UnionSet type with the MathType specified thru one of the other methods. |
| Uses of UnionSet in visad.data.visad |
|---|
| Methods in visad.data.visad with parameters of type UnionSet | |
|---|---|
void |
BinaryWriter.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
void |
BinarySizer.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
| Uses of UnionSet in visad.data.visad.object |
|---|
| Methods in visad.data.visad.object that return UnionSet | |
|---|---|
static UnionSet |
BinaryUnionSet.read(BinaryReader reader)
|
| Methods in visad.data.visad.object with parameters of type UnionSet | |
|---|---|
static void |
BinaryUnionSet.write(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
static void |
BinaryUnionSet.writeDependentData(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
| Uses of UnionSet in visad.python |
|---|
| Methods in visad.python that return UnionSet | |
|---|---|
static UnionSet |
JPythonMethods.makePairedLines(MathType mt,
double[][] points)
Construct a UnionSet of the given MathType for the pairs of points given |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||