|
Enrollment 28.2.0
|
It represents a particular CriticalPoint. More...
#include <CriticalPoint.h>
Public Types | |
| enum class | Type : uint8_t { CORE = 1 , DELTA = 2 } |
| Type of CriticalPoint. More... | |
Public Member Functions | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
| CriticalPoint (Point pointArg, Type typeArg, Angle angleArg) | |
| It creates CriticalPoint with given parameters. | |
Public Attributes | |
| Point | center |
| CriticalPoint point. | |
| Type | type |
| CriticalPoint type (core/delta). | |
| Angle | angle |
| The orientation of the point is represented in degrees, with zero degrees pointing horizontally and to the right and increasing degrees proceeding counter-clockwise [9]. | |
It represents a particular CriticalPoint.
|
strong |
Type of CriticalPoint.
| Enumerator | |
|---|---|
| CORE | Core is topmost point on the innermost recurving ridge line of a fingerprint [4]. |
| DELTA | Delta is point on a ridge at or nearest to the point of divergence of two type lines (one of the two innermost friction ridges and located at or directly in front of the point of divergence [4]. |
|
inline |
It creates CriticalPoint with given parameters.
| pointArg | CriticalPoint point |
| typeArg | CriticalPoint type (core/delta) |
| angleArg | The orientation of the point is represented in degrees, with zero degrees pointing horizontally and to the right and increasing degrees proceeding counter-clockwise [9]. |
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.