struct Chem::Topology::MatchData

Defined in:

chem/topology/match_data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resname : String, reskind : Residue::Kind, atom_map : Hash(String, Atom)) #

[View source]
def self.new(res_t : ResidueType, atom_map : Hash(String, Atom)) : self #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []?(*args, **options) #

[View source]
def []?(*args, **options, &) #

[View source]
def atom_names : Array(String) #

[View source]
def each_atom(& : Atom, String -> ) : Nil #

[View source]
def reskind : Residue::Kind #

[View source]
def resname : String #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]
def to_h : Hash(String, Atom) #

[View source]