class MM::ResidueType
- MM::ResidueType
- Reference
- Object
Defined in:
mm/residue_type.crConstructors
Instance Method Summary
- #<=>(rhs : self) : Int32
- #atoms : Hash::View(String, AtomRecord)
- #bonds : Array::View(BondRecord)
- #first_patch : String | Nil
- #last_patch : String | Nil
- #link_bond : BondRecord | Nil
- #name : String
- #partial_charge : Float64
Constructor Detail
def self.new(name : String, atoms : Hash(String, AtomRecord), bonds : Array(BondRecord), link_bond : BondRecord | Nil = nil, first_patch : String | Nil = nil, last_patch : String | Nil = nil)
#