Coyote Graphics Routines

Date: Fri Mar 27 12:14:20 2015

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

.\

cgimagegroup__define.pro


Class description for cgImageGroup

Inheritance

Properties

Properties in cgImageGroup

FILENAME init
REVERSE init

Fields

Fields in IDL_OBJECT

Fields in cgImageGroup

WIN_MAIN obj_new()
ZOOM_FACTOR 0L
WID_FULL 0L
PALETTE bytarr(256, 3)
TLB_FULL 0L
WID_ZOOM 0L
TLB_ZOOM 0L
IMAGE ptr_new()
WIN_FULL obj_new()
WIN_ZOOM obj_new()
TLB_MAIL 0L
WID_MAIN 0L

Routines

result = cgImageGroup::Init(image, FILENAME=FILENAME, REVERSE=REVERSE)

The initialization module for the cgImageGroup object creates a specific instance of the object.

cgImageGroup__Define, class

The class definition module for the cgImageGroup object.

Routine details

top cgImageGroup::Init

result = cgImageGroup::Init(image, FILENAME=FILENAME, REVERSE=REVERSE)

The initialization module for the cgImageGroup object creates a specific instance of the object. :Params: image: in, required, type=varies A 2D or true-color image variable to display and interact with. Optionally, this variable may also be the name of an image file that IDL can open with READ_IMAGE. :Keywords: filename: in, optional, type=string The name of an IDL image file that IDL can read with READ_IMAGE. reverse: in, optional, type=boolean, default=0 Set this keyword to reverse the image in the Y direction before display.

Parameters

image

Keywords

FILENAME
REVERSE

top cgImageGroup__Define

cgImageGroup__Define, class

The class definition module for the cgImageGroup object.

Parameters

class

File attributes

Modification date: Fri Mar 27 11:07:35 2015
Lines: 143