NotMD v1

../_images/NotMD-v1_dlg.png

NotMD dialog.

Table of Contents

Summary

Performs a boolean negation on a MDHistoWorkspace.

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: Algorithms | MDAlgorithms\MDArithmetic

Source

C++ source: NotMD.cpp

C++ header: NotMD.h