ug4
|
#include <string>
#include <iostream>
#include <sstream>
#include "common/util/path_provider.h"
#include "common/profiler/profiler.h"
#include "bindings/lua/info_commands.h"
#include "bindings/lua/lua_util.h"
#include "shell.h"
#include "completion.h"
#include "pcl/pcl.h"
#include "pcl/pcl_util.h"
Namespaces | |
ug | |
the ug namespace | |
ug::bridge | |
Macros | |
#define | UG_DEBUG_PROMPT "debug:> " |
#define | UG_PROMPT "ug:> " |
Functions | |
debug_return | ug::bridge::DebugShell () |
void | ug::bridge::InitShell () |
int | ug::bridge::RunShell (const char *prompt) |
void | ug::bridge::ug_cacheline (string str) |
string | ug::bridge::ug_readline (const char *prompt, bool &quit) |
#define UG_DEBUG_PROMPT "debug:> " |
#define UG_PROMPT "ug:> " |