Go to the documentation of this file.
16 #ifndef DATAVISUALISATION_TESTVIEWER_SRC_INCLUDE_DDT_DDTCPLINVGRAPHITEM_HPP_
17 #define DATAVISUALISATION_TESTVIEWER_SRC_INCLUDE_DDT_DDTCPLINVGRAPHITEM_HPP_
76 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option,
77 QWidget* widget)
override;
96 int type()
const override;
121 void loadImageGrayColor(cpl_image*
const in_image);
128 void loadImageGrayColorInt(cpl_image*
const in_image);
135 void loadImageGrayColorFloat(cpl_image*
const in_image);
142 void loadImageGrayColorDouble(cpl_image*
const in_image);
150 void loadImageColor(
const cpl_image*
const in_image,
160 void loadImageColor(
const cpl_image*
const in_image,
171 void loadImageColorInt(cpl_image*
const in_image,
182 void loadImageColorInt(cpl_image*
const in_image,
193 void loadImageColorFloat(cpl_image*
const in_image,
204 void loadImageColorFloat(cpl_image*
const in_image,
215 void loadImageColorDouble(cpl_image*
const in_image,
226 void loadImageColorDouble(cpl_image*
const in_image,
cpl_image * cimage
Definition: ddtCPLInversGraphicsItem.hpp:102
Definition: ddtCPLInversGraphicsItem.hpp:27
Definition: imageColor.hpp:76
QImage * qimage
Definition: ddtCPLInversGraphicsItem.hpp:106
Definition: ddtImageGraphicsItem.hpp:25
std::array< unsigned int, MAX_COLOR_MAP_ENTRIES > colorMapARGB_t
Definition: imageColor.hpp:66
QRectF boundingRect() const override
Definition: ddtCPLInversGraphicsItem.cpp:76
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override
Definition: ddtCPLInversGraphicsItem.cpp:86
~DdtCPLInversGraphicsItem() override
Definition: ddtCPLInversGraphicsItem.cpp:68
DdtCPLInversGraphicsItem()
Definition: ddtCPLInversGraphicsItem.cpp:21
@ ITEM_TYPE
Definition: ddtCPLInversGraphicsItem.hpp:90
int type() const override
Definition: ddtCPLInversGraphicsItem.cpp:81
std::array< std::array< float, COLOR_MAP_ENTRY_SIZE >, MAX_COLOR_MAP_ENTRIES > colorMap_t
Definition: imageColor.hpp:56
QImage * GetImage() override
Definition: ddtCPLInversGraphicsItem.cpp:94