64 Residue(
const std::string& resName,
int resSeq);
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.
std::string fResName
Residue name.
bool fVisible
Whether Residue is visible or not.
void Affiche()
information about molecule (not implemented)
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.