Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs
FittingPointsConvenient.h File Reference
#include <QPointF>
#include <QVector>
Include dependency graph for FittingPointsConvenient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef QList< QPointF > FittingPointsConvenient
 Array of (x,y) points in graph coordinates. More...
 

Typedef Documentation

typedef QList<QPointF> FittingPointsConvenient

Array of (x,y) points in graph coordinates.

This array is more convenient that working with points in screen coordinates that must be transformed repeatedly into graph coordinates

Definition at line 15 of file FittingPointsConvenient.h.