20#ifndef DATAVISUALISATION_TESTVIEWER_SRC_INCLUDE_DDT_DDTCPLINVGRAPHITEM_HPP_
21#define DATAVISUALISATION_TESTVIEWER_SRC_INCLUDE_DDT_DDTCPLINVGRAPHITEM_HPP_
82 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option,
83 QWidget* widget)
override;
102 int type()
const override;
128 void loadImageGrayColor(cpl_image*
const in_image);
135 void loadImageGrayColorInt(cpl_image*
const in_image);
142 void loadImageGrayColorFloat(cpl_image*
const in_image);
149 void loadImageGrayColorDouble(cpl_image*
const in_image);
157 void loadImageColor(
const cpl_image*
const in_image,
167 void loadImageColor(
const cpl_image*
const in_image,
178 void loadImageColorInt(cpl_image*
const in_image,
189 void loadImageColorInt(cpl_image*
const in_image,
200 void loadImageColorFloat(cpl_image*
const in_image,
211 void loadImageColorFloat(cpl_image*
const in_image,
222 void loadImageColorDouble(cpl_image*
const in_image,
233 void loadImageColorDouble(cpl_image*
const in_image,
Definition ddtCPLInversGraphicsItem.hpp:31
@ ITEM_TYPE
Definition ddtCPLInversGraphicsItem.hpp:96
~DdtCPLInversGraphicsItem() override
Definition ddtCPLInversGraphicsItem.cpp:72
DdtCPLInversGraphicsItem()
Definition ddtCPLInversGraphicsItem.cpp:25
int type() const override
Definition ddtCPLInversGraphicsItem.cpp:85
QImage * qimage
Definition ddtCPLInversGraphicsItem.hpp:113
cpl_image * cimage
Definition ddtCPLInversGraphicsItem.hpp:108
QRectF boundingRect() const override
Definition ddtCPLInversGraphicsItem.cpp:80
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override
Definition ddtCPLInversGraphicsItem.cpp:90
QImage * GetImage() override
Definition ddtCPLInversGraphicsItem.cpp:98
Definition ddtImageGraphicsItem.hpp:28
DDT Widgets. Class for Image Graphics Items. Class derived from QGraphicsItem. Base class for all typ...
Image Color class, offers access to color map related functions. This file is part of the DDT Image H...
std::array< std::array< float, COLOR_MAP_ENTRY_SIZE >, MAX_COLOR_MAP_ENTRIES > colorMap_t
Definition imageColor.hpp:57
std::array< unsigned int, MAX_COLOR_MAP_ENTRIES > colorMapARGB_t
Definition imageColor.hpp:67
Definition imageColor.hpp:77