![]() |
RobWorkProject
23.9.11-
|
MathGL based implementation of a plot. More...
#include <MathGLPlot.hpp>
Inherits Plot.
Public Member Functions | |
| MathGLPlot () | |
| Constructor. | |
| virtual | ~MathGLPlot () |
| Destructor. | |
| virtual void | listPlot (const std::vector< double > &x, const std::vector< double > &y, const std::string &title="", const std::string &xlabel="", const std::string &ylabel="") |
| @coypdoc Plot::listPlot | |
| virtual rw::core::Ptr< rw::sensor::Image > | render (unsigned int width, unsigned int height) |
| @coypdoc Plot::render | |
Public Member Functions inherited from Plot | |
| virtual | ~Plot () |
| Destructor. | |
Additional Inherited Members | |
Public Types inherited from Plot | |
| typedef rw::core::Ptr< Plot > | Ptr |
| Smart pointer type. | |
Protected Member Functions inherited from Plot | |
| Plot () | |
| Constructor. | |
MathGL based implementation of a plot.