GraphWidget Class Reference
[Module GUIs/Visualizers]

#include <GraphWidget.h>

Inheritance diagram for GraphWidget:

Inheritance graph
[legend]
Collaboration diagram for GraphWidget:

Collaboration graph
[legend]

List of all members.

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)


Detailed Description

Widget for drawing a graph of Vector<3, doubles>

Definition at line 10 of file GraphWidget.h.


Constructor & Destructor Documentation

GraphWidget::GraphWidget ( size_t  maxVectors,
double  intBorder,
int  height = 100 
)

Parameters:
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]

Destructor.

Definition at line 15 of file GraphWidget.cpp.


Member Function Documentation

void GraphWidget::addData ( const Vector3d v  ) 

Parameters:
v Vector to be added to graph

Definition at line 19 of file GraphWidget.cpp.

void GraphWidget::resize ( size_t  width,
int  height 
)

resize the widget

Parameters:
width width of the widget
height height of the widget

Definition at line 26 of file GraphWidget.cpp.


The documentation for this class was generated from the following files:

Generated on Sun Nov 30 23:45:40 2008 for Modular Motion Processor by  doxygen 1.5.7.1