![]() |
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 | |
![]() | |
virtual | ~Plot () |
Destructor. | |
Additional Inherited Members | |
![]() | |
typedef rw::core::Ptr< Plot > | Ptr |
Smart pointer type. | |
![]() | |
Plot () | |
Constructor. | |
MathGL based implementation of a plot.