45 fCenterX(0),fCenterY(0),fCenterZ(0),fNbAtom(0),fpNext(0),fpFirst(0)
 
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. 
 
string fResName
Residue name. 
 
Atom * GetFirst()
Get the first atom. 
 
void SetNext(Residue *)
Set the next residue. 
 
int fResSeq
Residue sequence number. 
 
bool fSelected
Whether Residue is selected (Highlight) or not. 
 
Definition of the PDBresidue class. 
 
void SetFirst(Atom *)
Set the first Atom of the residue.