Engauge Digitizer 2
|
Class that does special logging for GridLog and GridRemoval classes. More...
#include <GridLog.h>
Public Member Functions | |
GridLog (bool isGnuplot) | |
Single constructor. | |
virtual | ~GridLog () |
void | showInputPixel (const QPoint &p, double halfWidth) |
Show pixels that are inputs to GridHealer. | |
void | showOutputScanLinePixel (int x, int y, double radius) |
Show scan line pixel that is the output of GridHealer. | |
void | showOutputTrapezoid (const QPoint &p0, const QPoint &p1, const QPoint &p2, const QPoint &p3) |
Show trapezoids that are intermediate results in GridHealer. | |
Class that does special logging for GridLog and GridRemoval classes.
Output file is appended to since multiple instances of this class are expected to be used each time this application is executed
GridLog::GridLog | ( | bool | isGnuplot | ) |
Single constructor.
Definition at line 26 of file GridLog.cpp.
|
virtual |
Definition at line 42 of file GridLog.cpp.
Show pixels that are inputs to GridHealer.
Definition at line 68 of file GridLog.cpp.
Show scan line pixel that is the output of GridHealer.
Definition at line 88 of file GridLog.cpp.
void GridLog::showOutputTrapezoid | ( | const QPoint & | p0, |
const QPoint & | p1, | ||
const QPoint & | p2, | ||
const QPoint & | p3 ) |
Show trapezoids that are intermediate results in GridHealer.
Definition at line 104 of file GridLog.cpp.