#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 |
ClipperLib::PolyTree::~PolyTree | ( | ) |
References Clear().
void ClipperLib::PolyTree::Clear | ( | void | ) |
References ClipperLib::PolyNode::Childs.
Referenced by ClipperLib::ClipperOffset::Execute(), and ~PolyTree().
PolyNode * ClipperLib::PolyTree::GetFirst | ( | ) | const |
References ClipperLib::PolyNode::Childs.
int ClipperLib::PolyTree::Total | ( | ) | const |