NOM soufre

Package soufre

        our @ISA = ("atome");
        The package inherits from the atome class


SYNOPSIS

        use carbon;
        $new_atome = soufre->new($nature, $x, $y, $z);
        print $new_atome->isSideChain();


DESCRIPTION

        new($nature, $x, $y, $z);
        Constructor.
        $new_atome =  soufre->new($nature, $x, $y, $z);
        creates a new "soufre" (sulfur) 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 - Sulfur hydrogen bonding is not yet implemented

isHAcceptor()

        Returns 0

isPlus()

        Returns 0

isMoins()

        Returns 0