| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<FlowInfo> |
ShadowType.flowInfoList |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<FlowInfo> |
ShadowType.getFlowInfo() |
| Modifier and Type | Method and Description |
|---|---|
static float[][] |
TrajectoryManager.computeDisplacement(FlowInfo info,
float[][] spatial_values,
float[][] flow_values,
float timeStep) |
void |
Trajectory.forward(FlowInfo info,
float[][] flow_values,
byte[][] color_values,
GriddedSet spatial_set,
FlatField terrain,
int direction,
float timeStep) |
void |
Trajectory.forwardRK4(FlowInfo info,
float[][] flow_values,
float[][] flow_valuesB,
float[][] flow_valuesC,
byte[][] color_values,
GriddedSet spatial_set,
FlatField terrain,
int direction,
float timeStep) |
static int |
TrajectoryManager.getNumIntrpPts(FlowInfo info,
float maxSpd,
double timeStep) |
| Constructor and Description |
|---|
TrajectoryManager(DataRenderer renderer,
TrajectoryParams trajParams,
java.util.ArrayList<FlowInfo> flowInfoList,
int dataDomainLength,
double time) |
TrajectoryManager(DataRenderer renderer,
TrajectoryParams trajParams,
java.util.ArrayList<FlowInfo> flowInfoList,
int dataDomainLength,
double time,
ScalarMap altToZ,
CoordinateSystem dspCoordSys,
Gridded1DSet anim1DdomainSet) |