11 #ifndef GUI_MENU_UNIFORM_NEIGHBORS_H_
12 #define GUI_MENU_UNIFORM_NEIGHBORS_H_
14 #include <QMainWindow>
15 #include "ui_UniformNeighborsMenu.h"
17 class Menu_uniform_neighbors :
public QDialog,
public Ui::UniformMenu {
24 Menu_uniform_neighbors(QMainWindow* parent_);
26 void connectActions(QMainWindow* parent);
29 void send_compute_uniform_neighbors();
30 void update_alpha(
double alpha);
34 void compute_uniform_neighbors(
double alpha);