64 Molecule(
const std::string& resName,
int mNum);
int fMolNum
Molecule number.
Residue * fpFirst
Header of the first Residue (usage before vector)
std::string fMolName
Molecule name.
int fCenterY
"Y center" of this Molecule (for rotation...)
Definition of the PDBresidue class.
int GetID()
Get number Molecule.
Molecule * fpNext
Header of the next Molecule (usage before vector)
Molecule * GetNext()
information about molecule (not implemented)
int fCenterZ
"Z center" of this Molecule (for rotation...)
int fDistCenterMax
dist from center to most away most of the molecule
Molecule()
First constructor.
int fNbResidue
Number of residue inside the molecule.
int fCenterX
"X center" of this Molecule (for rotation...)
void SetNext(Molecule *)
Set the next Molecule.
Residue * GetFirst()
Get the first Residue.
void SetFirst(Residue *)
Set the first Residue.