GridFormat 0.4.0
I/O-Library for grid-like data structures
|
▼NGridFormat | |
▼NConcepts | |
REntitySet | Basic concept all grids must fulfill. We must be able to iterate over a grid's cells & points |
RStructuredEntitySet | Basic concept for all grids with a structured topology. We need to know the extents of the grid and need to be able to retrieve the location of a cell/point in the topology |
RImageGrid | Concept for grids to be used as image grids |
RRectilinearGrid | Concept for grids to be used as rectilinear grids |
RStructuredGrid | Concept for grids to be used as structured grids |
RUnstructuredGrid | Concept for grids to be used as unstructured grids |
RGrid | Concept a type that fulfills any of the grid interfaces |
RPointFunction | Concept for functions invocable with grid points, usable as point field data |
RCellFunction | Concept for functions invocable with grid cells, usable as cell field data |
RGridFactory | Concept for grid factories, to allow for convenient creation of grids from grid files |
REncoder | Encoders allow wrapping of an output stream, yielding a stream that allows writing spans of data to it |
RDecoder | Decoders allow decoding spans of characters or directly from an input stream |
RCompressor | Concept that compressors must fulfill |
RDecompressor | Concept that decompressors must fulfill |
RBlockDecompressor | Concept that block decompressors must fulfill |
RCGALGrid2D | |
RCGALGrid3D | |
RCGALGrid | |
RCGALPointWrapper | |
▼NDune | |
▼NConcepts | |
RFunction |