#include <Shapes.h>
| rdf::Polygon::Polygon |
( |
const QPolygonF & |
polygon = QPolygonF() | ) |
|
| QPolygonF rdf::Polygon::closedPolygon |
( |
| ) |
const |
| bool rdf::Polygon::contains |
( |
const Vector2D & |
pt | ) |
const |
| void rdf::Polygon::draw |
( |
QPainter & |
p | ) |
const |
| Polygon rdf::Polygon::fromCvPoints |
( |
const std::vector< cv::Point2d > & |
pts | ) |
|
|
static |
| Polygon rdf::Polygon::fromCvPoints |
( |
const std::vector< cv::Point2f > & |
pts | ) |
|
|
static |
| Polygon rdf::Polygon::fromCvPoints |
( |
const std::vector< cv::Point > & |
pts | ) |
|
|
static |
| bool rdf::Polygon::isEmpty |
( |
| ) |
const |
| void rdf::Polygon::operator<< |
( |
const QPointF & |
pt | ) |
|
|
inline |
| void rdf::Polygon::operator<< |
( |
const Vector2D & |
pt | ) |
|
|
inline |
| QPolygonF rdf::Polygon::polygon |
( |
| ) |
const |
| void rdf::Polygon::read |
( |
const QString & |
pointList | ) |
|
| void rdf::Polygon::scale |
( |
double |
factor | ) |
|
| void rdf::Polygon::setPolygon |
( |
const QPolygonF & |
polygon | ) |
|
| int rdf::Polygon::size |
( |
| ) |
const |
| QVector< Vector2D > rdf::Polygon::toPoints |
( |
| ) |
const |
| void rdf::Polygon::translate |
( |
const QPointF & |
offset | ) |
|
| QString rdf::Polygon::write |
( |
| ) |
const |
| QPolygonF rdf::Polygon::mPoly |
|
protected |
The documentation for this class was generated from the following files: