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 | |
DVextr_vector_ARR | |
DVcomb_mesh_and_data_ARR | |
DVcontour_ARR | |
DVcrop_struct_ARR | |
DVcrop_unif_ARR | |
DVcrop_rect_ARR | |
DVcrop_ARR | |
DVdownsize_struct_ARR | |
DVdownsize_unif_ARR | |
DVdownsize_rect_ARR | |
DVdownsize_ARR | |
DVedges_ARR |
DVedges |
DVextract_comp_ARR | |
DVextract_mesh_ARR | |
DVextr_scalar_ARR | |
DVglyph_ARR | |
DVisoline_ARR | |
DViso_ARR | |
DVnmap_ARR | |
DVorthoslice_struct_ARR | |
DVorthoslice_unif_ARR | |
DVorthoslice_rect_ARR | |
DVorthoslice_ARR | |
DVset_minmax_ARR |
DVset_minmax |
DVplane_dist_ARR | |
DVslice_unif_ARR | |
DVslice_rect_ARR | |
DVslice_ARR | |
DVsolid_contour_ARR | |
DVthreshold_ARR |
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