Package oxygene
our @ISA = ("atome");
The package inherits from the atome class
use oxygene;
$new_atome = oxygene->new($nature, $x, $y, $z); print $new_atome->isSideChain();
new($nature, $x, $y, $z);
Constructor.
$new_atome = oxygene->new($nature, $x, $y, $z);
creates a new "oxygene" object
setNature()
Modifie l'attribut nature.
getNature()
Recalls the atom nature
isSideChain()
Returns 1 if the atom belongs to the side chain of a residue, else 0
VdWradius()
Returns the Van der Waals radius
isHDonor()
Returns 1 if the atom is hydrogen donor
isHAcceptor()
Returns 1 if the atom is hydrogen acceptor
isPlus()
Returns 0 (oxygens are not positive)
isMoins()
Returns 1 if the atom is negative