mirror of https://github.com/CGAL/cgal
robust kernel,bg color, point input
This commit is contained in:
parent
5a9a1f1f75
commit
619ead9a9c
|
|
@ -21,8 +21,7 @@
|
||||||
#ifndef CGAL_QT_WIDGET_TOOLBAR_H
|
#ifndef CGAL_QT_WIDGET_TOOLBAR_H
|
||||||
#define CGAL_QT_WIDGET_TOOLBAR_H
|
#define CGAL_QT_WIDGET_TOOLBAR_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||||
#include <CGAL/Cartesian.h>
|
|
||||||
|
|
||||||
|
|
||||||
// TODO: check if some of those includes shouldn't be in the .C file
|
// TODO: check if some of those includes shouldn't be in the .C file
|
||||||
|
|
@ -36,7 +35,7 @@
|
||||||
#include <qbuttongroup.h>
|
#include <qbuttongroup.h>
|
||||||
#include <qmainwindow.h>
|
#include <qmainwindow.h>
|
||||||
|
|
||||||
typedef CGAL::Cartesian<double> Rp;
|
typedef CGAL::Exact_predicates_inexact_constructions_kernel Rp;
|
||||||
typedef Rp::Point_2 Point_2;
|
typedef Rp::Point_2 Point_2;
|
||||||
|
|
||||||
class Tools_toolbar : public QToolBar
|
class Tools_toolbar : public QToolBar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue