11#ifndef DATAVISUALISATION_TESTVIEWER_SRC_INCLUDE_DDT_DDTCPLINVGRAPHITEM_HPP_
12#define DATAVISUALISATION_TESTVIEWER_SRC_INCLUDE_DDT_DDTCPLINVGRAPHITEM_HPP_
73 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option,
74 QWidget* widget)
override;
93 int type()
const override;
119 void loadImageGrayColor(cpl_image*
const in_image);
126 void loadImageGrayColorInt(cpl_image*
const in_image);
133 void loadImageGrayColorFloat(cpl_image*
const in_image);
140 void loadImageGrayColorDouble(cpl_image*
const in_image);
148 void loadImageColor(
const cpl_image*
const in_image,
158 void loadImageColor(
const cpl_image*
const in_image,
169 void loadImageColorInt(cpl_image*
const in_image,
180 void loadImageColorInt(cpl_image*
const in_image,
191 void loadImageColorFloat(cpl_image*
const in_image,
202 void loadImageColorFloat(cpl_image*
const in_image,
213 void loadImageColorDouble(cpl_image*
const in_image,
224 void loadImageColorDouble(cpl_image*
const in_image,
@ ITEM_TYPE
Definition ddtCPLInversGraphicsItem.hpp:87
~DdtCPLInversGraphicsItem() override
Definition ddtCPLInversGraphicsItem.cpp:64
DdtCPLInversGraphicsItem()
Definition ddtCPLInversGraphicsItem.cpp:17
int type() const override
Definition ddtCPLInversGraphicsItem.cpp:77
QImage * qimage
Definition ddtCPLInversGraphicsItem.hpp:104
cpl_image * cimage
Definition ddtCPLInversGraphicsItem.hpp:99
QRectF boundingRect() const override
Definition ddtCPLInversGraphicsItem.cpp:72
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override
Definition ddtCPLInversGraphicsItem.cpp:82
QImage * GetImage() override
Definition ddtCPLInversGraphicsItem.cpp:90
DdtImageGraphicsItem()
Definition ddtImageGraphicsItem.cpp:12
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:48
std::array< unsigned int, MAX_COLOR_MAP_ENTRIES > colorMapARGB_t
Definition imageColor.hpp:58
Definition imageColor.hpp:68