OpenDX - Documentation
Full Contents QuickStart Guide User's Guide User's Reference
Previous Page Next Page Table of Contents Partial Table of Contents Index Search

Chapter 12. Glossary

Some of the definitions in this glossary are taken from the IBM Dictionary of Computing, SC20-1699.
A

accelerator

A "shortcut" that minimizes the number of keystrokes or mouse clicks required to complete a task.

anchor window

The window in which a Data Explorer session starts (either the Visual Program Editor or the Image window). The window is identified by an anchor symbol in the top left corner. When this window is closed, the Data Explorer session ends.

architecture

The organizational structure of a computer system, including hardware and software.

array

In Data Explorer, an array structure containing an ordered list of data items of the same type along with additional descriptive information. Arrays are either compact or irregular. See compact array, irregular array.

assembly

An object representing a collection of objects.

attribute

A characteristic of an object. Objects can have attributes that are indexed by a string name and have a value that is an object. See also component attribute.

C

camera

An object that describes the viewing parameters of an image (e.g., width of the viewport, viewer's location relative to the object, and the resolution and aspect ratio of the image). A camera may be explicitly defined and passed as a parameter to the Render or Display module. It may also be implicitly defined in the use of interactive, mouse-driven options (such as zoom or rotate) in the Image window.

canvas

The area of a VPE window used in building and editing visual programs.

cell-centered data

Connection-dependent data.

clipping plane

A plane that divides a three-dimensional object into a rendered and an unrendered region, making the object's interior visible.

colormap

A map that relates colors to data values. The colors are carried in the map's "data" component and the data values to which each color applies in its "positions" component.

colormap editor

A special tool for mapping precise colors to specified data values, the results of which are displayed in a visual image.

compact array

Any of five types of compact encoding of array data:

constant array
mesh array
path array
product array
regular array

component

A basic part of a field (such as "positions," "data," or "colors"); each component is indexed by a string (e.g., "positions"), and its value is typically an array object (e.g., the list of position values). See also component attribute.

component attribute

A characteristic of a component. Components of a field can have attributes that are indexed by a string name and have a value that is an object.

composite field

A grouping of like fields for processing a single spatial entity. See also partitioned field.

connection

Component of an IBM Data Explorer data field that specifies how a set of points are joined together. Also controls interpolation.

connection-dependent data

Cell-centered data. The data value is interpreted as constant throughout the connection element.

contour

On a surface, a line that connects points having the same data value (e.g., pressure, depth, temperature).

control panel

An IBM Data Explorer window that facilitates setting and changing the parameters of visual programs.

cube

A volumetric connection element that connects eight positions in a data field.

cutting plane

An arbitrary plane, in three-dimensional space, onto which data are mapped.

D

data-driven interactors

Interactors whose attributes (such as minimum and maximum) are set by an input data field.

Data Prompter

An interface that enables a user to describe the format of the data in a file. The prompter creates a General Array Format header file that is used by the Import module to import the data.

dependence

A component attribute. One component is said to be dependent ("dep") on another if the items in their component arrays are in one-to-one correspondence to each other.

dialog box

The "window" displayed when the user selects a pull-down option that offers or requires more detailed specification.

display

(1) To present information for viewing, usually on a terminal screen or a hard-copy device.
(2) A device or medium on which information is presented, such as a terminal screen.
(3) Deprecated term for panel.

E

element

Connection item.

element type

An attribute that describes the type of connection element, for example, "cubes", "tetrahedra", or "lines".

executive

The component of the Data Explorer system that manages the execution of specified modules. The term often refers to the entire server portion of the Data Explorer client-server model, including the executive, modules, and data-management components.

F

face

(1) Any planar surface that bounds a three-dimensional object.
(2) A polygon.

field

A self-contained collection of data items. A Data Explorer field typically consists of the data itself (the "data" component), a set of sample points (the "positions" component), a set of interpolation elements (the "connections" component), and other information as needed.

flat shading

A shading model in which each face of an object is shaded with a single intensity value. Contrast with Gouraud shading.

fork

An operation that causes a program to branch into two or more parallel concurrent paths.

fork-join parallelism

A programming mechanism that supports parallel processing: The fork statement splits a single computation into multiple independent computations. The join statement recombines two or more concurrent computations into one.

G

general array format

A data-importing method that uses a header file to describe the data format of a data file. This "format" makes it possible to import data in a variety of formats.

glyph

A graphical figure used to represent values of a particular variable. The length, angle, or other attribute of the glyph is some function of the value of that variable. Each occurrence of a glyph represents a single value of the variable.

Gouraud shading

Also called intensity interpolation shading. A shading model in which the intensity of values of incident illumination on a polygon are interpolated from intensity values at the vertices of the polygon. Contrast with flat shading.

graphical user interface

A set of panels and dialogs for interacting with an application.

group

A collection of objects.

I

icon

A displayed symbol that a user can point to with a device such as a mouse to select a particular operation or software application.

image window

IBM Data Explorer window that displays the image generated by a visual program. Associated with the Image window are special interactors for 3-D viewing.

interactor

A Data Explorer device used to manipulate data in order to change the visual image produced by a program. See also data-driven interactor, interactor stand-in.

interactor stand-in

An icon used in the VPE window to represent an interactor. Stand-ins are named after the type of data they generate:

  • integer
  • scalar
  • selector (outputs a value and a string)
  • string
  • value
  • vector

interpolation element

An item in the connections component array. Each interpolation element provides a means for interpolating data values at locations other than the specified set of sample points. See positions component.

invalid

A classification of an array item (typically positions or connections). An invalid item is not to be rendered or realized.

irregular array

In contrast to a compact array, an array in which the data is stored explicitly.

isosurface

A surface in three-dimensional space that connects all the points in a data set that have the same value.

isovalue

The single value that characterizes each and every point constituting an isosurface. By default, this value is the average of all the data values in the set being visualized.

item

A single piece of data in an array.

J

join

An operation that merges two or more computation paths.

L

line

An element that connects two positions in a field.

M

macro

In IBM Data Explorer, a sequence of modules that acts as a functional unit and is displayed as a single icon. Macros can also be defined in the Data Explorer scripting language.

member

An individual unit or object in a group. A collection of members makes a group.

menu bar

In windows, a horizontal bar that displays the names of one or more menus (or tasks). When the user selects a menu, a pull-down list of options for that menu is displayed.

mesh array

A compact array that encodes multidimensional regularity of connections. It is a product of path arrays. In a mesh array, which positions are connected to one another is implicitly rather than explicitly defined.

module

(1) In IBM Data Explorer, a primitive function, such as Isosurface.
(2) In a VPE window, the icon for a module.
(3) A program unit that is functionally discrete and identifiable (i.e., it can be assembled, compiled, combined with other units, and so on).

N

navigate

To move the camera (changing the "to" and "from" points) around the image scene, using the mouse.

netCDF

Network Common Data Form.

network

In Data Explorer the set of tool modules, interactor stand-ins, and connections that constitute a visual program. In the VPE window, a network appears as a set of icons connected by arcs.

Network Common Data Form (netCDF)

A data format that stores and retrieves scientific data in self-describing, multidimensional blocks (netCDF is not a database management system, however). netCDF is accessible with C and FORTRAN.

normal

(1) Perpendicular to a surface.
(2) In IBM Data Explorer, a vector that is perpendicular to a face or surface of an object. A normal may depend on connections or positions. A connection-dependent normal results in flat shading; a position-dependent normal results in Gouraud shading.

O

object

In IBM Data Explorer, any discrete and identifiable entity; specifically, a region of global memory that contains its own type-identification and other type-specific information.

opacity

The capacity of matter to prevent the transmission of light. For a surface, an opacity of 1 means that it is completely opaque; an opacity of 0, that it is completely transparent. For volume, opacity is defined as the amount of attenuation (of light) per unit distance.

P

page

(1) That portion of a panel displayed by a user interface.
(2) To move back and forth through the pages of a multipage panel. See also scroll.

palette

A displayed grouping of available selections (such as functions, modules, or colors) in a user-interface window.

palindrome

In Data Explorer, a mode of running an entire sequence, first in one direction, then in the opposite direction.

panel

A formatted display of information on a display screen. See also window. Synonymous with display.

partitioned field

A composite field, created by partitioning a single field into a collection of separate fields; used for parallel processing and data-management purposes.

path array

A compact array that encodes linear regularity of connections. It is a set of n-1 line segments, where the ith line segment joins points i and i + 1.

pixel

Picture element. In computer graphics, the smallest element of a display surface that can be independently assigned color and intensity.

polygon

(1) Any multisided planar figure.
(2) A face of a three-dimensional object.

position-dependent data

Data that are in one-to-one correspondence with positions.

positions component

A component that consists of a set of dimensional points in a field.

probe

A list of one or more vectors that represent points in a graphical image. Probes can be used with Data Explorer tools that accept vectors as input (such as ClipPlane and Streamline) or to control the view of an image.

product array

A compact array that encodes multidimensional positional regularity. It is the set of points obtained by summing one point from each of the terms in all possible combinations. In the simplest case, each term is a regular array.

pull-down

In windows, the list of options displayed when a task is selected from the menu bar.

Q

quad

An element that connects four positions in a field.

R

rank

The number of dimensions in an array. Rank zero corresponds to scalars (e.g., the number 3). Rank one corresponds to vectors (e.g, [1.5 3.7] and [2.9 4.0 6.0]). Rank two corresponds to matrices or rank-two tensors (e.g., the matrix [[1 3 8][5 7 2][1 0 1&# 93;]). Higher ranks correspond to higher-order tensors. See also shape.

realization

A description of how raw data is to be represented in terms of boundaries, surfaces, transparency, color, and other graphical, image, and geometric characteristics.

reference

A component attribute. One component is said to refer to another ("ref") if the items in the first array are integer indices into the second array. The connections component references the positions component.

regular array

A compact array that is a set of n points lying on a line, with constant spacing between them, which can represent one-dimensional regular positions.

rendering

The generation of an image from some representation of an object, such as a surface, or from volumetric information.

ribbon

A figure derived from lines (e.g., from streamlines and streaklines). Ribbons may twist to indicate vorticity.

S

sample point

A point that represents user data. Data is interpolated between sample points by interpolation elements (connections).

scalar

A non-vector value characterized by a single, real number.

scatter data

A collection of sample points without connections.

screen

An illuminated display surface (e.g., the display surface of a CRT or plasma panel).

scripting language

The IBM Data Explorer command language. Used for writing visual programs, to manage the execution of modules, and to invoke visualization functions.

scroll

To move all or part of the display image vertically or horizontally to display data that cannot be observed in a single display image.

secondary window

Any window generated by another window. A secondary window always appears on top of its parent window and is automatically minimized or closed when the parent window is minimized or closed. Synonymous with child window.

sequencer

An IBM Data Explorer tool for creating "animated" sequences of images.

series

In IBM Data Explorer, used to represent a single field sampled across some parameter (e.g., a simulation of a CMOS device across a temperature range). Members of a series have a position. A copy of the position is found in the "series position" attribute.

shape

A list of the dimensions of a structure (the list contains nothing for scalars, one entry for vectors, two for rank-two tensors, and so on). See also rank.

shared

A term used to indicate the availability of a resource for use by more than one program at the same time.

specular reflection

A reflection from a shiny object.

stand-in

See interactor stand-in.

streaklines

Lines that represent the path of particles in a changing vector field. Also called rakes.

streamlines

Lines that represent the path of particles in a vector field at a particular time. Also called flow lines.

T

task

A basic unit of work to be accomplished by a computer.

tetrahedron

A volumetric connection element that connects four positions in a field.

tool

In IBM Data Explorer, a general term for any icon used to build a visual program (specifically, module, macro, or interactor stand-in).

triangle

A connection element that connects three points in a field.

tube

A surface centered on a deriving line (e.g., a streamline or streakline). Tubes may twist to indicate vorticity.

U

user

Anyone who uses the services of a computer system. See also user display station.

V

value

An instance of an attribute (for example, "blue" as the value of the attribute "color").

vector

A quantity characterized by more than one component.

visual program

A user-specified interconnected set of Data Explorer modules that performs a sequence of operations on data and typically produces an image as output.

vertex

One of the positions that define a connection element.

visual program editor

IBM Data Explorer window used to create and edit visual programs and macros. See also canvas.

volume

The amount of three-dimensional space occupied by an object or substance (measured in cubic units). To be distinguished from an object's surface, which is a mathematical abstraction.

volume rendering

A technique for using color and opacity to visualize all the data in a 3-dimensional data set. The internal details visualized may be physical (such as the structure of a machine part) or they may be other characteristics (such as fluid flow, temperature, or stress).

vorticity

Mathematically defined as the curl of a velocity field. A particle in a velocity field with nonzero vorticity will rotate.

W

window

On a visual display terminal, information in a framed area on a panel that overlies part of the panel. See also anchor window, primary window, secondary window.

wireframe

Connected lines that represent a surface.


Full Contents QuickStart Guide User's Guide User's Reference

[ OpenDX Home at IBM | OpenDX.org ]