ddt 1.2.1
Loading...
Searching...
No Matches
ddtCPLImageGraphicsItem.cpp File Reference

DDT Widgets. Class for CPL Image Graphics Items. Class derived from QGraphicsItem. Allows to render a CPL image as a QGraphicsItem. The supported image types can have different types like int, float, double. More...

#include "ddt/ddtCPLImageGraphicsItem.hpp"
#include <algorithm>
#include <fstream>
#include <iostream>

Variables

const int MAX_PIXEL_VALUE = 255
 

Detailed Description

DDT Widgets. Class for CPL Image Graphics Items. Class derived from QGraphicsItem. Allows to render a CPL image as a QGraphicsItem. The supported image types can have different types like int, float, double.

Author
Carsten Mannel, CGI
Since
2020/02/28

Variable Documentation

◆ MAX_PIXEL_VALUE

const int MAX_PIXEL_VALUE = 255