class Chem::VASP::Locpot::Reader

Included Modules

Defined in:

chem/io/formats/vasp/locpot.cr

Constructors

Instance Method Summary

Instance methods inherited from module Chem::VASP::GridReader

info : Spatial::Grid::Info info

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 read_entry : Spatial::Grid #

[View source]