Fast Array Modules


All of the following low-level visualization modules are analogous to their counterparts in the DV library except these process an array of fields and not a single field. Consult the reference information for the coresponding single field module for usage information.

 

DVbounds_ARR

DVbounds

DVextr_vector_ARR

DVextr_vector

DVcomb_mesh_and_data_ARR

DVcomb_mesh_and_data

DVcontour_ARR

DVcontour

DVcrop_struct_ARR

DVcrop_struct

DVcrop_unif_ARR

DVcrop_unif

DVcrop_rect_ARR

DVcrop_rect

DVcrop_ARR

DVcrop

DVdownsize_struct_ARR

DVdownsize_struct

DVdownsize_unif_ARR

DVdownsize_unif

DVdownsize_rect_ARR

DVdownsize_rect

DVdownsize_ARR

DVdownsize

DVedges_ARR

DVedges

DVextract_comp_ARR

DVextract_comp

DVextract_mesh_ARR

DVextract_mesh

DVextr_scalar_ARR

DVextr_scalar

DVglyph_ARR

DVglyph

DVisoline_ARR

DVisoline

DViso_ARR

DViso

DVnmap_ARR

DVnmap

DVorthoslice_struct_ARR

DVorthoslice_struct

DVorthoslice_unif_ARR

DVorthoslice_unif

DVorthoslice_rect_ARR

DVorthoslice_rect

DVorthoslice_ARR

DVorthoslice

DVset_minmax_ARR

DVset_minmax

DVplane_dist_ARR

DVplane_dist

DVslice_unif_ARR

DVslice_unif

DVslice_rect_ARR

DVslice_rect

DVslice_ARR

DVslice

DVsolid_contour_ARR

DVsolid_contour

DVthreshold_ARR

DVthreshold

 

In addition to these modules, there are two new low-level modules that do not have counterparts in the DV library:

DViso_nmap_ARR

DViso_nmap_ARR is a combination of DViso and DVnmap that is used in the implementation of the Iso mid-level macro.

DVnode_minmax_ARR

DVnode_minmax_ARR has functionality equivalent to the node_minmax_arr macro in the DV_MACROS library. (node_minmax_arr is the only macro in the DV_MACROS library that takes an array of fields as input.)

 

Utility Modules

The following three new modules are classified as utility modules. They are used as building blocks for many of the other visualization modules.

DVcombine_sets_ARR

DVcombine_sets_ARR outputs a single field that contains all of the cell set data from all of the fields in its input field array.

DVmerge_ARR

DVmerge_ARR is a multi-block counterpart to the V merge operator.

DVfld_match_ARR

DVfld_match_ARR is a multi-block counterpart to the single field DVfld_match in the DV library.

Examples

     Examples.Visualization.Fast ARR 1

     Examples.Visualization.Fast ARR 2

     Examples.Visualization.Fast ARR 3

File

     fast_arr.v