64 Residue(
string resName,
int resSeq);
Residue * fpNext
Residue header for next residue (usage before vector)
int fNbAtom
Number of atoms into a residue (usage before vector)
Residue * GetNext()
Get the next residue.
int GetID()
Get the number of the residue.
Atom * fpFirst
Atom header for first atom of residue (usage before vector)
bool fVisible
Whether Residue is visible or not.
void Affiche()
information about molecule (not implemented)
string fResName
Residue name.
Atom * GetFirst()
Get the first atom.
void SetNext(Residue *)
Set the next residue.
Definition of the Atom class.
int fResSeq
Residue sequence number.
bool fSelected
Whether Residue is selected (Highlight) or not.
void SetFirst(Atom *)
Set the first Atom of the residue.