Home
last modified time | relevance | path

Searched refs:vpPlot (Results 1 – 25 of 34) sorted by relevance

12

/dports/misc/visp/visp-3.4.0/modules/gui/src/plot/
H A DvpPlot.cpp61 vpPlot::vpPlot() : I(), display(NULL), graphNbr(1), graphList(NULL), margei(30), margej(40), factor… in vpPlot() function in vpPlot
81 vpPlot::vpPlot(unsigned int graph_nbr, unsigned int height, unsigned int width, int x, in vpPlot() function in vpPlot
130 vpPlot::~vpPlot() in ~vpPlot()
151 void vpPlot::initNbGraph(unsigned int nbGraph) in initNbGraph()
269 void vpPlot::displayGrid() in displayGrid()
439 void vpPlot::navigate() in navigate()
476 void vpPlot::getPixelValue(bool block) in getPixelValue()
498 void vpPlot::setTitle(unsigned int graphNum, const std::string &title) in setTitle()
510 void vpPlot::setUnitX(unsigned int graphNum, const std::string &unitx) in setUnitX()
522 void vpPlot::setUnitY(unsigned int graphNum, const std::string &unity) in setUnitY()
[all …]
/dports/misc/visp/visp-3.4.0/modules/gui/include/visp3/gui/
H A DvpPlot.h115 class VISP_EXPORT vpPlot
149 vpPlot();
150 vpPlot(unsigned int nbGraph, unsigned int height = 700, unsigned int width = 700, int x = -1,
152 virtual ~vpPlot();
/dports/misc/visp/visp-3.4.0/doc/tutorial/misc/
H A Dtutorial-plotter.dox26 #include <visp3/core/vpPlot.h>
29 Include the header of the vpPlot class that allows curves drawing.
33 vpPlot plotter(2, 250*2, 500, 100, 200, "Real time curves plotter");
36vpPlot class is only possible if ViSP is build with a 3rd party that allows display capabilities; …
/dports/misc/visp/visp-3.4.0/example/math/
H A Dqp_plot.h73 P = new vpPlot(graphNum, 700, 700, 100, 200, "Resolution time"); in QPlot()
98 vpPlot* P;
/dports/misc/visp/visp-3.4.0/modules/sensor/test/force-torque/
H A DtestForceTorqueIitSensor.cpp72 vpPlot *plotter = NULL; in main()
74 plotter = new vpPlot(2, 700, 700, 100, 200, "Curves..."); in main()
H A DtestForceTorqueAtiNetFTSensor.cpp88 vpPlot *plotter = NULL; in main()
90 plotter = new vpPlot(2, 700, 700, 100, 200, "Curves..."); in main()
H A DtestComedi.cpp61 vpPlot scope(1, 700, 700, 100, 200, in main()
/dports/misc/visp/visp-3.4.0/modules/vs/test/visual-feature/
H A DtestFeatureSegment.cpp183 vpPlot *graph = NULL; in main()
186 graph = new vpPlot(2, 500, 500, 700, 10, "Curves..."); in main()
/dports/misc/visp/visp-3.4.0/example/tools/
H A Dplot2d.cpp55 vpPlot plot(2, 700, 700, 100, 200, "Curves..."); in main()
H A Dplot3d.cpp54 vpPlot plot(1); in main()
/dports/misc/visp/visp-3.4.0/tutorial/visual-servo/ibvs/
H A Dtutorial-ibvs-4pts-plotter.cpp40 vpPlot plotter(2, 250 * 2, 500, 100, 200, "Real time curves plotter"); in main()
H A Dtutorial-ibvs-4pts-plotter-continuous-gain-adaptive.cpp42 vpPlot plotter(2, 250 * 2, 500, 100, 200, "Real time curves plotter"); in main()
H A Dtutorial-ibvs-4pts-plotter-gain-adaptive.cpp42 vpPlot plotter(2, 250 * 2, 500, 100, 200, "Real time curves plotter"); in main()
/dports/devel/R-cran-vcd/vcd/R/
H A Dstrucplot.R292 vpPlot <- vpStack(viewport(layout.pos.col = 2, layout.pos.row = 3), functionVar
330 vpCornerBL, vpCornerBR, vpPlot, vpSub))
/dports/misc/visp/visp-3.4.0/demo/wireframe-simulator/
H A DservoSimuCylinder.cpp200 vpPlot *plotter = NULL; in main()
250 plotter = new vpPlot(2, 480, 640, 750, 550, "Real time curves plotter"); in main()
H A DservoSimuSphere.cpp260 vpPlot *plotter = NULL; in main()
320 plotter = new vpPlot(2, 480, 640, 750, 550, "Real time curves plotter"); in main()
/dports/misc/visp/visp-3.4.0/tutorial/robot/pioneer/
H A Dtutorial-simu-pioneer-pan.cpp102 vpPlot graph(3, 800, 500, 400, 10, "Curves..."); in main()
H A Dtutorial-simu-pioneer-continuous-gain-adaptive.cpp79 vpPlot graph(3, 800, 500, 400, 10, "Curves..."); in main()
H A Dtutorial-simu-pioneer-continuous-gain-constant.cpp79 vpPlot graph(3, 800, 500, 400, 10, "Curves..."); in main()
H A Dtutorial-simu-pioneer.cpp79 vpPlot graph(3, 800, 500, 400, 10, "Curves..."); in main()
/dports/misc/visp/visp-3.4.0/example/moments/image/
H A DservoMomentImage.cpp266 vpPlot ViSP_plot; in execute()
378 void init_visp_plot(vpPlot &ViSP_plot) in init_visp_plot()
/dports/misc/visp/visp-3.4.0/example/moments/points/
H A DservoMomentPoints.cpp250 vpPlot ViSP_plot; in execute()
380 void init_visp_plot(vpPlot &ViSP_plot) in init_visp_plot()
/dports/misc/visp/visp-3.4.0/example/moments/polygon/
H A DservoMomentPolygon.cpp244 vpPlot ViSP_plot; in execute()
371 void init_visp_plot(vpPlot &ViSP_plot) in init_visp_plot()
/dports/misc/visp/visp-3.4.0/example/servo-franka/
H A DservoFrankaPBVS.cpp227 vpPlot *plotter = nullptr; in main()
231 …plotter = new vpPlot(2, static_cast<int>(250 * 2), 500, static_cast<int>(I.getWidth()) + 80, 10, "… in main()
H A DservoFrankaIBVS.cpp235 vpPlot *plotter = nullptr; in main()
239 …plotter = new vpPlot(2, static_cast<int>(250 * 2), 500, static_cast<int>(I.getWidth()) + 80, 10, "… in main()

12