\(\renewcommand\AA{\unicode{x212B}}\)
NotMD v1¶
 
NotMD dialog.¶
Summary¶
Performs a boolean negation on a MDHistoWorkspace.
See Also¶
Properties¶
| Name | Direction | Type | Default | Description | 
|---|---|---|---|---|
| InputWorkspace | Input | IMDWorkspace | Mandatory | A MDEventWorkspace or MDHistoWorkspace on which to apply the operation. | 
| OutputWorkspace | Output | IMDWorkspace | Mandatory | Name of the output MDEventWorkspace or MDHistoWorkspace. | 
Description¶
Perform the Not (negation) boolean operation on a MDHistoWorkspace. The not operation is performed element-by-element. Any 0.0 signal is changed to 1.0 (meaning true). Any non-zero signal is changed to 0.0 (meaning false).
Categories: AlgorithmIndex | MDAlgorithms\MDArithmetic
Source¶
C++ header: NotMD.h
C++ source: NotMD.cpp
