53 #ifndef ACG_QTCOORDFRAMEDIALOG_HH 54 #define ACG_QTCOORDFRAMEDIALOG_HH 60 #include "ui_QtCoordFrameDialogUi.h" 61 #include "../Math/VectorT.hh" 97 Qt::WindowFlags fl = Qt::Widget );
120 void apply_changes();
125 void update_values();
127 void combo2planes(
const QComboBox* _combo,
128 std::vector<float>& _planes);
129 void planes2combo(
const std::vector<float>& _planes,
137 std::vector<float> x_planes_bak_;
138 std::vector<float> y_planes_bak_;
139 std::vector<float> z_planes_bak_;
141 Ui::QtCoordFrameDialogUi ui_;
149 #endif // ACG_QTCOORDFRAMEDIALOG_HH defined Namespace providing different geometric functions concerning angles.