Enum DimensionIndex#
Defined in File libCZI_DimCoordinate.h
Enum Documentation#
-
enum class libCZI::DimensionIndex : std::uint8_t#
Values that represent dimension indexes.
Values:
-
enumerator invalid#
Invalid dimension index.
-
enumerator MinDim#
This enum must have the value of the lowest (valid) dimension index.
-
enumerator Z#
The Z-dimension.
-
enumerator C#
The C-dimension (“channel”).
-
enumerator T#
The T-dimension (“time”).
-
enumerator R#
The R-dimension (“rotation”).
-
enumerator S#
The S-dimension (“scene”).
-
enumerator I#
The I-dimension (“illumination”).
-
enumerator H#
The H-dimension (“phase”).
-
enumerator V#
The V-dimension (“view”).
-
enumerator B#
The B-dimension (“block”) - its use is deprecated.
-
enumerator MaxDim#
This enum must have the value of the highest (valid) dimension index.
-
enumerator invalid#