|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
#include <clipper.h>
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 |
|
inline |
| void ClipperLib::PolyTree::Clear | ( | ) |
| PolyNode* ClipperLib::PolyTree::GetFirst | ( | ) | const |
| int ClipperLib::PolyTree::Total | ( | ) | const |