Class OverlappingAtomsChecker

All Implemented Interfaces:
StructureChecker, chemaxon.license.Licensable, PropertyChangeListener, Cloneable, EventListener

@PublicAPI public class OverlappingAtomsChecker extends AtomChecker
OverlappingAtomsChecker detects atoms that are too close to each other.

This checker checks 2D structures only.

Two atoms considered as overlapping when their euclidean distance is less than the half of the Chemaxon standard bond length ( MolBond.CCLENGTH ).
Since:
Marvin 5.3
See Also:
  • Constructor Details

    • OverlappingAtomsChecker

      public OverlappingAtomsChecker()
  • Method Details