API documentation for visualization library

Michael Galloy

single page | use frames     summary     class     fields     routine details     file attributes

flow/

visgrflow__define.pro

includes main-level program

Examples

Run the main-level program at the end of this file for an example of the usage:

IDL> .run visgrflow__define
This should display:

Class description for visgrflow

Inheritance

All ancestor classes: IDLGRPOLYLINE IDLGRGRAPHIC IDLGRCOMPONENT IDLITCOMPONENT

Properties

_extra init

Routines

result = visgrflow::init(u, v [, x] [, y] [, _extra=keywords])

Create a flow display.

visgrflow__define

Define inheritance and instance variables.

Routine details

top visgrflow::init

result = visgrflow::init(u, v [, x] [, y] [, _extra=keywords])

Create a flow display.

Parameters

u in required type=fltarr(m, n)

x component at each point of the vector field; must be a 2D array

v in required type=fltarr(m, n)

y component at each point of the vector field; must be a 2D array

x in optional type=fltarr(m)

x axis values

y in optional type=fltarr(n)

y axis values

Keywords

_extra in optional type=keywords

keywords to IDLgrPolyline::init or VIS_VEL

top visgrflow__define

visgrflow__define

Define inheritance and instance variables.

File attributes

Modification date: Mon Nov 29 18:32:42 2010
Lines: 103
Docformat: rst rst