#include <clipper.hpp>
|
Clipper (int initOptions=0) | |
|
bool Execute (ClipType clipType, Paths &solution, PolyFillType subjFillType=pftEvenOdd, PolyFillType clipFillType=pftEvenOdd) | |
|
bool Execute (ClipType clipType, PolyTree &polytree, PolyFillType subjFillType=pftEvenOdd, PolyFillType clipFillType=pftEvenOdd) | |
|
bool ReverseSolution () | |
|
void ReverseSolution (bool value) | |
|
bool StrictlySimple () | |
|
void StrictlySimple (bool value) | |
|
~Clipper () | |
|
bool AddPath (const Path &pg, PolyType PolyTyp, bool Closed) | |
|
bool AddPaths (const Paths &ppg, PolyType PolyTyp, bool Closed) | |
|
virtual void Clear () | |
|
ClipperBase () | |
|
IntRect GetBounds () | |
|
bool PreserveCollinear () | |
|
void PreserveCollinear (bool value) | |
|
virtual ~ClipperBase () | |
|
◆ Clipper()
ClipperLib::Clipper::Clipper |
( |
int |
initOptions = 0 | ) |
|
◆ ~Clipper()
ClipperLib::Clipper::~Clipper |
( |
| ) |
|
◆ Execute() [1/2]
◆ Execute() [2/2]
◆ ExecuteInternal()
bool ClipperLib::Clipper::ExecuteInternal |
( |
| ) |
|
|
protectedvirtual |
◆ Reset()
void ClipperLib::Clipper::Reset |
( |
| ) |
|
|
protectedvirtual |
◆ ReverseSolution() [1/2]
bool ClipperLib::Clipper::ReverseSolution |
( |
| ) |
|
◆ ReverseSolution() [2/2]
void ClipperLib::Clipper::ReverseSolution |
( |
bool |
value | ) |
|
◆ StrictlySimple() [1/2]
bool ClipperLib::Clipper::StrictlySimple |
( |
| ) |
|
◆ StrictlySimple() [2/2]
void ClipperLib::Clipper::StrictlySimple |
( |
bool |
value | ) |
|
The documentation for this class was generated from the following files:
- src/Mod/Path/libarea/clipper.hpp
- src/Mod/Path/libarea/clipper.cpp