Enrollment 28.2.0
Loading...
Searching...
No Matches

It represents a particular CriticalPoint. More...

#include <CriticalPoint.h>

Collaboration diagram for CriticalPoint:

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].

Detailed Description

It represents a particular CriticalPoint.

Member Enumeration Documentation

◆ Type

enum class Type : uint8_t
strong

Type of CriticalPoint.

Critical points types
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].

Constructor & Destructor Documentation

◆ CriticalPoint()

CriticalPoint ( Point pointArg,
Type typeArg,
Angle angleArg )
inline

It creates CriticalPoint with given parameters.

Parameters
pointArgCriticalPoint point
typeArgCriticalPoint type (core/delta)
angleArgThe orientation of the point is represented in degrees, with zero degrees pointing horizontally and to the right and increasing degrees proceeding counter-clockwise [9].

References angle, center, and type.

Member Function Documentation

◆ WriteTo()

void WriteTo ( Writer & writer) const
inlinefinalvirtual

Write itself into writer.

Parameters
writerWriter to use to serialize this Serializable

Implements Serializable.

References angle, center, and type.


The documentation for this class was generated from the following file: