CIBC:Documentation:SCIRun:Reference:SCIRun:CalculateFieldDataCompiled2
From SCIRun Documentation Wiki
Contents |
CalculateFieldDataCompiled2
Information
- Package: SCIRun
- Catagory: ChangeFieldData
- Author(s): Michael Callahan
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Perform a specified functional transform to each pair of data elements in the two input fields.
Detailed Description
Compute the specified function for each pair of corresponding data elements in the input fields. In order to correspond the data points, this module requires that the two input fields share the same mesh and have their data at the same location.
The data transform is specified in the GUI as the body of a C++ function. The input values to the function are the x, y, and z positions of the data point, v0 for the first field's data element and v1 for the second field's data element. No value is returned, rather set the 'result' variable to the return type. For example, "result = v0 + v1;" would add each of the corresponding elements of the two fields.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun
