The LAMP Application

Generated by IDLdoc

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

./

livc_lamp.pro


FILE: d_contour.pro CALLING SEQUENCE: d_contour PURPOSE: Shows several feature of contour plots and contour objects. MAJOR TOPICS: Plots, widgets and objects CATEGORY: IDL Demo System REFERENCE: IDL Reference Guide, IDL User's Guide

Routines

result = d_contourGetColorArray(high_color, nLevels)

result = d_contourGetContourColor(level, nLevels)

d_contourMakeBasic, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

d_contourMakeColor, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

d_contourMakeFill, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

d_contourMakeLineStyle, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

d_contourMakeAnnotation, datz, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, WE_fac=WE_fac, NLevels=NLevels

d_contourMakeFillAndLine, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

result = d_contourWorld_event(event)

result = d_contourTerrain_event(event)

d_contourEvent, event

d_contourCleanup, wTopBase

livc_lamp, wksp, GROUP=GROUP, APPTLB=APPTLB, AS_IS=AS_IS, TIT=TIT, XTIT=XTIT, YTIT=YTIT, ZTIT=ZTIT, XX=XX, YY=YY, WI=WI

Routine details

top d_contourGetColorArray

result = d_contourGetColorArray(high_color, nLevels)

******* ********************** ** Assign a color to the polyline

Parameters

high_color
nLevels

top d_contourGetContourColor

result = d_contourGetContourColor(level, nLevels)

******* ************************* ** Assign a color to the polyline

Parameters

level
nLevels

top d_contourMakeBasic

d_contourMakeBasic, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

** ****************** ** Create a contour plot with white solid lines (direct graphics)

Parameters

data
WindowID
draw_x_size
draw_y_size
high_color

Keywords

AX
AZ
XX
YY
TIT
XTIT
Ytit
NLevels

top d_contourMakeColor

d_contourMakeColor, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

** ****************** ** Create a contour plot colored lines (direct graphics)

Parameters

data
WindowID
draw_x_size
draw_y_size
high_color

Keywords

AX
AZ
XX
YY
TIT
XTIT
Ytit
NLevels

top d_contourMakeFill

d_contourMakeFill, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

** ***************** ** Create a filled contour plot (direct graphics)

Parameters

data
WindowID
draw_x_size
draw_y_size
high_color

Keywords

AX
AZ
XX
YY
TIT
XTIT
Ytit
NLevels

top d_contourMakeLineStyle

d_contourMakeLineStyle, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

** ********************** ** Create a contour plot with varios linestyle (direct graphics)

Parameters

data
WindowID
draw_x_size
draw_y_size
high_color

Keywords

AX
AZ
XX
YY
TIT
XTIT
Ytit
NLevels

top d_contourMakeAnnotation

d_contourMakeAnnotation, datz, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, WE_fac=WE_fac, NLevels=NLevels

** *********************** ** Create a contour plot with annotations (direct graphics)

Parameters

datz
WindowID
draw_x_size
draw_y_size
high_color

Keywords

AX
AZ
XX
YY
TIT
XTIT
Ytit
WE_fac
NLevels

top d_contourMakeFillAndLine

d_contourMakeFillAndLine, data, WindowID, draw_x_size, draw_y_size, high_color, AX=AX, AZ=AZ, XX=XX, YY=YY, TIT=TIT, XTIT=XTIT, Ytit=Ytit, NLevels=NLevels

** ************************ ** Create a filled contour plot with lines (direct graphics)

Parameters

data
WindowID
draw_x_size
draw_y_size
high_color

Keywords

AX
AZ
XX
YY
TIT
XTIT
Ytit
NLevels

top d_contourWorld_event

result = d_contourWorld_event(event)

******* ******************** ** coutour world event parser

Parameters

event

top d_contourTerrain_event

result = d_contourTerrain_event(event)

******* ********************** ** contour terrain event parser

Parameters

event

top d_contourEvent

d_contourEvent, event

** ************** ** contour event parser

Parameters

event

top d_contourCleanup

d_contourCleanup, wTopBase

** **************** ** clenup when dying

Parameters

wTopBase

top livc_lamp

livc_lamp, wksp, GROUP=GROUP, APPTLB=APPTLB, AS_IS=AS_IS, TIT=TIT, XTIT=XTIT, YTIT=YTIT, ZTIT=ZTIT, XX=XX, YY=YY, WI=WI

** ********** ** livc_lamp entry, draw an object surface with contours

Parameters

wksp

Keywords

GROUP
APPTLB
AS_IS
TIT
XTIT
YTIT
ZTIT
XX
YY
WI

File attributes

Modification date: Tue Oct 1 14:35:35 2013
Lines: 1,596