povray/
visgrpovraywindow__define.pro
includes main-level programDestination class graphics window like IDLgrWindow that uses POVRay to render the graphics.
Class description for visgrpovraywindow
Inheritance
- IDLGRWINDOW
All ancestor classes: IDLGRWINDOW IDLGRSRCDEST IDLITCOMPONENT
Properties
- _extra set init type=keywords
keywords to VISgrPOVRay and IDLgrWindow
- keep_files init
- file_prefix init
- _ref_extra get type=keywords
keywords to VISgrPOVRay and IDLgrWindow
Routines
visgrpovraywindow::draw [, picture]
Draws graphics hierarchy to the window using VISgrPOVRay.s
visgrpovraywindow::getProperty, _ref_extra=keywords
Get properties.
visgrpovraywindow::setProperty, _extra=keywords
Set properties.
visgrpovraywindow::cleanup
Free resources.
result = visgrpovraywindow::init(file_prefix=file_prefix, keep_files=keep_files, _extra=keywords)
Create a VISgrPOVRayWindow instance.
visgrpovraywindow__define
Define instance variables.
Routine details
top visgrpovraywindow::draw
visgrpovraywindow::draw [, picture]
Draws graphics hierarchy to the window using VISgrPOVRay.s
Parameters
- picture in optional type=object
IDLgrScene, IDLgrViewGroup, or IDLgrView rooting object graphics hierarchy to draw; required if GRAPHICS_TREE property is not set
top visgrpovraywindow::getProperty
visgrpovraywindow::getProperty, _ref_extra=keywords
Get properties.
Keywords
- _ref_extra type=keywords
keywords to VISgrPOVRay and IDLgrWindow
top visgrpovraywindow::setProperty
visgrpovraywindow::setProperty, _extra=keywords
Set properties.
Keywords
- _extra type=keywords
keywords to VISgrPOVRay and IDLgrWindow
top visgrpovraywindow::init
result = visgrpovraywindow::init(file_prefix=file_prefix, keep_files=keep_files, _extra=keywords)
Create a VISgrPOVRayWindow instance.
Return value
1 for success, 0 for failure
Keywords
- file_prefix
- keep_files
- _extra type=keywords
keywords to VISgrPOVRay and IDLgrWindow
File attributes
Modification date: | Mon Nov 29 18:32:37 2010 |
Lines: | 190 |
Docformat: | rst rst |