Struct ZarrDimensionProperties¶
ClassList > ZarrDimensionProperties
Properties of a dimension of the Zarr array.
#include <zarr.types.h>
Public Attributes¶
Type | Name |
---|---|
uint32_t | array_size_px |
uint32_t | chunk_size_px |
const char * | name |
uint32_t | shard_size_chunks |
ZarrDimensionType | type |
Public Attributes Documentation¶
variable array_size_px¶
Size of the array along this dimension in pixels
variable chunk_size_px¶
Size of the chunks along this dimension in pixels
variable name¶
Name of the dimension
variable shard_size_chunks¶
Number of chunks in a shard along this dimension
variable type¶
Type of the dimension
The documentation for this class was generated from the following file /home/runner/work/acquire-docs/acquire-docs/acquire-zarr/include/zarr.types.h