TOC PREV NEXT INDEX

MinCube

Synopsis

define a virtual palette with the minimum allowable cube sizeMinCube

PALvirt MinCube {
vclass = VIS_CLASS_PSEUDO;
share = SHARE_CMAP;
cube_size = 2;
};

Description

GroupObject is a renderable object that contains other subobjects that have the attributes that control how the rendering is done. Unlike DataObject, GroupObject does not include data. Instead, it is meant to be a node in the rendering hierarchy that groups other DataObjects together and supplies common attributes from them.This object is connected directly to one of the Graphics Display Kit viewers (for example, SimpleViewer3D) or to another DataObject or to GroupObject. A GroupObject is included in all the standard viewers in the Graphics Display Kit.GroupObject combines the following: DefaultDatamap to convert scalar node or cell data to RGB color values. By default, the datamap's minimum and maximum values are 0 and 255, respectively. This datamap is inherited by any children objects if they do not have their own datamaps. DefaultProps to control color, material, line attribute, and geometrical attributes. DefaultModes to control point, line, surface, volume, and bounds rendering modes. DefaultPickInfo to contain information when this object is picked. DefaultObject to control visibility, pickability, caching, transform mode, surface conversion, and image display attributes.

Example

Not available.

File

v/pal.v

See also related modules

Not Applicable.

TOC PREV NEXT INDEX