7 #ifndef CALLBACK_BOUNDING_HASH_H
8 #define CALLBACK_BOUNDING_HASH_H
10 #include "CallbackSearchReturn.h"
11 #include "DocumentAxesPointsRequired.h"
12 #include "DocumentHash.h"
13 #include <QCryptographicHash>
27 CallbackSearchReturn
callback (
const QString &curveName,
31 DocumentHash
hash()
const;
36 const DocumentAxesPointsRequired m_documentAxesPointsRequired;
37 QCryptographicHash m_documentHash;
40 #endif // CALLBACK_BOUNDING_HASH_H
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Callback for DocumentHash value for a Document.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
DocumentHash hash() const
Computed hash value.