class Chem::DX::Reader

Defined in:

chem/io/formats/dx.cr

Constructors

Instance Method Summary

Instance methods inherited from class Chem::Spatial::Grid::Reader

info : Spatial::Grid::Info info

Constructor methods inherited from class Chem::Spatial::Grid::Reader

new(io : ::IO, sync_close : Bool = true)
new(path : Path | String) : self
new

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

close close, closed? closed?, parse_exception(msg : String) parse_exception, read_entry : T read_entry, sync_close=(sync_close : Bool) sync_close=, sync_close? sync_close?

Constructor methods inherited from class Chem::IO::Reader(Chem::Spatial::Grid)

new(io : ::IO, sync_close : Bool = true)
new(path : Path | String) : self
new

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

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

Constructor Detail

def self.new(io : ::IO, sync_close : Bool = true) #

[View source]
def self.new(path : Path | String) : self #

[View source]

Instance Method Detail

def info : Spatial::Grid::Info #

[View source]
def read_entry : Spatial::Grid #

[View source]