Mantid
Loading...
Searching...
No Matches
RowPredicate.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
10
11bool RowPredicate::operator()(RowLocation const &rowLocation) const { return rowMeetsCriteria(rowLocation); }
12} // namespace MantidQt::MantidWidgets::Batch
bool operator()(RowLocation const &row) const
virtual bool rowMeetsCriteria(RowLocation const &row) const =0