#include <mrpt/3rdparty/tclap/CmdLine.h>
#include <mrpt/maps/CSimpleMap.h>
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
struct | cli_flags |
Typedefs | |
using | cmd_t = std::function< int(void)> |
Functions | |
int | commandCut () |
int | commandExportKF () |
int | commandExportRawlog () |
int | commandInfo () |
int | commandJoin () |
int | commandLevel () |
int | commandTf () |
int | commandTrim () |
int | printListCommands () |
void | printVersion () |
mrpt::maps::CSimpleMap | read_input_sm_from_cli (const std::string &fil) |
void | setConsoleErrorColor () |
void | setConsoleNormalColor () |
Variables | |
std::unique_ptr< cli_flags > | cli |
int commandCut | ( | ) |
Definition at line 17 of file sm-cli-cut.cpp.
int commandExportKF | ( | ) |
Definition at line 20 of file sm-cli-export-kfs.cpp.
int commandExportRawlog | ( | ) |
Definition at line 23 of file sm-cli-export-rawlog.cpp.
int commandInfo | ( | ) |
Definition at line 19 of file sm-cli-info.cpp.
int commandJoin | ( | ) |
Definition at line 17 of file sm-cli-join.cpp.
int commandLevel | ( | ) |
Definition at line 20 of file sm-cli-level.cpp.
int commandTf | ( | ) |
Definition at line 20 of file sm-cli-tf.cpp.
int commandTrim | ( | ) |
Definition at line 17 of file sm-cli-trim.cpp.
int printListCommands | ( | ) |
Definition at line 104 of file sm-cli-main.cpp.
void printVersion | ( | ) |
Definition at line 113 of file sm-cli-main.cpp.
mrpt::maps::CSimpleMap read_input_sm_from_cli | ( | const std::string & | fil | ) |
Definition at line 119 of file sm-cli-main.cpp.
void setConsoleErrorColor | ( | ) |
Definition at line 43 of file sm-cli-main.cpp.
void setConsoleNormalColor | ( | ) |
Definition at line 49 of file sm-cli-main.cpp.
std::unique_ptr<cli_flags> cli |
Definition at line 29 of file sm-cli-main.cpp.