idllib

Personal IDL library for M. Galloy

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

animation/

mggrwindowanimation__define.pro


A MGgrWindowAnimation represents an animation that will be displayed in an IDLgrWindow.

Class description for mggrwindowanimation

Inheritance

All ancestor classes: mggranimation IDLGRWINDOW IDLGRSRCDEST IDLITCOMPONENT

Properties

_extra init

Routines

mggrwindowanimation::renderFrame, view, frame=frame, nframes=nframes

Generate a single frame of the animation.

mggrwindowanimation::cleanup

Free resources.

result = mggrwindowanimation::init(_extra=_extra)

Initialize an MGgrWindowAnimation.

mggrwindowanimation__define

Define member variables.

Routine details

top source mggrwindowanimation::renderFrame

mggrwindowanimation::renderFrame, view, frame=frame, nframes=nframes

Generate a single frame of the animation.

@param view {in}{required}{type=object} IDLgrScene, IDLgrViewGroup, IDLgrview to draw @keyword frame {in}{required}{type=long} frame number to draw; not used @keyword nframes {in}{required}{type=long} total number of frames to draw; not used

Parameters

view

Keywords

frame
nframes

top source mggrwindowanimation::cleanup

mggrwindowanimation::cleanup

Free resources.

top source mggrwindowanimation::init

result = mggrwindowanimation::init(_extra=_extra)

Initialize an MGgrWindowAnimation.

@returns 1 for success, 0 otherwise @keyword _extra {in}{optional}{type=keywords} keywords to IDLgrWindow::init

Keywords

_extra

top source mggrwindowanimation__define

mggrwindowanimation__define

Define member variables.

File attributes

Modification date: Mon Nov 29 18:32:22 2010
Lines: 59
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.