v0.14.0
Public Attributes | List of all members
ClipperLib::TEdge Struct Reference
Collaboration diagram for ClipperLib::TEdge:
[legend]

Public Attributes

IntPoint Bot
 
IntPoint Curr
 
IntPoint Top
 
double Dx
 
PolyType PolyTyp
 
EdgeSide Side
 
int WindDelta
 
int WindCnt
 
int WindCnt2
 
int OutIdx
 
TEdgeNext
 
TEdgePrev
 
TEdgeNextInLML
 
TEdgeNextInAEL
 
TEdgePrevInAEL
 
TEdgeNextInSEL
 
TEdgePrevInSEL
 

Detailed Description

Definition at line 102 of file clipper.cpp.

Member Data Documentation

◆ Bot

IntPoint ClipperLib::TEdge::Bot

Definition at line 103 of file clipper.cpp.

◆ Curr

IntPoint ClipperLib::TEdge::Curr

Definition at line 104 of file clipper.cpp.

◆ Dx

double ClipperLib::TEdge::Dx

Definition at line 106 of file clipper.cpp.

◆ Next

TEdge* ClipperLib::TEdge::Next

Definition at line 113 of file clipper.cpp.

◆ NextInAEL

TEdge* ClipperLib::TEdge::NextInAEL

Definition at line 116 of file clipper.cpp.

◆ NextInLML

TEdge* ClipperLib::TEdge::NextInLML

Definition at line 115 of file clipper.cpp.

◆ NextInSEL

TEdge* ClipperLib::TEdge::NextInSEL

Definition at line 118 of file clipper.cpp.

◆ OutIdx

int ClipperLib::TEdge::OutIdx

Definition at line 112 of file clipper.cpp.

◆ PolyTyp

PolyType ClipperLib::TEdge::PolyTyp

Definition at line 107 of file clipper.cpp.

◆ Prev

TEdge* ClipperLib::TEdge::Prev

Definition at line 114 of file clipper.cpp.

◆ PrevInAEL

TEdge* ClipperLib::TEdge::PrevInAEL

Definition at line 117 of file clipper.cpp.

◆ PrevInSEL

TEdge* ClipperLib::TEdge::PrevInSEL

Definition at line 119 of file clipper.cpp.

◆ Side

EdgeSide ClipperLib::TEdge::Side

Definition at line 108 of file clipper.cpp.

◆ Top

IntPoint ClipperLib::TEdge::Top

Definition at line 105 of file clipper.cpp.

◆ WindCnt

int ClipperLib::TEdge::WindCnt

Definition at line 110 of file clipper.cpp.

◆ WindCnt2

int ClipperLib::TEdge::WindCnt2

Definition at line 111 of file clipper.cpp.

◆ WindDelta

int ClipperLib::TEdge::WindDelta

Definition at line 109 of file clipper.cpp.


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