idllib

Personal IDL library for M. Galloy

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

animation/

mggrpropertyanimator__define.pro


Class description for mggrpropertyanimator

Inheritance

Properties

_extra init
_ref_extra get
nframes get

Routines

mggrpropertyanimator::getProperty, nframes=nframes, _ref_extra=_ref_extra

Get properties of the animator.

mggrpropertyanimator::addProperty, name, value

Add a property name/value to the animator.

mggrpropertyanimator::apply, frame=frame

Apply the animator to the target for a given frame.

mggrpropertyanimator::cleanup

Free resources.

result = mggrpropertyanimator::init(_extra=_extra)

Initialize the object.

mggrpropertyanimator__define

Define member variables.

Routine details

top source mggrpropertyanimator::getProperty

mggrpropertyanimator::getProperty, nframes=nframes, _ref_extra=_ref_extra

Get properties of the animator.

@keyword nframes {out}{optional}{type=long} number of frames in the animator @keyword _ref_extra {out}{optional}{type=keyword} keywords to MGgrAnimator::getProperty

Keywords

nframes
_ref_extra

top source mggrpropertyanimator::addProperty

mggrpropertyanimator::addProperty, name, value

Add a property name/value to the animator.

@param name {in}{required}{type=string} name of the property @param value {in}{required}{type=any} value of the property

Parameters

name
value

top source mggrpropertyanimator::apply

mggrpropertyanimator::apply, frame=frame

Apply the animator to the target for a given frame.

@keyword frame {in}{required}{type=long} frame number to apply

Keywords

frame

top source mggrpropertyanimator::cleanup

mggrpropertyanimator::cleanup

Free resources.

top source mggrpropertyanimator::init

result = mggrpropertyanimator::init(_extra=_extra)

Initialize the object.

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

Keywords

_extra

top source mggrpropertyanimator__define

mggrpropertyanimator__define

Define member variables.

@file_comments This class represents changes to the property values of a given target object in an animation. @field properties IDL_Container holding properties

File attributes

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