Engauge Digitizer 2
|
Calculate for line through the points that is smoothly connected as a relation. More...
#include <GeometryStrategyRelationSmooth.h>
Public Member Functions | |
GeometryStrategyRelationSmooth () | |
Single constructor. | |
virtual | ~GeometryStrategyRelationSmooth () |
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. | |
![]() | |
GeometryStrategyAbstractBase () | |
Single constructor. | |
virtual | ~GeometryStrategyAbstractBase () |
Calculate for line through the points that is smoothly connected as a relation.
Definition at line 16 of file GeometryStrategyRelationSmooth.h.
GeometryStrategyRelationSmooth::GeometryStrategyRelationSmooth | ( | ) |
|
virtual |
Definition at line 14 of file GeometryStrategyRelationSmooth.cpp.
|
virtual |
Calculate geometry parameters.
Implements GeometryStrategyAbstractBase.
Definition at line 18 of file GeometryStrategyRelationSmooth.cpp.