#include "pointmatcher/PointMatcher.h"
#include "pointmatcher/IO.h"
#include "pointmatcher/Timer.h"
#include <cassert>
#include <iostream>
#include <fstream>
#include <map>
#include <time.h>
#include <ncurses.h>
#include <filesystem>
#include <boost/program_options.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time_io.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
Go to the source code of this file.
|
| #define | CHECK_RES if (sysRes != 0) { cerr << "Warning, system command \"" << cmd << "\" failed with result code " << sysRes << endl; } |
| |
◆ CHECK_RES
| #define CHECK_RES if (sysRes != 0) { cerr << "Warning, system command \"" << cmd << "\" failed with result code " << sysRes << endl; } |
◆ PM
◆ PMIO
◆ TP
◆ displayLoadingBar()
| void displayLoadingBar |
( |
const int & |
coreId, |
|
|
const int & |
i, |
|
|
const int & |
total, |
|
|
const int & |
nbFailures, |
|
|
const double |
sec, |
|
|
const double |
total_time |
|
) |
| |
◆ downloadDataSets()
| void downloadDataSets |
( |
Config & |
config, |
|
|
po::variables_map & |
vm |
|
) |
| |
◆ enterValidPath()
| string enterValidPath |
( |
string |
message | ) |
|
◆ loadConfig()
| void loadConfig |
( |
Config & |
config | ) |
|
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ outputStatus()
| string outputStatus |
( |
map< string, DataSetInfo > |
dataSetStatus | ) |
|
◆ saveConfig()
| void saveConfig |
( |
Config & |
config | ) |
|
◆ setConfig()
| void setConfig |
( |
Config & |
config | ) |
|
◆ setupOptions()
| po::options_description setupOptions |
( |
const string & |
name | ) |
|
◆ validateFileInfo()
◆ m_display