#include <math.h>#include "Global.h"#include "Trace.h"#include "Point2D.h"#include "SmoothingParameters.h"#include "CurvePointOptions.h"#include "Translations.h"#include "CoreApplication.h"#include "QGpCoreToolsDLLExport.h"Go to the source code of this file.
Classes | |
| class | QGpCoreTools::Curve< pointType > |
| Template class for a curve It is a vector of "points" that may eventually contain extra data. The "point" type must at least have the following functions: More... | |
Namespaces | |
| namespace | QGpCoreTools |
Enumerations | |
| enum | QGpCoreTools::SamplingOption { QGpCoreTools::LinearScale = 0, QGpCoreTools::LogScale = 1, QGpCoreTools::InversedScale = 2, QGpCoreTools::Interpole = 4, QGpCoreTools::Function = 8 } |