#include <SmootherGUI.h>
Public Member Functions | |
SmootherGUI (Smoother *module) | |
virtual void | init () |
virtual void | destroy () |
void | addData (const Vector3d &v) |
Definition at line 15 of file SmootherGUI.h.
SmootherGUI::SmootherGUI | ( | Smoother * | module | ) |
module | Pointer to module for which the gui is for |
Definition at line 3 of file SmootherGUI.cpp.
void SmootherGUI::addData | ( | const Vector3d & | v | ) |
Add Data to Graph
v | Vector to be added to graph |
Definition at line 34 of file SmootherGUI.cpp.
void SmootherGUI::destroy | ( | ) | [virtual] |
void SmootherGUI::init | ( | ) | [virtual] |