nndeploy C++ API  0.2.0
nndeploy C++ API
Public Member Functions | Friends | List of all members
ClipperLib::PolyTree Class Reference

#include <clipper.h>

Inheritance diagram for ClipperLib::PolyTree:
[legend]
Collaboration diagram for ClipperLib::PolyTree:
[legend]

Public Member Functions

void Clear ()
 
PolyNodeGetFirst () const
 
int Total () const
 
 ~PolyTree ()
 
- Public Member Functions inherited from ClipperLib::PolyNode
int ChildCount () const
 
PolyNodeGetNext () 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
 
PolyNodeParent
 

Detailed Description

Definition at line 171 of file clipper.h.

Constructor & Destructor Documentation

◆ ~PolyTree()

ClipperLib::PolyTree::~PolyTree ( )
inline

Definition at line 173 of file clipper.h.

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void ClipperLib::PolyTree::Clear ( )

◆ GetFirst()

PolyNode* ClipperLib::PolyTree::GetFirst ( ) const

◆ Total()

int ClipperLib::PolyTree::Total ( ) const

Friends And Related Function Documentation

◆ Clipper

friend class Clipper
friend

Definition at line 181 of file clipper.h.


The documentation for this class was generated from the following file: