| 
    openPMD-api
    
   | 
 
Represents the meta info around a chunk in a dataset. More...
#include <ChunkInfo.hpp>


Public Member Functions | |
| ChunkInfo (Offset, Extent) | |
| bool | operator== (ChunkInfo const &other) const | 
Public Attributes | |
| Offset | offset | 
| origin of the chunk  | |
| Extent | extent | 
| size of the chunk  | |
Represents the meta info around a chunk in a dataset.
A chunk consists of its offset and its extent
 1.8.17