TOC PREV NEXT INDEX

pick_data

Synopsis

Data mappers that create Node_Data objects given data array(s) for use in the Graphics Display Kit

Input Port

in_data

any primitive

node data

Output Port

out

Node_Data

Description

The works like the node_scalar macro for use in the Graphics Display kit. It creates Node_Data objects that can merge with a Mesh object to create a field. A Node_Data object represents the values of some dataset at the node points of a field, while the Mesh represents the locations of that field's nodes in space.

These macros simplify the process of generating field data by reducing the amount of data you must supply to create a field. Usually the output of one of these macros is combined, using combine_mesh_data, with the output of one of the mesh mapper macros to create a field.

Input

none.


Parameters

none.


Output Port

out

Node_Data. The node data object containing the given data array.

Example

Not available

File

v/fld_map.v

See also related modules

radius_data, rgb_data, argb_data, node_colors, node_normals, node_uv, node_uvw
combine_mesh_data
tri_mesh, quad_mesh, polytri_mesh
point_mesh, line_mesh, line_disjoint_mesh, polyline_mesh
tet_mesh, hex_mesh, pyramid_mesh, prism_mesh, polyhedron_mesh
combine_node_datas

TOC PREV NEXT INDEX