visad.aeri
Class Qdiv
java.lang.Object
visad.aeri.Qdiv
- All Implemented Interfaces:
- java.util.EventListener, ScalarMapListener
public class Qdiv
- extends java.lang.Object
- implements ScalarMapListener
Constructor Summary |
Qdiv(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Qdiv
public Qdiv(java.lang.String[] args)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
- Throws:
VisADException
java.rmi.RemoteException
java.io.IOException
main
public static void main(java.lang.String[] args)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
- Throws:
VisADException
java.rmi.RemoteException
java.io.IOException
init_images
public static ImageSequence init_images(java.lang.String image_directory)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
- Throws:
VisADException
java.rmi.RemoteException
java.io.IOException
getArrayMinMax
public static double[] getArrayMinMax(double[] array)
mapChanged
public void mapChanged(ScalarMapEvent e)
throws VisADException,
java.rmi.RemoteException
- Description copied from interface:
ScalarMapListener
- Receive a
ScalarMapEvent
when the map data changes.
- Specified by:
mapChanged
in interface ScalarMapListener
- Parameters:
e
- the event
- Throws:
VisADException
- If there is a problem notifying this listener.
java.rmi.RemoteException
- If there was an RMI-related problem.
controlChanged
public void controlChanged(ScalarMapControlEvent e)
- Description copied from interface:
ScalarMapListener
- Receive a
ScalarMapEvent
when the map control changes.
- Specified by:
controlChanged
in interface ScalarMapListener
- Parameters:
e
- the event
makeCylinder
public static VisADTriangleStripArray makeCylinder(int n_faces,
float rad,
float len)