Engauge Digitizer 2
|
Class for exporting during regression, when the Transformation has not yet been defined. More...
#include <ExportImageForRegression.h>
Public Member Functions | |
ExportImageForRegression (const QPixmap &pixmap) | |
Single constructor. | |
void | fileExport (const QString &filename) const |
Export to the specified file. This is called when the Transformation has not been defined. |
Class for exporting during regression, when the Transformation has not yet been defined.
This class just exports the image size
Definition at line 15 of file ExportImageForRegression.h.
ExportImageForRegression::ExportImageForRegression | ( | const QPixmap & | pixmap | ) |
Single constructor.
Definition at line 15 of file ExportImageForRegression.cpp.
void ExportImageForRegression::fileExport | ( | const QString & | filename | ) | const |
Export to the specified file. This is called when the Transformation has not been defined.
Definition at line 21 of file ExportImageForRegression.cpp.