\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.4 - CGAL and the Qt Graphics View Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Qt::ConstrainedTriangulationGraphicsItem< CT > Class Template Reference

#include <CGAL/Qt/ConstrainedTriangulationGraphicsItem.h>

Inherits from

CGAL::Qt::TriangulationGraphicsItem< T >.

Definition

An object of type ConstrainedTriangulationGraphicsItem is a graphics item that encapsulates a constrained triangulation.

Template Parameters
CTmust be a CGAL 2D constrained triangulation class.

Creation

 ConstrainedTriangulationGraphicsItem (CT *ct)
 Constructs a graphics item for triangulation ct. More...
 

Operations

QPen constraintsPen ()() const
 Returns the pen used to draw constraints. More...
 
void setConstraintsPen ()(const QPen &p)
 Sets the pen used to draw constraints. More...
 

Constructor & Destructor Documentation

Constructs a graphics item for triangulation ct.

Member Function Documentation

template<typename CT >
QPen CGAL::Qt::ConstrainedTriangulationGraphicsItem< CT >::constraintsPen ( ) const

Returns the pen used to draw constraints.

template<typename CT >
void CGAL::Qt::ConstrainedTriangulationGraphicsItem< CT >::setConstraintsPen ( ) const

Sets the pen used to draw constraints.