vis/animation/
mggrimagedestination__define.pro
Image destination for object graphics.
Class description for mggrimagedestination
Inheritance
- IDLGRBUFFER
All ancestor classes: IDLGRBUFFER IDLGRSRCDEST IDLITCOMPONENT
Properties
Properties in mggrimagedestination
- _extra set init
properties of
IDLgrBuffer
- _ref_extra get
- basename get set init
basename of image filename
- format get set init
image format: bmp, gif, jpeg, png, ppm, srf, tiff
- frame_format get set init
format code used for including frame number in output filenames
- show_frame get set init
set to put frame number in output filenames
Routines
Routines from mggrimagedestination__define.pro
mggrimagedestination::draw [, picture]
Draw the scene.
mggrimagedestination::getProperty, basename=basename, format=format, show_frame=show_frame, frame_format=frame_format, _ref_extra=_ref_extra
Get properties.
mggrimagedestination::setProperty, basename=basename, format=format, show_frame=show_frame, frame_format=frame_format, _extra=_extra
Set properties.
mggrimagedestination::cleanup
Free resources.
result = mggrimagedestination::init(basename=basename, format=format, show_frame=show_frame, frame_format=frame_format, _extra=_extra)
Create image destination.
mggrimagedestination__define
Define instance variables.
Routine details
top mggrimagedestination::draw
mggrimagedestination::draw [, picture]
Draw the scene.
Parameters
- picture in optional type=object
scene, view group, or view to draw
top mggrimagedestination::getProperty
mggrimagedestination::getProperty, basename=basename, format=format, show_frame=show_frame, frame_format=frame_format, _ref_extra=_ref_extra
Get properties.
Keywords
- basename
basename of image filename
- format
image format: bmp, gif, jpeg, png, ppm, srf, tiff
- show_frame
set to put frame number in output filenames
- frame_format
format code used for including frame number in output filenames
- _ref_extra
top mggrimagedestination::setProperty
mggrimagedestination::setProperty, basename=basename, format=format, show_frame=show_frame, frame_format=frame_format, _extra=_extra
Set properties.
Keywords
- basename
basename of image filename
- format
image format: bmp, gif, jpeg, png, ppm, srf, tiff
- show_frame
set to put frame number in output filenames
- frame_format
format code used for including frame number in output filenames
- _extra
properties of
IDLgrBuffer
top mggrimagedestination::init
result = mggrimagedestination::init(basename=basename, format=format, show_frame=show_frame, frame_format=frame_format, _extra=_extra)
Create image destination.
Return value
1 for success, 0 for failure
Keywords
- basename
basename of image filename
- format
image format: bmp, gif, jpeg, png, ppm, srf, tiff
- show_frame
set to put frame number in output filenames
- frame_format
format code used for including frame number in output filenames
- _extra
properties of
IDLgrBuffer
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 61 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.