Skip to content

Struct ZarrHCSPlate

ClassList > ZarrHCSPlate

Settings for a high-content screening (HCS) plate.

  • #include <zarr.types.h>

Public Attributes

Type Name
size_t acquisition_count
ZarrHCSAcquisition * acquisitions
size_t column_count
const char ** column_names
const char * name
const char * path
size_t row_count
const char ** row_names
size_t well_count
ZarrHCSWell * wells

Public Attributes Documentation

variable acquisition_count

size_t ZarrHCSPlate::acquisition_count;

Number of Acquisition structs


variable acquisitions

ZarrHCSAcquisition* ZarrHCSPlate::acquisitions;

Array of Acquisition structs


variable column_count

size_t ZarrHCSPlate::column_count;

Number of column names


variable column_names

const char** ZarrHCSPlate::column_names;

Array of column names


variable name

const char* ZarrHCSPlate::name;

Name of the plate


variable path

const char* ZarrHCSPlate::path;

Path to the plate, relative to the root


variable row_count

size_t ZarrHCSPlate::row_count;

Number of row names


variable row_names

const char** ZarrHCSPlate::row_names;

Array of row names


variable well_count

size_t ZarrHCSPlate::well_count;

Number of Well structs


variable wells

ZarrHCSWell* ZarrHCSPlate::wells;

Array of Well structs



The documentation for this class was generated from the following file C:/repos/acquire-zarr/include/zarr.types.h