CycloBranch
|
The representation of a peptide sequence candidate. More...
#include <vector>
#include <unordered_set>
#include <string>
#include "core/cParameters.h"
#include "core/cBricksDatabase.h"
#include "core/cDeNovoGraphNode.h"
#include "core/cSummaryFormula.h"
Go to the source code of this file.
Classes | |
struct | TRotationInfo |
An auxiliary structure representing a branch permutation of a branched peptide. More... | |
class | cCandidate |
The class representing a peptide sequence candidate. More... | |
struct | hash_cCandidate |
The structure defining a hash function of cCandidate. More... | |
Functions | |
bool | operator== (cCandidate const &a, cCandidate const &b) |
Overloaded operator ==. More... | |
The representation of a peptide sequence candidate.
bool operator== | ( | cCandidate const & | a, |
cCandidate const & | b | ||
) |
Overloaded operator ==.
a | first candidate |
b | second candidate |
bool | true when candidates are equal |