00001 /****************************************************************************************************** 00002 * (C) 2016 markummitchell@github.com. This file is part of Engauge Digitizer, which is released * 00003 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file * 00004 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. * 00005 ******************************************************************************************************/ 00006 00007 #ifndef IMPORT_CROPPING_UTIL_NON_PDF_H 00008 #define IMPORT_CROPPING_UTIL_NON_PDF_H 00009 00010 #include "ImportCropping.h" 00011 #include "ImportCroppingUtilBase.h" 00012 00014 class ImportCroppingUtilNonPdf : public ImportCroppingUtilBase 00015 { 00016 public: 00018 ImportCroppingUtilNonPdf(); 00019 00021 bool applyImportCropping (bool isRegression, 00022 ImportCropping importCropping) const; 00023 00024 }; 00025 00026 #endif // IMPORT_CROPPING_UTIL_NON_PDF_H