LibreOffice Module tools (master) 1
|
#include <poly.h>
Public Member Functions | |
ImplPolyPolygon (sal_uInt16 nInitSize) | |
ImplPolyPolygon (const tools::Polygon &rPoly) | |
ImplPolyPolygon (const basegfx::B2DPolyPolygon &rPolyPolygon) | |
bool | operator== (ImplPolyPolygon const &other) const |
Public Attributes | |
std::vector< tools::Polygon > | mvPolyAry |
|
inline |
|
inline |
Definition at line 67 of file poly.h.
References tools::Polygon::GetSize(), and mvPolyAry.
ImplPolyPolygon::ImplPolyPolygon | ( | const basegfx::B2DPolyPolygon & | rPolyPolygon | ) |
Definition at line 500 of file poly2.cxx.
References a, basegfx::B2DPolyPolygon::count(), DBG_ASSERT, basegfx::B2DPolyPolygon::getB2DPolygon(), mvPolyAry, and nCount.
|
inline |
std::vector<tools::Polygon> ImplPolyPolygon::mvPolyAry |
Definition at line 58 of file poly.h.
Referenced by ImplPolyPolygon(), and operator==().