GridFormat 0.4.0
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 1234]
 NGridFormat
 NConcepts
 REntitySetBasic concept all grids must fulfill. We must be able to iterate over a grid's cells & points
 RStructuredEntitySetBasic 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
 RImageGridConcept for grids to be used as image grids
 RRectilinearGridConcept for grids to be used as rectilinear grids
 RStructuredGridConcept for grids to be used as structured grids
 RUnstructuredGridConcept for grids to be used as unstructured grids
 RGridConcept a type that fulfills any of the grid interfaces
 RPointFunctionConcept for functions invocable with grid points, usable as point field data
 RCellFunctionConcept for functions invocable with grid cells, usable as cell field data
 RGridFactoryConcept for grid factories, to allow for convenient creation of grids from grid files
 REncoderEncoders allow wrapping of an output stream, yielding a stream that allows writing spans of data to it
 RDecoderDecoders allow decoding spans of characters or directly from an input stream
 RCompressorConcept that compressors must fulfill
 RDecompressorConcept that decompressors must fulfill
 RBlockDecompressorConcept that block decompressors must fulfill
 RCGALGrid2D
 RCGALGrid3D
 RCGALGrid
 RCGALPointWrapper
 NDune
 NConcepts
 RFunction