| Constructor and Description |
|---|
AtomMappingTools() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,Integer> |
mapAtomsOfAlignedStructures(IAtomContainer firstAtomContainer,
IAtomContainer secondAtomContainer,
Map<Integer,Integer> mappedAtoms)
Returns a Map with the AtomNumbers, the first number corresponds to the first (or the largest
AtomContainer) atomContainer.
|
public static Map<Integer,Integer> mapAtomsOfAlignedStructures(IAtomContainer firstAtomContainer, IAtomContainer secondAtomContainer, Map<Integer,Integer> mappedAtoms) throws CDKException
firstAtomContainer - the (largest) first aligned AtomContainer which is the referencesecondAtomContainer - the second aligned AtomContainerCDKException - if there is an error in the UniversalIsomorphismTesterCopyright © 2017. All rights reserved.