9.6 OEOverlapRepresentation

namespace OEOverlapRepresentation
{
  const unsigned int Atomic   = 1;
  const unsigned int Atoms    = 1;
  const unsigned int Bonding  = 2;
  const unsigned int Bonds    = 2;
  const unsigned int Full     = 3;
  const unsigned int All      = 3;
  const unsigned int Default  = Atomic;
  const unsigned int Max      = 4;
}