ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::Filter Struct Reference

Implementation of FilterType from the mzIdentML schema. More...

#include <IdentData.hpp>

List of all members.

Public Member Functions

bool empty () const

Public Attributes

ParamContainer filterType
ParamContainer include
ParamContainer exclude

Detailed Description

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.


Member Function Documentation

bool pwiz::identdata::Filter::empty ( ) const

Member Data Documentation

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().


The documentation for this struct was generated from the following file: