class Chem::Topology::AtomType
- Chem::Topology::AtomType
- Reference
- Object
Defined in:
chem/topology/types.crConstructors
Instance Method Summary
- #element : Element
- #formal_charge : Int32
- #inspect(io : ::IO) : Nil
- #name : String
- #suffix : String
- #to_s(io : ::IO)
- #valency : Int32
Constructor Detail
def self.new(name : String, formal_charge : Int32 = 0, element : String | Nil = nil, valency : Int32 | Nil = nil)
#