class Chem::DX::Writer

Defined in:

chem/io/formats/dx.cr

Constructors

Instance Method Summary

Instance methods inherited from class Chem::IO::Writer(Chem::Spatial::Grid)

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::Spatial::Grid)

new(input : ::IO | Path | String, *, sync_close : Bool = false) new

Class methods inherited from class Chem::IO::Writer(Chem::Spatial::Grid)

open(io : ::IO | Path | String, *args, sync_close : Bool = false, **options, &) open

Constructor Detail

def self.new(input : ::IO | Path | String, *, sync_close : Bool = false) #

[View source]

Instance Method Detail

def write(grid : Spatial::Grid) : Nil #

[View source]