#include <CGAL/Qt/Converter.h>
Qt::Converter<K> c ( QRectF clippingRect); | |
The clipping rect is used for unbounded Cgal objects.
|
QRectF | c ( Bbox_2 ) | Converts a bounding box. |
QPointF | c ( K::Point_2 ) | Converts a point. |
QLineF | c ( K::Segment_2 ) | Converts a segment. |
QLineF | c ( K::Ray_2 ) | Clips the ray and converts the resulting segment. |
QLineF | c ( K::Line_2 ) | Clips the line and converts the resulting segment. |
QPolygonF | c ( K::Triangle_2 ) | Converts a triangle. |
QRectF | c ( K::Iso_rectangle_2 ) | Converts an iso rectangle. |
QPolygonF | c ( std::list<K::Point_2> ) | Converts a list of points to a polygon. |
K::Point_2 | c ( QPointF ) | Converts a point. |
K::Segment_2 | c ( QLineF ) | Converts a segment. |
K::Iso_rectangle_2 | c ( QRectF ) | Converts an iso rectangle. |
std::list<K::Point_2> | c ( QPolygonF ) | Converts a polygon to a list of points. |