|
libCZI
Reading CZI documents made easy
|
Base class for information about the dimension. (not yet implemented) More...
#include <libCZI_Metadata.h>
Public Member Functions | |
| virtual DimensionIndex | GetDimension () const =0 |
| virtual void | GetInterval (int *start, int *end) const =0 |
Base class for information about the dimension. (not yet implemented)
|
pure virtual |
Gets the dimension index.
|
pure virtual |
Gets the interval.
| [out] | start | If non-null, it will receive the start index. |
| [out] | end | If non-null, it will receive the end index. |