PMatchScore.h
Go to the documentation of this file.
38 explicit PMatchScore(const PGuid& objectId1, const PGuid& objectId2, double score, double threshold = -1.0);
The PObject class is the root class of all Papillon classes; all PObject behaves like shared referenc...
Definition: PObject.h:27
The PMatchScore class is used to represent a score between two descriptions.
Definition: PMatchScore.h:27
The PGuid class represents a Globally Unique Identifier (GUID); PGuid instances are immutable (thread...
Definition: PGuid.h:28
Class PObject: the root class of all Papillon classes.
PObject & operator=(const PObject &obj)
Performs a shared copy of other to this object.
Definition: PObject.h:45