Lines Matching full:fingerprint
54 /// \brief An ID for a camera profile consisting of a name and optional fingerprint.
67 /// Construct an invalid camera profile ID (empty name and fingerprint).
77 /// Construct a camera profile ID with the specified name and no fingerprint.
89 /// Construct a camera profile ID with the specified name and no fingerprint.
100 /// Construct a camera profile ID with the specified name and fingerprint.
102 /// \param fingerprint The fingerprint of the camera profile ID.
105 const dng_fingerprint &fingerprint)
108 , fFingerprint (fingerprint)
113 "Cannot have profile fingerprint without name");
116 /// Construct a camera profile ID with the specified name and fingerprint.
118 /// \param fingerprint The fingerprint of the camera profile ID.
121 const dng_fingerprint &fingerprint)
124 , fFingerprint (fingerprint)
128 "Cannot have profile fingerprint without name");
139 /// Getter for the fingerprint of the camera profile ID.
140 /// \retval The fingerprint of the camera profile ID.
142 const dng_fingerprint & Fingerprint () const
168 return fName.NotEmpty (); // Fingerprint is optional.
171 /// Resets the name and fingerprint, thereby making this camera profile ID
500 /// Getter function from profile fingerprint.
502 const dng_fingerprint &Fingerprint () const
517 return dng_camera_profile_id (Name (), Fingerprint ());
734 // Not included in fingerprint, so don't need ClearFingerprint ().