riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
|
#include <sys/ioctl.h>
#include <iostream>
#include <iomanip>
#include <cstring>
#include <atomic>
#include <chrono>
#include <cmath>
Go to the source code of this file.
Classes | |
class | ProgressMonitor |
Macros | |
#define | TOTAL_PERCENTAGE 100.0 |
#define | CHARACTER_WIDTH_PERCENTAGE 4 |
#define | TERMINAL_WIDTH 120 |
Typedefs | |
typedef chc::duration< float, std::milli > | float_ms |
#define CHARACTER_WIDTH_PERCENTAGE 4 |
Definition at line 32 of file ProgressMonitor.h.
#define TERMINAL_WIDTH 120 |
Definition at line 33 of file ProgressMonitor.h.
#define TOTAL_PERCENTAGE 100.0 |
Definition at line 31 of file ProgressMonitor.h.
typedef chc::duration<float, std::milli> float_ms |
Definition at line 29 of file ProgressMonitor.h.