gemmi.ContactSearch class

Classes

class Result

Enums

class Ignore: Nothing = 0 SameResidue = 1 AdjacentResidues = 2 SameChain = 3 SameAsu = 4
Members:

Methods

def find_contacts(self, arg0: NeighborSearch, /) -> typing.List[Result]
def get_radius(self, arg0: Element, /) -> float
def set_radius(self, arg0: Element, arg1: float, /) -> None
def setup_atomic_radii(self, arg0: float, arg1: float, /) -> None

Special methods

def __init__(self, arg0: float, /) -> None

Properties

ignore: Ignore get set
min_occupancy: float get set
search_radius: float get set
special_pos_cutoff_sq: float get set
twice: bool get set