5#include <opencv2/core.hpp>
8 class compound_document;
19 int getIndex()
const {
return m_Index; }
20 void setIndex(
int index) { m_Index = index; }
21 cv::Rect getRect()
const {
return m_Rect; }
22 void addItem(
const ZVIImageItem* item);
24 void setTilePosition(
int x,
int y);
25 bool readTile(
const std::vector<int>& componentIndices,
26 cv::OutputArray tile_raster,
int slice, ole::compound_document& doc)
const;
28 const ZVIImageItem* getImageItem(
int slice,
int channelIndex)
const;
33 cv::Rect m_Rect = {0, 0, 0, 0};
34 std::vector<const ZVIImageItem*> m_ImageItems;
Definition: exceptions.hpp:15