Class that does special logging for GridLog and GridRemoval classes. More...
#include <GridLog.h>
Public Member Functions | |
GridLog (bool isGnuplot) | |
Single constructor. | |
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