node_statistics
Synopsis
Print a brief description of the node data in a field.
Input Ports
| in_fld |
Mesh_Unif+Node_Data |
input field |
Parameters
| text |
string |
textual information |
Description
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.
Input Ports
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.
Parameters
text
This parameter is found in the lower-level module node_stats. This string
contains the textual information describing the data statistics.
Utility Macros
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.
Example
An example application Node_Stats_Eg is provided that uses the AVS/Express
sample image mandrill.x to display the node data statistics.
Files
iac_proj/nstats/ns_macs.v contains the Functional Macro nstats,
the User Macro node_statistics and the UI Macro nstats_UI.
Prerequisites
This project relies on the successful installation of
the following components. Without them it will not function
correctly.
Other Notes
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.
Author
Chris Pudney
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
See Also
nstats_raw, nstats, nstats_UI and Node_Stats_Eg.
|