Engauge Digitizer 2
|
Strategy class for grid removal. More...
#include <GridRemoval.h>
Public Member Functions | |
GridRemoval (bool isGnuplot) | |
Single constructor. | |
QPixmap | remove (const Transformation &transformation, const DocumentModelGridRemoval &modelGridRemoval, const QImage &imageBefore) |
Process QImage into QPixmap, removing the grid lines. | |
Strategy class for grid removal.
Definition at line 24 of file GridRemoval.h.
GridRemoval::GridRemoval | ( | bool | isGnuplot | ) |
Single constructor.
Definition at line 20 of file GridRemoval.cpp.
QPixmap GridRemoval::remove | ( | const Transformation & | transformation, |
const DocumentModelGridRemoval & | modelGridRemoval, | ||
const QImage & | imageBefore ) |
Process QImage into QPixmap, removing the grid lines.
Definition at line 53 of file GridRemoval.cpp.