vis/flow/
mggrflow__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 mggrflow__define
Class description for mggrflow
Inheritance
- IDLGRPOLYLINE
All ancestor classes: IDLGRPOLYLINE IDLGRGRAPHIC IDLGRCOMPONENT IDLITCOMPONENT
Properties
Properties in mggrflow
- _extra init
Routines
Routines from mggrflow__define.pro
result = mggrflow::init(u, v [, x] [, y] [, _extra=keywords])
Create a flow display.
mggrflow__define
Define inheritance and instance variables.
Routine details
top mggrflow::init
result = mggrflow::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
orMG_VEL
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 45 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.