ProteoWizard
|
Implementation of FilterType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
bool | empty () const |
Public Attributes | |
ParamContainer | filterType |
ParamContainer | include |
ParamContainer | exclude |
Implementation of FilterType from the mzIdentML schema.
Filters applied to the search database. The filter must include at least one of Include and Exclude. If both are used, it is assumed that inclusion is performed first.
Definition at line 501 of file IdentData.hpp.
bool pwiz::identdata::Filter::empty | ( | ) | const |
ParamContainer pwiz::identdata::Filter::filterType |
Definition at line 503 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testFilter().
ParamContainer pwiz::identdata::Filter::include |
Definition at line 504 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testFilter().
ParamContainer pwiz::identdata::Filter::exclude |
Definition at line 505 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testFilter().