Skip to content

Struct ZarrDimensionProperties

ClassList > ZarrDimensionProperties

Properties of a dimension of a Zarr array.

  • #include <zarr.types.h>

Public Attributes

Type Name
uint32_t array_size_px
uint32_t chunk_size_px
const char * name
double scale
uint32_t shard_size_chunks
ZarrDimensionType type
const char * unit

Public Attributes Documentation

variable array_size_px

uint32_t ZarrDimensionProperties::array_size_px;

Size of the array along this dimension in pixels


variable chunk_size_px

uint32_t ZarrDimensionProperties::chunk_size_px;

Size of the chunks along this dimension in pixels


variable name

const char* ZarrDimensionProperties::name;

Name of the dimension


variable scale

double ZarrDimensionProperties::scale;

Unit of the dimension Scale of the dimension


variable shard_size_chunks

uint32_t ZarrDimensionProperties::shard_size_chunks;

Number of chunks in a shard along this dimension


variable type

ZarrDimensionType ZarrDimensionProperties::type;

Type of the dimension


variable unit

const char* ZarrDimensionProperties::unit;


The documentation for this class was generated from the following file /home/runner/work/acquire-docs/acquire-docs/acquire-zarr/include/zarr.types.h