Friction Ridge Image and Features
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::TemplateArchive Struct Reference

Collection of templates on disk. More...

#include <io.h>

Public Attributes

std::filesystem::path archive {}
 File containing concatenated CreateTemplateResult::data.
 
std::filesystem::path manifest {}
 Manifest for parsing archive.
 

Detailed Description

Collection of templates on disk.

Definition at line 250 of file io.h.

Member Data Documentation

◆ archive

std::filesystem::path FRIF::TemplateArchive::archive {}

File containing concatenated CreateTemplateResult::data.

Definition at line 253 of file io.h.

◆ manifest

std::filesystem::path FRIF::TemplateArchive::manifest {}

Manifest for parsing archive.

Each line of manifest is in the form identifier length offset, where identifier matches identifier provided when creating a template, length is the result of calling size() on CreateTemplateResult::data, and offset is the number of bytes from the beginning of archive to the first byte of CreateTemplateResult::data.

Note
Identifiers are guaranteed to never contain spaces. That is, each line of the manifest is guaranteed to have exactly two spaces, used to delimit the three fields in each line.

Definition at line 272 of file io.h.


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