CIBC:Documentation:SCIRun:Reference:SCIRun:MaskLatVol
From SCIRun Documentation Wiki
Contents |
MaskLatVol
Information
- Package: SCIRun
- Catagory: ChangeFieldData
- Author(s): McKay Davis, Michael Callahan
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Convert a LatVolField into a MaskedLatVolField and apply the given function to mask it out.
Detailed Description
Convert a LatVolField into a MaskedLatVolField and apply the given function to mask it out. This is similar to the behavior of the MODULE REFERENCE module, except that the input field is masked rather than clipped out.
The function should be a valid C++ expression. It will be dynamically compiled into a function of the form "bool inside_p(double x, double y, double z, TYPE v) { return EXPR; }" where TYPE is the data type contained in the field, and EXPR is the function typed into the GUI.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun
