Package org.openscience.cdk.layout
Class OverlapResolver.OverlapPair
java.lang.Object
org.openscience.cdk.layout.OverlapResolver.OverlapPair
- Enclosing class:
- OverlapResolver
A little helper class to store pairs of overlapping atoms.
- Author:
- steinbeck
- Created on:
- October 1, 2003
-
Constructor Summary
ConstructorsConstructorDescriptionOverlapPair
(IChemObject co1, IChemObject co2) Constructor for the OverlapPair object. -
Method Summary
-
Constructor Details
-
OverlapPair
Constructor for the OverlapPair object.- Parameters:
co1
- Description of the Parameterco2
- Description of the Parameter
-