class Chem::VMD::Writer
- Chem::VMD::Writer
- Chem::IO::Writer(Chem::Structure)
- Reference
- Object
Defined in:
chem/io/formats/vmd.crConstructors
Instance Method Summary
Instance methods inherited from class Chem::IO::Writer(Chem::Structure)
close : Nil
close,
closed?
closed?,
format(str : String, *args, **options) : Nil
format,
formatl(str : String, *args, **options) : Nil
formatl,
sync_close=(sync_close : Bool)
sync_close=,
sync_close?
sync_close?,
write(obj : T) : Nil
write
Constructor methods inherited from class Chem::IO::Writer(Chem::Structure)
new(input : ::IO | Path | String, *, sync_close : Bool = false)
new
Class methods inherited from class Chem::IO::Writer(Chem::Structure)
open(io : ::IO | Path | String, *args, sync_close : Bool = false, **options, &)
open
Constructor Detail
def self.new(io : ::IO | Path | String, path : String | Path | Nil = nil, *, sync_close : Bool = false)
#