Uses of Enum Class
org.openscience.cdk.stereo.StereoTool.TetrahedralSign
Packages that use StereoTool.TetrahedralSign
-
Uses of StereoTool.TetrahedralSign in org.openscience.cdk.stereo
Subclasses with type arguments of type StereoTool.TetrahedralSign in org.openscience.cdk.stereoModifier and TypeClassDescriptionstatic enumThe handedness of a tetrahedron, in terms of the point-plane distance of three of the corners, compared to the fourth.Methods in org.openscience.cdk.stereo that return StereoTool.TetrahedralSignModifier and TypeMethodDescriptionstatic StereoTool.TetrahedralSignStereoTool.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.TetrahedralSignReturns 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.