IMAGESTACK__DEFINE Name
IMAGESTACK__DEFINE
Purpose
The purpose of this routine is to implement an object for manipulating
an image cube or stack. An image stack is a 3D volume data set that can be
sliced in three orthogonal planes to produce image slices or frames.
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
Category
Objects. Syntax
theObject = Obj_New("IMAGESTACK")
Superclasses
CATDATAATOM
CATATOM
CATCONTAINER IDLITCOMPONENT
IDL_CONTAINER
Class Structure
class = { IMAGESTACK, $
xsize: 0L, $
ysize: 0L, $
zsize: 0L, $
INHERITS CATDATAATOM $
} Messages
None.
Modification History
Written by: David W. Fanning, 25 February 2004.