#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <roboptim/core/util.hh>
#include <string>
#include <iostream>
Classes | |
class | roboptim::visualization::matplotlib::Import |
matplotlib import. More... | |
class | roboptim::visualization::matplotlib::Command |
matplotlib command. More... | |
Namespaces | |
namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
namespace | roboptim::visualization |
Graphical visualization. | |
namespace | roboptim::visualization::matplotlib |
Matplotlib rendering. | |
Functions | |
ROBOPTIM_CORE_DLLAPI Import | roboptim::visualization::matplotlib::import (const std::string &packages) |
Import function that follows the style of commands. More... | |
ROBOPTIM_CORE_DLLAPI Import | roboptim::visualization::matplotlib::import (const std::string &from, const std::string &packages) |
Import function that follows the style of commands. More... | |
ROBOPTIM_CORE_DLLAPI Command | roboptim::visualization::matplotlib::comment (const char *) |
Make a matplotlib comment. More... | |
template<typename T > | |
Command | roboptim::visualization::matplotlib::comment (const T &content) |
Make a matplotlib comment. More... | |
ROBOPTIM_CORE_DLLAPI Command | roboptim::visualization::matplotlib::set (const char *var, const char *val) |
Make a matplotlib set command. More... | |
ROBOPTIM_CORE_DLLAPI Command | roboptim::visualization::matplotlib::show () |
ROBOPTIM_CORE_DLLAPI Command | roboptim::visualization::matplotlib::figure () |
ROBOPTIM_CORE_DLLAPI Command | roboptim::visualization::matplotlib::title (const char *argument) |