NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
src
include
be_plantar.h
Go to the documentation of this file.
1
/*
2
* This software was developed at the National Institute of Standards and
3
* Technology (NIST) by employees of the Federal Government in the course
4
* of their official duties. Pursuant to title 17 Section 105 of the
5
* United States Code, this software is not subject to copyright protection
6
* and is in the public domain. NIST assumes no responsibility whatsoever for
7
* its use by other parties, and makes no guarantees, expressed or implied,
8
* about its quality, reliability, or any other characteristic.
9
*/
10
11
#ifndef __BE_PLANTAR_H__
12
#define __BE_PLANTAR_H__
13
14
#include <iostream>
15
#include <map>
16
#include <vector>
17
18
#include <
be_framework_enumeration.h
>
19
20
namespace
BiometricEvaluation
21
{
27
namespace
Plantar
28
{
36
enum class
Position
37
{
38
UnknownSole
= 60,
39
RightSole
= 61,
40
LeftSole
= 62,
41
UnknownToe
= 63,
42
RightBigToe
= 64,
43
};
44
}
45
}
46
47
BE_FRAMEWORK_ENUMERATION_DECLARATIONS
(
48
BiometricEvaluation::Plantar::Position
,
49
BE_Plantar_Position_EnumToStringMap);
50
51
#endif
/* __BE_PLANTAR_H__ */
52
be_framework_enumeration.h
BE_FRAMEWORK_ENUMERATION_DECLARATIONS
BE_FRAMEWORK_ENUMERATION_DECLARATIONS(BiometricEvaluation::Plantar::Position, BE_Plantar_Position_EnumToStringMap)
BiometricEvaluation::Plantar::Position
Position
Plantar position codes.
Definition:
be_plantar.h:37
BiometricEvaluation::Plantar::Position::UnknownToe
@ UnknownToe
BiometricEvaluation::Plantar::Position::RightSole
@ RightSole
BiometricEvaluation::Plantar::Position::UnknownSole
@ UnknownSole
BiometricEvaluation::Plantar::Position::RightBigToe
@ RightBigToe
BiometricEvaluation::Plantar::Position::LeftSole
@ LeftSole
BiometricEvaluation
This software was developed at the National Institute of Standards and Technology (NIST) by employees...
Definition:
be_data_interchange_an2k.h:28
Generated by
1.9.3