LibreOffice Module tools (master) 1
Public Member Functions | Public Attributes | List of all members
ImplPolyPolygon Struct Reference

#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::PolygonmvPolyAry
 

Detailed Description

Definition at line 56 of file poly.h.

Constructor & Destructor Documentation

◆ ImplPolyPolygon() [1/3]

ImplPolyPolygon::ImplPolyPolygon ( sal_uInt16  nInitSize)
inline

Definition at line 60 of file poly.h.

References mvPolyAry.

◆ ImplPolyPolygon() [2/3]

ImplPolyPolygon::ImplPolyPolygon ( const tools::Polygon rPoly)
inline

Definition at line 67 of file poly.h.

References tools::Polygon::GetSize(), and mvPolyAry.

◆ ImplPolyPolygon() [3/3]

ImplPolyPolygon::ImplPolyPolygon ( const basegfx::B2DPolyPolygon rPolyPolygon)

Member Function Documentation

◆ operator==()

bool ImplPolyPolygon::operator== ( ImplPolyPolygon const &  other) const
inline

Definition at line 77 of file poly.h.

References mvPolyAry.

Member Data Documentation

◆ mvPolyAry

std::vector<tools::Polygon> ImplPolyPolygon::mvPolyAry

Definition at line 58 of file poly.h.

Referenced by ImplPolyPolygon(), and operator==().


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