1 #ifndef QIMAGEWRAPPER_H
2 #define QIMAGEWRAPPER_H
30 class ImageRenderPrivate;
50 virtual void input(
const QRect ®ion);
55 virtual QPixmap render(
const QPixmap &pixmap,
int value) = 0;
80 virtual QPixmap render(
const QPixmap &pixmap,
int value)
override final;
99 virtual void input(
const QRect ®ion)
override final;
103 virtual QPixmap render(
const QPixmap &pixmap,
int value)
override final;
117 WaterWave(
const QImage &image,
int radius);
122 virtual void input(
const QRect ®ion)
override final;
126 virtual QPixmap render(
const QPixmap &pixmap,
int value)
override final;
131 #endif // QIMAGEWRAPPER_H
#define TTK_MODULE_EXPORT
The class of the water wave.
The class of the image render.
The namespace of the algorithm.
#define TTK_DECLARE_PRIVATE(Class)
The class of the cube wave.
The class of the gauss blur.
The class of the image render private.