Uses of Enum Class
org.openscience.cdk.stereo.StereoTool.TetrahedralSign
Packages that use StereoTool.TetrahedralSign
-
Uses of StereoTool.TetrahedralSign in org.openscience.cdk.stereo
Methods in org.openscience.cdk.stereo that return StereoTool.TetrahedralSignModifier and TypeMethodDescriptionstatic StereoTool.TetrahedralSign
StereoTool.getHandedness
(IAtom baseAtomA, IAtom baseAtomB, IAtom baseAtomC, IAtom apexAtom) Gets the tetrahedral handedness of four atoms - three of which form the 'base' of the tetrahedron, and the other the apex.static StereoTool.TetrahedralSign
Returns the enum constant of this class with the specified name.static StereoTool.TetrahedralSign[]
StereoTool.TetrahedralSign.values()
Returns an array containing the constants of this enum class, in the order they are declared.