4#ifndef OPENCV_slideio_zvitile_HPP
5#define OPENCV_slideio_zvitile_HPP
6#include <opencv2/opencv.hpp>
9 class compound_document;
20 int getIndex()
const {
return m_Index; }
21 void setIndex(
int index) { m_Index = index; }
22 cv::Rect getRect()
const {
return m_Rect; }
23 void addItem(
const ZVIImageItem* item);
25 void setTilePosition(
int x,
int y);
26 bool readTile(
const std::vector<int>& componentIndices,
27 cv::OutputArray tile_raster,
int slice, ole::compound_document& doc)
const;
29 const ZVIImageItem* getImageItem(
int slice,
int channelIndex)
const;
34 cv::Rect m_Rect = {0, 0, 0, 0};
35 std::vector<const ZVIImageItem*> m_ImageItems;
Definition: exceptions.hpp:12