libCZI
Reading and Writing CZI documents made easy
|
Interface used to represent an interval (for several dimensions). More...
#include <libCZI_DimCoordinate.h>
Public Member Functions | |
virtual bool | TryGetInterval (DimensionIndex dim, int *startIndex, int *size) const =0 |
bool | IsValid (DimensionIndex dim) const |
Interface used to represent an interval (for several dimensions).
|
inline |
Query if the specified dimension is valid.
dim | The dimension. |
|
pure virtual |
Attempts to get the interval for the specified dimension.
dim | The dimension. | |
[in,out] | startIndex | If non-null, it will receive the start index. |
[in,out] | size | If non-null, it will receive the size. |
Implemented in libCZI::CDimBounds.