libCZI
Reading and Writing CZI documents made easy
libCZI::PyramidStatistics Struct Reference

Statistics about the pyramid-layers. More...

#include <libCZI.h>

Classes

struct  PyramidLayerInfo
 
struct  PyramidLayerStatistics
 Information about a pyramid-layer. More...
 

Public Attributes

std::map< int, std::vector< PyramidLayerStatistics > > scenePyramidStatistics
 

Detailed Description

Statistics about the pyramid-layers.

Member Data Documentation

◆ scenePyramidStatistics

std::map<int, std::vector<PyramidLayerStatistics> > libCZI::PyramidStatistics::scenePyramidStatistics

A map with key "scene-index" and value "list of subblock-counts per pyramid-layer". A key with value std::numeric_limits<int>::max() is used in case that the scene-index is not valid.


The documentation for this struct was generated from the following file: