Package org.openscience.cdk.geometry.cip
Class ImplicitHydrogenLigand
java.lang.Object
org.openscience.cdk.geometry.cip.Ligand
org.openscience.cdk.geometry.cip.ImplicitHydrogenLigand
- All Implemented Interfaces:
ILigand
Subclass of
Ligand
to which no further recursion must be applied.- Source code:
- main
- Belongs to CDK module:
- cip
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitHydrogenLigand
(IAtomContainer container, VisitedAtoms visitedAtoms, IAtom centralAtom) -
Method Summary
Methods inherited from class org.openscience.cdk.geometry.cip.Ligand
getAtomContainer, getCentralAtom, getLigandAtom, getVisitedAtoms, isVisited
-
Constructor Details
-
ImplicitHydrogenLigand
public ImplicitHydrogenLigand(IAtomContainer container, VisitedAtoms visitedAtoms, IAtom centralAtom)
-