Engauge Digitizer 2
Loading...
Searching...
No Matches
GeometryStrategyFunctionStraight.h
Go to the documentation of this file.
1/******************************************************************************************************
2 * (C) 2016 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5 ******************************************************************************************************/
6
7#ifndef GEOMETRY_STRATEGY_FUNCTION_STRAIGHT_H
8#define GEOMETRY_STRATEGY_FUNCTION_STRAIGHT_H
9
11#include <QVector>
12
13class Transformation;
14
40
41#endif // GEOMETRY_STRATEGY_FUNCTION_STRAIGHT_H
const int INNER_RADIUS_MIN
QList< Point > Points
Definition Points.h:13
Model for DlgSettingsCoords and CmdSettingsCoords.
Model for DlgSettingsGeneral and CmdSettingsGeneral.
Base class for all geometry strategies.
Calculate for line through the points that is straightly connected as a function.
virtual void calculateGeometry(const Points &points, const DocumentModelCoords &modelCoords, const DocumentModelGeneral &modelGeneral, const MainWindowModel &modelMainWindow, const Transformation &transformation, QString &funcArea, QString &polyArea, QVector< QString > &x, QVector< QString > &y, QVector< bool > &isPotentialExportAmbiguity, QVector< QString > &distanceGraphForward, QVector< QString > &distancePercentForward, QVector< QString > &distanceGraphBackward, QVector< QString > &distancePercentBackward) const
Calculate geometry parameters.
Model for DlgSettingsMainWindow.
Affine transformation between screen and graph coordinates, based on digitized axis points.