of3d
Class FlowJTrilinearVector
java.lang.Object
VolumeJ.VJInterpolator
VolumeJ.VJTrilinear
of3d.FlowJTrilinearVector
public class FlowJTrilinearVector
- extends VJTrilinear
This class implements trilinear interpolation and interpolation of
gradients for vector flow volumes.
Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.
| Methods inherited from class VolumeJ.VJTrilinear |
gradient, isValid, isValidGradient, isValidGradient, toString, valid, value, value, value, value, value |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FlowJTrilinearVector
public FlowJTrilinearVector()
gradient
public VJGradient gradient(OF3DFlow f,
VJVoxelLoc vl)
- Compute an interpolated gradient from a flow vector volume.
Normally in 3-D flow (scintillating streaks), the gradient at vl is the direction of the flow vector at vl.
But if you need to render the static volume, you need to compute the gradient.
- Parameters:
f - the flow volume.vl - the VJVoxelLoc where to interpolate the gradient.
- Returns:
- a VJGradient with the interpolated gradient at vl.