matplotlib import. More...
#include <roboptim/core/visualization/matplotlib-commands.hh>
Public Member Functions | |
Import (const std::string &package) | |
Construct from a Python package. More... | |
Import (const std::string &from, const std::string &packages) | |
Construct from a Python package. More... | |
~Import () | |
Import destructor. More... | |
const std::string & | command () const |
Return the import command. More... | |
matplotlib import.
This class represents a Python import command.
roboptim::visualization::matplotlib::Import::Import | ( | const std::string & | package | ) |
Construct from a Python package.
packages | packages to import (separated by commas). |
roboptim::visualization::matplotlib::Import::Import | ( | const std::string & | from, |
const std::string & | packages | ||
) |
Construct from a Python package.
"from-import" version.
from | Python module. |
packages | packages to import (separated by commas). |
roboptim::visualization::matplotlib::Import::~Import | ( | ) |
Import destructor.
|
inline |
Return the import command.