class Chem::Topology::Patcher

Defined in:

chem/topology/patcher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(residues : ResidueCollection) #

[View source]

Instance Method Detail

def match_and_patch : Nil #

[View source]
def patch(lhs : Residue, rhs : Residue, bond_t : BondType) : Nil #

[View source]
def patch(atom : Atom, atom_t : AtomType) : Nil #

[View source]
def patch(residue : Residue, res_t : ResidueType) : Nil #

[View source]
def unmatched_atoms : Array(Chem::Atom) #

[View source]