mirror of https://github.com/CGAL/cgal
parent
9c331bfcb7
commit
32a5519e5f
|
|
@ -41,7 +41,7 @@ private:
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
QTriangulationCircumcenter_2<T>::QTriangulationCircumcenter_2(QGraphicsScene* s,
|
QTriangulationCircumcenter_2<T>::QTriangulationCircumcenter_2(QGraphicsScene* s,
|
||||||
T * dt_
|
T * dt_,
|
||||||
QObject* parent)
|
QObject* parent)
|
||||||
: QtInput(parent), dt(dt_), scene_(s)
|
: QtInput(parent), dt(dt_), scene_(s)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ public:
|
||||||
typedef typename DT::Vertex_handle Vertex_handle;
|
typedef typename DT::Vertex_handle Vertex_handle;
|
||||||
typedef typename DT::Point Point;
|
typedef typename DT::Point Point;
|
||||||
|
|
||||||
QTriangulationMovingPoint_2(DT * dt_);
|
QTriangulationMovingPoint_2(DT * dt_, QObject* parent);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void localize_and_insert_point(QPointF qt_point);
|
void localize_and_insert_point(QPointF qt_point);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue