gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Face Struct Reference
Collaboration diagram for Face:

Public Member Functions

 Face (Vert *v1, Vert *v2, Vert *v3)
 
bool operator== (const Face &other) const
 
bool operator< (const Face &other) const
 

Public Attributes

Vertv [3]
 
VertV [3]
 

Detailed Description

Definition at line 142 of file delaunay3d.cpp.

Constructor & Destructor Documentation

◆ Face()

Face::Face ( Vert v1,
Vert v2,
Vert v3 
)
inline

Definition at line 145 of file delaunay3d.cpp.

Member Function Documentation

◆ operator<()

bool Face::operator< ( const Face other) const
inline

Definition at line 168 of file delaunay3d.cpp.

◆ operator==()

bool Face::operator== ( const Face other) const
inline

Definition at line 163 of file delaunay3d.cpp.

Member Data Documentation

◆ v

Vert* Face::v[3]

Definition at line 143 of file delaunay3d.cpp.

Referenced by Face(), operator<(), and operator==().

◆ V

Vert* Face::V[3]

Definition at line 144 of file delaunay3d.cpp.

Referenced by Face().


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