NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
#include <string>
#include <vector>
#include <memory>
#include <be_error_exception.h>
#include <be_mpi.h>
#include <be_mpi_resources.h>
#include <be_mpi_workpackage.h>
#include <be_mpi_workpackageprocessor.h>
#include <be_process_forkmanager.h>
Go to the source code of this file.
Classes | |
class | BiometricEvaluation::MPI::Receiver |
A class to represent an MPI task that receives WorkPackages containers from the Distributor. More... | |
Namespaces | |
namespace | BiometricEvaluation |
This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties. | |
namespace | BiometricEvaluation::MPI |
Common declarations and functions for the MPI-based functionality. | |