|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
#include "graph_layout.h"
Go to the source code of this file.
Functions | |
| void | graph_layout_step (GraphLayoutData &data, bool vert_pressed, int vert_ind, LandmarkModel &lm, float time) |
| One iteration step of the landmark layouting algorithm. More... | |
| void graph_layout_step | ( | GraphLayoutData & | data, |
| bool | vert_pressed, | ||
| int | vert_ind, | ||
| LandmarkModel & | lm, | ||
| float | time | ||
| ) |
One iteration step of the landmark layouting algorithm.
| data | Data of the layouting algorithm. |
| mouse | Coordinations of the mouse. |
| lm | Landmark model. |
| time | Time duration of the last frame. |
Definition at line 25 of file graph_layout.cpp.

