Print a brief description of the node data in a field.
in_fld | Mesh_Unif+Node_Data | input field |
text | string | textual information |
The node_statistics macro prints a brief description of the node data in a uniform field. The information includes the field's dimensions, number of nodes, and for each component, the vector length, data type, number of non-zero nodes and sum of the node data values.
in_fld
The input field for the node_statistics macro. The lower-level node_stats module is used inside the Functional Macro nstats to determine the data statistics.
text
This parameter is found in the lower-level module node_stats. This string contains the textual information describing the data statistics.
The User Macro node_statistics combines the Functional Macro nstats with the UI macro nstats_UI to provide a usable macro in the visualisation library.
An example application Node_Stats_Eg is provided that uses the AVS/Express sample image mandrill.x to display the node data statistics.
iac_proj/nstats/ns_macs.v contains the Functional Macro nstats, the User Macro node_statistics and the UI Macro nstats_UI.
This project relies on the successful installation of the following components. Without them it will not function correctly.
The NStatsMacs library inherits its process. As this library contains no procedural code, the process is not important. The low-level nstats_raw module, executes under the process specified in its library, not the process defined in the high-level library.
Biomedical Confocal Microscopy Research Centre
Department of Pharmacology
The University of Western Australia
Nedlands, W.A. 6907
AUSTRALIA
E-mail: cpudney@alphapharm.pharm.uwa.edu.au
Phone, Fax: (+61 8) 9346 4571, (+618) 9346 3469
nstats_raw, nstats, nstats_UI and Node_Stats_Eg.