CycloBranch
|
The structure representing an outgoing edge from a node. More...
#include <cDeNovoGraphNode.h>
Public Member Functions | |
cEdge () | |
The constructor. | |
void | clear () |
Clear the structure. | |
Public Attributes | |
int | targetnode |
Id of a target node. | |
int | brickid |
Id of a brick. | |
double | ppmerror |
Error in ppm. | |
double | massdifference |
A mass difference. | |
int | sourcecharge |
Charge of the source node. | |
int | targetcharge |
Charge of the target node. | |
double | targetintensity |
Intensity of the target node. | |
string | composition |
ids of bricks separated by '-'. | |
string | summary |
summary formula as a string | |
int | startmodifID |
Id of a terminal modification (at the beginning of a spectrum). | |
int | middlemodifID |
Id of a terminal modification of a branched peptide (in the middle of a spectrum). | |
int | endmodifID |
Id of a terminal modification (at the end of a spectrum). | |
eFragmentIonType | sourceion |
Source ion name. | |
eFragmentIonType | targetion |
Target ion name. | |
The structure representing an outgoing edge from a node.