Static Public Member Functions
QwtClipper Class Reference

Some clipping algorithms. More...

#include <qwt_clipper.h>

List of all members.

Static Public Member Functions

static QVector< QwtIntervalclipCircle (const QRectF &, const QPointF &, double radius)
static QPolygon clipPolygon (const QRect &, const QPolygon &, bool closePolygon=false)
static QPolygon clipPolygon (const QRectF &, const QPolygon &, bool closePolygon=false)
static QPolygonF clipPolygonF (const QRectF &, const QPolygonF &, bool closePolygon=false)

Detailed Description

Some clipping algorithms.

Definition at line 25 of file qwt_clipper.h.


Member Function Documentation

QVector< QwtInterval > QwtClipper::clipCircle ( const QRectF &  clipRect,
const QPointF &  center,
double  radius 
) [static]

Circle clipping

clipCircle() divides a circle into intervals of angles representing arcs of the circle. When the circle is completely inside the clip rectangle an interval [0.0, 2 * M_PI] is returned.

Parameters:
clipRectClip rectangle
centerCenter of the circle
radiusRadius of the circle
Returns:
Arcs of the circle

Definition at line 505 of file qwt_clipper.cpp.

QPolygon QwtClipper::clipPolygon ( const QRect &  clipRect,
const QPolygon &  polygon,
bool  closePolygon = false 
) [static]

Sutherland-Hodgman polygon clipping

Parameters:
clipRectClip rectangle
polygonPolygon
closePolygonTrue, when the polygon is closed
Returns:
Clipped polygon

Definition at line 469 of file qwt_clipper.cpp.

QPolygon QwtClipper::clipPolygon ( const QRectF &  clipRect,
const QPolygon &  polygon,
bool  closePolygon = false 
) [static]

Sutherland-Hodgman polygon clipping

Parameters:
clipRectClip rectangle
polygonPolygon
closePolygonTrue, when the polygon is closed
Returns:
Clipped polygon

Definition at line 447 of file qwt_clipper.cpp.

QPolygonF QwtClipper::clipPolygonF ( const QRectF &  clipRect,
const QPolygonF &  polygon,
bool  closePolygon = false 
) [static]

Sutherland-Hodgman polygon clipping

Parameters:
clipRectClip rectangle
polygonPolygon
closePolygonTrue, when the polygon is closed
Returns:
Clipped polygon

Definition at line 485 of file qwt_clipper.cpp.


The documentation for this class was generated from the following files:


plotjuggler
Author(s): Davide Faconti
autogenerated on Fri Sep 1 2017 02:41:57