#include <GraphWidget.h>
Public Member Functions | |
GraphWidget (size_t maxVectors, double intBorder, int height=100) | |
virtual | ~GraphWidget () |
Destructor. | |
void | addData (const Vector3d &v) |
void | resize (size_t width, int height) |
Definition at line 10 of file GraphWidget.h.
GraphWidget::GraphWidget | ( | size_t | maxVectors, | |
double | intBorder, | |||
int | height = 100 | |||
) |
maxVectors | maximum number of vectors shown in graph | |
intBorder | interval borders -> values are in [-intBorder, intBorder] | |
height | the height of the widget |
Definition at line 5 of file GraphWidget.cpp.
GraphWidget::~GraphWidget | ( | ) | [virtual] |
void GraphWidget::addData | ( | const Vector3d & | v | ) |
void GraphWidget::resize | ( | size_t | width, | |
int | height | |||
) |
resize the widget
width | width of the widget | |
height | height of the widget |
Definition at line 26 of file GraphWidget.cpp.