ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::Filter Struct Reference

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
 

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

§ empty()

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

Member Data Documentation

§ filterType

ParamContainer pwiz::identdata::Filter::filterType

Definition at line 503 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testFilter().

§ include

ParamContainer pwiz::identdata::Filter::include

Definition at line 504 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testFilter().

§ exclude

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: