gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
EdgeToRecover Struct Reference

#include <BDS.h>

Collaboration diagram for EdgeToRecover:

Public Member Functions

 EdgeToRecover (int _p1, int _p2, GEdge *_ge)
 
bool operator< (const EdgeToRecover &other) const
 

Public Attributes

int p1
 
int p2
 
GEdgege
 

Detailed Description

Definition at line 316 of file BDS.h.

Constructor & Destructor Documentation

◆ EdgeToRecover()

EdgeToRecover::EdgeToRecover ( int  _p1,
int  _p2,
GEdge _ge 
)
inline

Definition at line 319 of file BDS.h.

Member Function Documentation

◆ operator<()

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

Definition at line 330 of file BDS.h.

Member Data Documentation

◆ ge

GEdge* EdgeToRecover::ge

Definition at line 318 of file BDS.h.

◆ p1

int EdgeToRecover::p1

Definition at line 317 of file BDS.h.

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

◆ p2

int EdgeToRecover::p2

Definition at line 317 of file BDS.h.

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


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