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

Public Member Functions

 conn ()
 
 conn (Face _f, int _i, Tet *_t)
 
bool operator== (const conn &c) const
 
bool operator< (const conn &c) const
 

Public Attributes

Face f
 
int i
 
Tett
 

Detailed Description

Definition at line 257 of file delaunay3d.cpp.

Constructor & Destructor Documentation

◆ conn() [1/2]

conn::conn ( )
inline

Definition at line 261 of file delaunay3d.cpp.

◆ conn() [2/2]

conn::conn ( Face  _f,
int  _i,
Tet _t 
)
inline

Definition at line 262 of file delaunay3d.cpp.

Member Function Documentation

◆ operator<()

bool conn::operator< ( const conn c) const
inline

Definition at line 264 of file delaunay3d.cpp.

Here is the call graph for this function:

◆ operator==()

bool conn::operator== ( const conn c) const
inline

Definition at line 263 of file delaunay3d.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ f

Face conn::f

Definition at line 258 of file delaunay3d.cpp.

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

◆ i

int conn::i

Definition at line 259 of file delaunay3d.cpp.

◆ t

Tet* conn::t

Definition at line 260 of file delaunay3d.cpp.


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