CATIMAGE2D__DEFINE Name
CATIMAGE2D Purpose
This object implements a class for handling 2D image data. It is a subclassed
ImageData object and can be subclassed for specific image implementations.
This object was an early attempt at creating an image object for the Catalyst
Library, and has been depreciated it favor of CatImage. It is left in the Library
for historical reasons and because there are Catalyst applications that use it.
Authors
FANNING SOFTWARE CONSULTING BURRIDGE COMPUTING
1645 Sheely Drive 18 The Green South
Fort Collins Warborough, Oxon
CO 80526 USA OX10 7DN, ENGLAND
Phone: 970-221-0438 Phone: +44 (0)1865 858279
E-mail: davidf@dfanning.com E-mail: davidb@burridgecomputing.co.uk
Superclasses
CATIMAGEDATA
CATDATAATOM
CATATOM
CATCONTAINER
IDL_CONTAINER
Syntax
imageObject = OBJ_NEW ('CATIMAGE2D', image)
CLASS_DEFINITION:
class = { CATIMAGE2D, $ ; The CATIMAGE2D object class.
INHERITS CatImageData, $ ; Inherits the CatImageData object class. MUST be inherited first.
_smooth_width: 0L, $ ; The width value for the SMOOTH operation.
_median_width: 0L $ ; The width value for the MEDIAN operation.
}
Modification History
Written by: David Fanning, 27 March 2003.