Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
CallbackUpdateTransform.cpp
1 #include "CallbackUpdateTransform.h"
2 #include "Point.h"
3 
5  CallbackAxisPointsAbstract (modelCoords)
6 {
7 }
8 
10 {
11  return !isError () && (numberAxisPoints () == 3);
12 }
bool transformIsDefined() const
True if enough Points were available to create a Transformation.
CallbackUpdateTransform(const DocumentModelCoords &modelCoords)
Single constructor.
Model for DlgSettingsCoords and CmdSettingsCoords.
bool isError() const
This value is checked after iterating to see if the axis data is correct.
unsigned int numberAxisPoints() const
Number of axis points which is less than 3 if the axes curve is incomplete.
Callback for collecting axis points and then performing common calculations on those axis points...