struct Chem::Topology::MatchData
- Chem::Topology::MatchData
- Struct
- Value
- Object
Defined in:
chem/topology/match_data.crConstructors
- .new(resname : String, reskind : Residue::Kind, atom_map : Hash(String, Atom))
- .new(res_t : ResidueType, atom_map : Hash(String, Atom)) : self
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #[]?(*args, **options)
- #[]?(*args, **options, &)
- #atom_names : Array(String)
- #each_atom(& : Atom, String -> ) : Nil
- #reskind : Residue::Kind
- #resname : String
- #size(*args, **options)
- #size(*args, **options, &)
- #to_h : Hash(String, Atom)