|
ProteoWizard
|
Implementation of DatabaseTranslationType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| bool | empty () const |
Public Attributes | |
| std::vector< int > | frames |
| std::vector< TranslationTablePtr > | translationTable |
Implementation of DatabaseTranslationType from the mzIdentML schema.
A specification of how a nucleic acid sequence database was translated for searching.
Definition at line 530 of file IdentData.hpp.
| bool pwiz::identdata::DatabaseTranslation::empty | ( | ) | const |
| std::vector<int> pwiz::identdata::DatabaseTranslation::frames |
Definition at line 532 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testDatabaseTranslation().
| std::vector<TranslationTablePtr> pwiz::identdata::DatabaseTranslation::translationTable |
Definition at line 533 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testDatabaseTranslation().
1.8.1.1