#include <CGAL/Qt/ConstrainedTriangulationGraphicsItem.h>
The template parameter of Qt::ConstrainedTriangulationGraphicsItem<CT> must be a Cgal 2D constrained triangulation class.
Qt::ConstrainedTriangulationGraphicsItem<CT> ctgi ( CT* ct); | |
Constructs
a graphics item for triangulation ct.
|
QPen | ctgi.constraintsPen() () const | Returns the pen used to draw constraints. |
void | ctgi.setConstraintsPen() ( QPen p) | |
Sets the pen used to draw constraints. |