mglib

Personal IDL library for M. Galloy

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

vis/flow/

mggrflow__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 mggrflow__define
This should display:

Class description for mggrflow

Inheritance

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 or MG_VEL

top mggrflow__define

mggrflow__define

Define inheritance and instance variables.

File attributes

Modification date: Wed May 14 15:07:15 2014
Lines: 45
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.