module
Chem::DX
Defined in:
chem/formats/dx.crClass Method Summary
-
.read(io : IO) : Spatial::Grid
Returns the grid from io.
-
.read(path : Path | String) : Spatial::Grid
Returns the grid from path.
-
.read_info(io : IO) : Spatial::Grid::Info
Returns the grid information from io without reading the data.
-
.read_info(path : Path | String) : Spatial::Grid::Info
Returns the grid information from path without reading the data.
-
.write(io : IO, grid : Spatial::Grid) : Nil
Writes a grid to io.
-
.write(path : Path | String, grid : Spatial::Grid) : Nil
Writes a grid to path.
Class Method Detail
def self.read_info(io : IO) : Spatial::Grid::Info
#
Returns the grid information from io without reading the data.
Returns the grid information from path without reading the data.
Writes a grid to path.