#include <links.h>

Public Member Functions | |
| void | addPlane (vector< int > cols, Data &dataSet, planeBase &plane, int type) |
| void | removePlane (planeBase &plane) |
| void | render () |
Public Attributes | |
| planeAdmin * | masterPlane |
adds a new plane to the Linkmanager
| cols | choosen columns of the plane | |
| dataset | the loaded dataset | |
| plane | the new plane | |
| type | the type of the plane |
| void links::removePlane | ( | planeBase & | plane | ) |
removes a plane from the Linkmanager
| plane | the plane to remove |
| void links::render | ( | ) |
renders the links
pointer to the planeAdmin which stores all planes
1.5.4