Class CDimBase#

Inheritance Relationships#

Derived Types#

Class Documentation#

class CDimBase#

Base class containing some commonly used methods.

Subclassed by libCZI::CDimBounds, libCZI::CDimCoordinate

Protected Static Functions

static inline std::underlying_type<libCZI::DimensionIndex>::type GetBitIndexForDimension(libCZI::DimensionIndex dim)#

Utility to get a bit index for the specified dimension.

Parameters:

dim – The dimension.

Returns:

The bit index for dimension.