#include <stdexcept>#include "roboptim/core/config.hh"#include <boost/format.hpp>#include <boost/xpressive/xpressive.hpp>#include <boost/preprocessor/stringize.hpp>#include <roboptim/core/visualization/matplotlib-commands.hh>| 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. | |
| Macros | |
| #define | MATPLOTLIB_UNARY_COMMAND(NAME) | 
| #define | MATPLOTLIB_UNARY_COMMAND_VAR(VAR, NAME) | 
| #define | MATPLOTLIB_UNARY_COMMAND_ARG(NAME, ARG) | 
| 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... | |
| ROBOPTIM_CORE_DLLAPI Command | roboptim::visualization::matplotlib::set (const char *var, const char *val) | 
| Make a matplotlib set command.  More... | |
| #define MATPLOTLIB_UNARY_COMMAND | ( | NAME | ) | 
| #define MATPLOTLIB_UNARY_COMMAND_ARG | ( | NAME, | |
| ARG | |||
| ) | 
| #define MATPLOTLIB_UNARY_COMMAND_VAR | ( | VAR, | |
| NAME | |||
| ) |