Package carbon
our @ISA = ("atome");
The package inherits from the atome class
use carbon;
$new_atome = carbon->new($nature, $x, $y, $z);
print $new_atome->isSideChain();
new($nature, $x, $y, $z);
Constructor.
$new_atome = carbon->new($nature, $x, $y, $z);
creates a new "carbon" 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 0
isHAcceptor()
Returns 0
isPlus()
Returns 0
isMoins()
Returns 0