106 const QImage *getQImage();
130 void setQImage(
const QImage *qimage);
135 void setUseSpeudoColors(
bool use);
undocument this line if you encounter any issues!
Definition: Any.h:37
State
internal used state struct
Definition: QImageConverter.h:140
bool m_usePC
use pseudo colors
Definition: QImageConverter.h:158
class for conversion between QImage and core::ImgBase/Img<T>
Definition: QImageConverter.h:84
State m_eQImageState
internal state buffer for the QImage buffer
Definition: QImageConverter.h:155
QImage * m_poQBuf
internal qimage buffer
Definition: QImageConverter.h:149
depth
determines the pixel type of an image (8Bit-int or 32Bit-float)
Definition: Types.h:60
#define ICLQt_API
Definition: CompatMacros.h:178
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131