LibreOffice Module basegfx (master) 1
|
Helper class to transport PointIndices to a PolyPolygon, with an operator< for convenient sorting in a std::set usage. More...
#include <b2dpolypolygontools.hxx>
Public Member Functions | |
PointIndex (sal_uInt32 nPolygonIndex, sal_uInt32 nPointIndex) | |
sal_uInt32 | getPolygonIndex () const |
sal_uInt32 | getPointIndex () const |
bool | operator< (const PointIndex &rComp) const |
Private Attributes | |
sal_uInt32 | mnPolygonIndex |
sal_uInt32 | mnPointIndex |
Helper class to transport PointIndices to a PolyPolygon, with an operator< for convenient sorting in a std::set usage.
Definition at line 99 of file b2dpolypolygontools.hxx.
|
inline |
Definition at line 106 of file b2dpolypolygontools.hxx.
|
inline |
Definition at line 112 of file b2dpolypolygontools.hxx.
Referenced by operator<().
|
inline |
Definition at line 111 of file b2dpolypolygontools.hxx.
Referenced by operator<().
bool basegfx::utils::PointIndex::operator< | ( | const PointIndex & | rComp | ) | const |
Definition at line 65 of file b2dsvgpolypolygon.cxx.
References getPointIndex(), and getPolygonIndex().
|
private |
Definition at line 103 of file b2dpolypolygontools.hxx.
|
private |
Definition at line 102 of file b2dpolypolygontools.hxx.