flow/
visgrflow__define.pro
includes main-level programExamples
Run the main-level program at the end of this file for an example of the usage:
IDL> .run visgrflow__define
Class description for visgrflow
Inheritance
- IDLGRPOLYLINE
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
File attributes
Modification date: | Mon Nov 29 18:32:42 2010 |
Lines: | 103 |
Docformat: | rst rst |