Mantid
|
BackgroundStrategy : Abstract class used for identifying elements of a IMDWorkspace that are not considered background. More...
#include <BackgroundStrategy.h>
Public Member Functions | |
virtual BackgroundStrategy * | clone () const =0 |
virtual void | configureIterator (Mantid::API::IMDIterator *const iterator) const =0 |
virtual bool | isBackground (Mantid::API::IMDIterator *const iterator) const =0 |
virtual | ~BackgroundStrategy ()=default |
BackgroundStrategy : Abstract class used for identifying elements of a IMDWorkspace that are not considered background.
Definition at line 17 of file BackgroundStrategy.h.
|
virtualdefault |
|
pure virtual |
Implemented in Mantid::Crystal::HardThresholdBackground, and Mantid::Crystal::PeakBackground.
Referenced by Mantid::Crystal::ConnectedComponentLabeling::calculateDisjointTree().
|
pure virtual |
Implemented in Mantid::Crystal::HardThresholdBackground, and Mantid::Crystal::PeakBackground.
|
pure virtual |
Implemented in Mantid::Crystal::HardThresholdBackground, and Mantid::Crystal::PeakBackground.
Referenced by Mantid::Crystal::ConnectedComponentLabeling::calculateDisjointTree().