/** @(#) graphdoglegfile.h */ #ifndef GRAPHDOGLEGFILE_H #define GRAPHDOGLEGFILE_H //---------------------------------------------------------------------------- #include "../matrixdouble/vectordouble.h" #include "../mathpos/scalepos.cpp" #include "../mathpos/mathpos.h" #include <vcl.h> #include <fstream> #include <sstream> #include <iomanip> #include <iostream> #include <string> #include <stdexcept> // runtime_exception using namespace std; void graphDoglegFile(string pathFile, TImage *image, double xMin, double xMax, double yMin, double yMax, bool pauses, bool showEvaluation, double pixelsPerUnit); //---------------------------------------------------------------------------- #endif // Fin------------------------------------------------------------------------