Visual Servoing Platform  version 3.3.0
QPlot Class Reference

#include <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 65 of file qp_plot.h.

Constructor & Destructor Documentation

◆ ~QPlot()

virtual QPlot::~QPlot ( )
inlinevirtual

Definition at line 68 of file qp_plot.h.

◆ QPlot()

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

Definition at line 69 of file qp_plot.h.

References P.

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 87 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 92 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 96 of file qp_plot.h.

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