Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Contact_map_for_one_ctype Class Reference

Records pairs of interacting residues for one contact type. More...

#include <Polypeptide_chain_contacts_map.hpp>

Detailed Description

Records pairs of interacting residues for one contact type.

Contacts are recorded as pairs of integers with the convention min then max. In general, these integers are residue sequence numbers. We do not use unsigned since residue sequence numbers can be negative.