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