openPMD-api
Public Member Functions | Public Attributes | List of all members
openPMD::ChunkInfo Struct Reference

Represents the meta info around a chunk in a dataset. More...

#include <ChunkInfo.hpp>

Inheritance diagram for openPMD::ChunkInfo:
Inheritance graph
[legend]
Collaboration diagram for openPMD::ChunkInfo:
Collaboration graph
[legend]

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
 

Detailed Description

Represents the meta info around a chunk in a dataset.

A chunk consists of its offset and its extent


The documentation for this struct was generated from the following files: