Enum SubBlockPyramidType#

Enum Documentation#

enum class libCZI::SubBlockPyramidType : std::uint8_t#

This enum is used in the context of a subblock to describe which “type of pyramid” is represented by the subblock. The significance and importance of this enum is not yet fully understood, and seems questionable. It is not recommended to make use of it at this point for any purposes.

Values:

enumerator Invalid#

Invalid pyramid type.

enumerator None#

No pyramid (indicating that the subblock is not a pyramid subblock, but a layer-0 subblock).

enumerator SingleSubBlock#

The subblock is a pyramid subblock, and it covers a single subblock of the lower layer (or: it is a minification of a single lower-layer-subblock).

enumerator MultiSubBlock#

The subblock is a pyramid subblock, and it covers multiple subblocks of the lower layer.