<<<<<<<<<<<<<<<<<

comp_feature(lymb) LYMB comp_feature(lymb)

NAME

comp_feature is an abstract class that contains information for rendering data in display_data

DESCRIPTION

comp_feature is an abstract class that takes visage data sets as input and generates display data.

SUPERCLASS

objecT

INSTANCE VARIABLES

data_in the name of the visage data set to be used as input

data_out the name of the display_data that is the output. If no name is specified one is generated. If it is not instantiated previously it will be automatically.

scalar_visibility is a scalar. when it is equal to 1 the scalar values are visible when it is equal to 0 they are not.

vector_visibility is a scalar. When it is equal to 1 the vectors are visibile when it is equal to 0 they are not.

MESSAGES

data_in=( data_set) sets the name of the display_data to be used.

data_in? returns the name of the display_data

data_out=( data_set) sets the name of the display_data to be used as output. This can be equal to data_in.

data_out? returns the name of the display_data

generate_data! generates the display data and places it in data out. It calls the correct routine to calculate the correct information

EXAMPLE

See the examples in grid_geometry, outline, iso_surface, streamer or cut plane.

SEE ALSO

grid_geometry, outline, iso_surface,streamer,cut_plane


Please send comments and suggestions to
consult@rpi.edu