ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::BaseDiffConfig Struct Reference

#include <diff_std.hpp>

Inheritance diagram for pwiz::data::BaseDiffConfig:
pwiz::identdata::DiffConfig pwiz::msdata::DiffConfig pwiz::proteome::DiffConfig pwiz::tradata::DiffConfig

List of all members.

Public Member Functions

 BaseDiffConfig (double _precision=1e-6)

Public Attributes

double precision
bool partialDiffOK
bool ignoreVersions

Detailed Description

Definition at line 41 of file diff_std.hpp.


Constructor & Destructor Documentation

pwiz::data::BaseDiffConfig::BaseDiffConfig ( double  _precision = 1e-6)
inline

Definition at line 43 of file diff_std.hpp.

: precision(_precision), partialDiffOK(false), ignoreVersions(false) {}

Member Data Documentation

double pwiz::data::BaseDiffConfig::precision
bool pwiz::data::BaseDiffConfig::partialDiffOK

Definition at line 45 of file diff_std.hpp.

bool pwiz::data::BaseDiffConfig::ignoreVersions

Definition at line 46 of file diff_std.hpp.

Referenced by testIdentifiable(), and testSerialize().


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