Mantid
|
An SpecialWorkspace2D is a specialized Workspace2D where the Y value at each pixel will be used for a special meaning. More...
#include <SpecialWorkspace2D.h>
Public Types | |
enum | e { AND , OR , XOR , NOT } |
An SpecialWorkspace2D is a specialized Workspace2D where the Y value at each pixel will be used for a special meaning.
Specifically, by GroupingWorkspace, MaskWorkspace and OffsetsWorkspace.
The workspace has a single pixel per detector, and this cannot be changed.
Definition at line 26 of file SpecialWorkspace2D.h.
Enumerator | |
---|---|
AND | |
OR | |
XOR | |
NOT |
Definition at line 28 of file SpecialWorkspace2D.h.