| Package | Description |
|---|---|
| visad.data.vis5d |
Provides for importing a Vis5D dataset into VisAD.
|
| Modifier and Type | Method and Description |
|---|---|
static V5DStruct |
V5DStruct.v5d_open(byte[] name,
int name_length,
int[] sizes,
int[] n_levels,
String[] var_names,
String[] var_units,
int[] map_proj,
float[] projargs,
int[] vert_sys,
float[] vert_args,
double[] times)
Open a Vis5D file
|
| Constructor and Description |
|---|
Vis5DFile(String filename,
V5DStruct vv,
Set space_set,
FunctionType grid_type,
RealType[] vars,
int[] vars_indexes,
int grid_size) |