animation/
mggranimation__define.pro
Class description for mggranimation
Subclasses: mggrimagesequenceanimation mggrwindowanimation
Routines
mggranimation::renderFrame, frame=frame, nframes=nframes
This method must be over-ridden by each concrete subclass to actually render an individual frame.
mggranimation::draw, view
Draw the animation.
mggranimation::addAnimator, animator
Add animator to the animation.
mggranimation::cleanup
Free resources.
result = mggranimation::init()
Initialize object.
mggranimation__define
Define member variables.
Routine details
top source mggranimation::renderFrame
mggranimation::renderFrame, frame=frame, nframes=nframes
This method must be over-ridden by each concrete subclass to actually render an individual frame.
@abstract @keyword frame {in}{required}{type=long} frame number to render (starts at 0) @keyword nframes {in}{type=long} total number of frames in animation
Keywords
- frame
- nframes
top source mggranimation::draw
mggranimation::draw, view
Draw the animation.
@param view {in}{required}{type=object} IDLgrView, IDLgrScene, or IDLgrViewGroup
Parameters
- view
top source mggranimation::addAnimator
mggranimation::addAnimator, animator
Add animator to the animation.
@param animator {in}{required}{type=object} MGgrAnimator object
Parameters
- animator
File attributes
Modification date: | Mon Nov 29 18:32:22 2010 |
Lines: | 94 |
Contact me if you have enhancement requests or bug fixes.