Mantid
|
Policy that indicates skipping of masked bins. More...
#include <SkippingPolicy.h>
Public Member Functions | |
bool | keepGoing () const override |
Keep going as long as the current iterator bin is masked. More... | |
SkipMaskedBins (Mantid::API::IMDIterator *const iterator) | |
Public Member Functions inherited from Mantid::DataObjects::SkippingPolicy | |
virtual bool | keepGoing () const =0 |
virtual | ~SkippingPolicy ()=default |
Private Attributes | |
Mantid::API::IMDIterator * | m_iterator |
Policy that indicates skipping of masked bins.
Definition at line 28 of file SkippingPolicy.h.
|
inline |
Definition at line 33 of file SkippingPolicy.h.
|
inlineoverridevirtual |
Keep going as long as the current iterator bin is masked.
Implements Mantid::DataObjects::SkippingPolicy.
Definition at line 38 of file SkippingPolicy.h.
References Mantid::API::IMDIterator::getIsMasked().
|
private |
Definition at line 30 of file SkippingPolicy.h.