Class GroupContact

    • Constructor Detail

      • GroupContact

        public GroupContact()
    • Method Detail

      • addAtomContact

        public void addAtomContact​(AtomContact atomContact)
      • setPair

        public void setPair​(Pair<Group> pair)
      • getMinDistance

        public double getMinDistance()
      • getNumAtomContacts

        public int getNumAtomContacts()
      • getContactsWithinDistance

        public List<AtomContact> getContactsWithinDistance​(double distance)
        Returns the list of atom contacts in this GroupContact that are within the given distance.
        Parameters:
        distance -
        Returns: