ClipperLib::PolyTree Class Reference
#include <clipper.hpp>
Public Member Functions | |
void | Clear () |
PolyNode * | GetFirst () const |
int | Total () const |
~PolyTree () | |
Public Member Functions inherited from ClipperLib::PolyNode | |
int | ChildCount () const |
PolyNode * | GetNext () const |
bool | IsHole () const |
bool | IsOpen () const |
PolyNode () | |
virtual | ~PolyNode () |
Friends | |
class | Clipper |
Additional Inherited Members | |
Public Attributes inherited from ClipperLib::PolyNode | |
PolyNodes | Childs |
Path | Contour |
PolyNode * | Parent |
Constructor & Destructor Documentation
◆ ~PolyTree()
ClipperLib::PolyTree::~PolyTree | ( | ) |
References Clear().
Member Function Documentation
◆ Clear()
void ClipperLib::PolyTree::Clear | ( | ) |
References ClipperLib::PolyNode::Parent.
Referenced by ClipperLib::PointCount(), and ~PolyTree().
◆ GetFirst()
PolyNode * ClipperLib::PolyTree::GetFirst | ( | ) | const |
◆ Total()
int ClipperLib::PolyTree::Total | ( | ) | const |
Friends And Related Function Documentation
◆ Clipper
The documentation for this class was generated from the following files:
- src/Mod/Path/libarea/clipper.hpp
- src/Mod/Path/libarea/clipper.cpp