|
libCZI
Reading CZI documents made easy
|
Statistics about all sub-blocks found in a CZI-document. More...
#include <libCZI.h>
Public Member Functions | |
| bool | IsMIndexValid () const |
| void | Invalidate () |
| Invalidates this object. | |
Public Attributes | |
| int | subBlockCount |
| int | minMindex |
| int | maxMindex |
| IntRect | boundingBox |
| IntRect | boundingBoxLayer0Only |
| CDimBounds | dimBounds |
| std::map< int, BoundingBoxes > | sceneBoundingBoxes |
Statistics about all sub-blocks found in a CZI-document.
|
inline |
Query if the members minMindex and maxMindex are valid. They may be invalid in the case that the sub-blocks do not define an M-index.
| IntRect libCZI::SubBlockStatistics::boundingBox |
The bounding box determined from all sub-blocks in the document.
| IntRect libCZI::SubBlockStatistics::boundingBoxLayer0Only |
The bounding box determined only from the sub-blocks of pyramid-layer0 in the document.
| CDimBounds libCZI::SubBlockStatistics::dimBounds |
The dimension bounds - the minimum and maximum dimension index determined from all sub-blocks in the CZI-document.
| int libCZI::SubBlockStatistics::maxMindex |
The maximum M-index (determined from all sub-blocks in the document with a valid M-index). If no valid M-index was present, then this member will have the value std::numeric_limits<int>::min().
| int libCZI::SubBlockStatistics::minMindex |
The minimum M-index (determined from all sub-blocks in the document with a valid M-index). If no valid M-index was present, then this member will have the value std::numeric_limits<int>::max().
| std::map<int, BoundingBoxes> libCZI::SubBlockStatistics::sceneBoundingBoxes |
A map with key scene-index and value bounding box of the scene. Two bounding-boxes are determined - one from checking all sub-blocks (with the specific scene-index) and another one by only considering sub-blocks on pyramid-layer 0. If no scene-indices are present, this map is empty.
| int libCZI::SubBlockStatistics::subBlockCount |
The total number of sub-blocks in the CZI-document. We are counting here all sub-block (no matter on which pyramid-layer).