QGIS API Documentation
2.0.1-Dufour
|
This is the complete list of members for QgsClipper, including all inherited members.
Boundary enum name | QgsClipper | |
clipEndBottom(const double &x0, const double &y0, double &x1, double &y1, double yMin) | QgsClipper | inlineprivatestatic |
clipEndLeft(const double &x0, const double &y0, double &x1, double &y1, double xMin) | QgsClipper | inlineprivatestatic |
clipEndRight(const double &x0, const double &y0, double &x1, double &y1, double xMax) | QgsClipper | inlineprivatestatic |
clipEndTop(const double &x0, const double &y0, double &x1, double &y1, double yMax) | QgsClipper | inlineprivatestatic |
clipLineSegment(double xLeft, double xRight, double yBottom, double yTop, double &x0, double &y0, double &x1, double &y1) | QgsClipper | inlineprivatestatic |
clippedLineWKB(const unsigned char *wkb, const QgsRectangle &clipExtent, QPolygonF &line) | QgsClipper | static |
clipStartBottom(double &x0, double &y0, const double &x1, const double &y1, double yMin) | QgsClipper | inlineprivatestatic |
clipStartLeft(double &x0, double &y0, const double &x1, const double &y1, double xMin) | QgsClipper | inlineprivatestatic |
clipStartRight(double &x0, double &y0, const double &x1, const double &y1, double xMax) | QgsClipper | inlineprivatestatic |
clipStartTop(double &x0, double &y0, const double &x1, const double &y1, double yMax) | QgsClipper | inlineprivatestatic |
connectSeparatedLines(double x0, double y0, double x1, double y1, const QgsRectangle &clipRect, QPolygonF &pts) | QgsClipper | privatestatic |
inside(const double x, const double y, Boundary b) | QgsClipper | inlineprivatestatic |
inside(const QPointF &pt, Boundary b, double val) | QgsClipper | inlineprivatestatic |
intersect(const double x1, const double y1, const double x2, const double y2, Boundary b) | QgsClipper | inlineprivatestatic |
intersectRect(const QPointF &pt1, const QPointF &pt2, Boundary b, const QgsRectangle &rect) | QgsClipper | inlineprivatestatic |
MAX_X | QgsClipper | static |
MAX_Y | QgsClipper | static |
MIN_X | QgsClipper | static |
MIN_Y | QgsClipper | static |
SMALL_NUM | QgsClipper | privatestatic |
trimFeature(QVector< double > &x, QVector< double > &y, bool shapeOpen) | QgsClipper | inlinestatic |
trimFeatureToBoundary(const QVector< double > &inX, const QVector< double > &inY, QVector< double > &outX, QVector< double > &outY, Boundary b, bool shapeOpen) | QgsClipper | inlineprivatestatic |
trimPolygon(QPolygonF &pts, const QgsRectangle &clipRect) | QgsClipper | inlinestatic |
trimPolygonToBoundary(const QPolygonF &inPts, QPolygonF &outPts, const QgsRectangle &rect, Boundary b, double boundaryValue) | QgsClipper | inlineprivatestatic |
XMax enum value | QgsClipper | |
XMin enum value | QgsClipper | |
YMax enum value | QgsClipper | |
YMin enum value | QgsClipper |