Function getHoseCodes

  • Returns the hose codes for all atoms in the molecule

    Parameters

    • molecule: any
    • Optional options: {
          atomLabels: undefined | string[];
          maxSphereSize: undefined | number;
          minSphereSize: undefined | number;
      } = {}
      • atomLabels: undefined | string[]
      • maxSphereSize: undefined | number
      • minSphereSize: undefined | number

    Returns (undefined | any[])[]