Visual Servoing Platform
version 3.5.0 under development (2022-02-15)
|
This is the complete list of members for vpPlot, including all inherited members.
getPixelValue(bool block) | vpPlot | |
I | vpPlot | |
init(unsigned int nbGraph, unsigned int height=700, unsigned int width=700, int x=-1, int y=-1, const std::string &title="") | vpPlot | |
initGraph(unsigned int graphNum, unsigned int curveNbr) | vpPlot | |
initRange(unsigned int graphNum, double xmin, double xmax, double ymin, double ymax) | vpPlot | |
initRange(unsigned int graphNum, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) | vpPlot | |
navigate(void) | vpPlot | |
plot(unsigned int graphNum, unsigned int curveNum, double x, double y) | vpPlot | |
plot(unsigned int graphNum, double x, const vpColVector &v_y) | vpPlot | |
plot(unsigned int graphNum, double x, const vpRowVector &v_y) | vpPlot | |
plot(unsigned int graphNum, double x, const vpPoseVector &v_y) | vpPlot | |
plot(unsigned int graphNum, double x, const vpTranslationVector &v_y) | vpPlot | |
plot(unsigned int graphNum, double x, const vpRotationVector &v_y) | vpPlot | |
plot(unsigned int graphNum, unsigned int curveNum, double x, double y, double z) | vpPlot | |
plot(unsigned int graphNum, double x, const vpColVector &v_y, const vpColVector &v_z) | vpPlot | |
resetPointList(unsigned int graphNum) | vpPlot | |
resetPointList(unsigned int graphNum, unsigned int curveNum) | vpPlot | |
saveData(unsigned int graphNum, const std::string &dataFile, const std::string &title_prefix="") | vpPlot | |
setColor(unsigned int graphNum, unsigned int curveNum, vpColor color) | vpPlot | |
setFont(const std::string &font) | vpPlot | inline |
setGraphThickness(unsigned int graphNum, unsigned int thickness) | vpPlot | |
setGridThickness(unsigned int graphNum, unsigned int thickness) | vpPlot | |
setLegend(unsigned int graphNum, unsigned int curveNum, const std::string &legend) | vpPlot | |
setThickness(unsigned int graphNum, unsigned int curveNum, unsigned int thickness) | vpPlot | |
setTitle(unsigned int graphNum, const std::string &title) | vpPlot | |
setUnitX(unsigned int graphNum, const std::string &unitx) | vpPlot | |
setUnitY(unsigned int graphNum, const std::string &unity) | vpPlot | |
setUnitZ(unsigned int graphNum, const std::string &unitz) | vpPlot | |
vpPlot() | vpPlot | |
vpPlot(unsigned int nbGraph, unsigned int height=700, unsigned int width=700, int x=-1, int y=-1, const std::string &title="") | vpPlot | |
~vpPlot() | vpPlot | virtual |