probe
Synopsis
interactively show numeric data values of field at probe location
Input Port
Parameters
Output Port
Description
probe displays the data values present at the probe object's location in a mesh. When the probe object is not exactly on a node, the value shown is the result of an interpolation of the adjacent node data values.
Input
A glyph to represent the probe object. This is a mesh describing the geometry of the glyph. Any mesh can be used (e.g., that of a teapot), but for convenience you can use the meshes defined in Geometries such as Arrow1, Cross2D or Cross3D.
This input is connected to the renderer module's picked_obj red output port. It informs probe which object has been picked to probe.
A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)
Parameters
UIradioBoxLabel. Radio buttons to pick which of the input field's components to probe. The component can be scalar or vector. The default is the first (0th) component. If node data labels are present, they are displayed.
UItoggle. If off, the size of the probe is proportional to the data component values at each node. If on, the probe is the probe scale size. The default is off.
UIslider. A float slider to adjust the size of the probe. The default is 1.0 and the range is -10 to 10.
UIfieldTypein. A float. This is an output parameter only - it displays the value of the data at the probe's location. Where the probe does not fall exactly on a node, the value is interpolated from the values of adjacent nodes.
Note that the value displayed is accurate if the selected component was a scalar. If it was a vector, you see only the value of that component's first vector element.
Output Port
This output is or marginal utility. It contains the mesh of the probe object and Node_Data that is the value of the data at the probe's current location.
Algorithm
The algorithms used to interpolate the value at the probe location are trilinear interpolation for structured fields and shape functions for unstructured field.
Example
Libraries.Examples.Visualization.Probe
v/dv_examp/probe.vFile
See also related modules