Visual Servoing Platform  version 3.3.0 under development (2020-02-17)
QPlot Class Reference

#include </local/soft/visp/ViSP-web-script/visp/example/math/qp_plot.h>

Public Member Functions

virtual ~QPlot ()
 
 QPlot (int graphNum, int total, std::vector< std::string > legend)
 
void plot (int g, int c, int i, double t)
 
void wait ()
 

Public Attributes

vpPlotP
 

Detailed Description

Examples:
quadprog.cpp, and quadprog_eq.cpp.

Definition at line 66 of file qp_plot.h.

Constructor & Destructor Documentation

◆ ~QPlot()

virtual QPlot::~QPlot ( )
inlinevirtual

Definition at line 69 of file qp_plot.h.

References P.

◆ QPlot()

QPlot::QPlot ( int  graphNum,
int  total,
std::vector< std::string >  legend 
)
inline

Member Function Documentation

◆ plot()

void QPlot::plot ( int  g,
int  c,
int  i,
double  t 
)
inline
Examples:
quadprog.cpp, and quadprog_eq.cpp.

Definition at line 88 of file qp_plot.h.

References vpTime::measureTimeMs(), P, and vpPlot::plot().

◆ wait()

void QPlot::wait ( )
inline
Examples:
quadprog.cpp, and quadprog_eq.cpp.

Definition at line 93 of file qp_plot.h.

References vpImage< Type >::display, vpDisplay::getClick(), vpPlot::I, and P.

Member Data Documentation

◆ P

vpPlot* QPlot::P

Definition at line 97 of file qp_plot.h.

Referenced by plot(), QPlot(), wait(), and ~QPlot().