Callback for collecting axis points and then calculating the current transform from those axis points. More...
#include <CallbackUpdateTransform.h>
Public Member Functions | |
CallbackUpdateTransform (const DocumentModelCoords &modelCoords, DocumentAxesPointsRequired documentAxesPointsRequired) | |
Single constructor. | |
bool | transformIsDefined () const |
True if enough Points were available to create a Transformation. |
Callback for collecting axis points and then calculating the current transform from those axis points.
Sanity checking of the axis points was applied earlier when the axis points were added/edited.
Definition at line 19 of file CallbackUpdateTransform.h.
bool CallbackUpdateTransform::transformIsDefined | ( | ) | const |
True if enough Points were available to create a Transformation.
Except for the node count, all other failure modes are caught externally so user gets immediate feedback as soon as bad axis point data appears
Definition at line 18 of file CallbackUpdateTransform.cpp.