|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <closestVertex.h>
Public Member Functions | |
| closestVertexFinder (GEntity *ge, bool includeClosure) | |
| ~closestVertexFinder () | |
| MVertex * | operator() (const SPoint3 &p) |
| MVertex * | operator() (const SPoint3 &p, const std::vector< double > &tfo) |
| unsigned int | getNbVtcs () const |
Private Attributes | |
| unsigned int | nbVtcs |
Definition at line 26 of file closestVertex.h.
| closestVertexFinder::closestVertexFinder | ( | GEntity * | ge, |
| bool | includeClosure | ||
| ) |
| closestVertexFinder::~closestVertexFinder | ( | ) |
Definition at line 40 of file closestVertex.cpp.
|
inline |
Definition at line 46 of file closestVertex.h.
Referenced by GEntity::updateCorrespondingVertices().

|
private |
Definition at line 35 of file closestVertex.h.
Referenced by closestVertexFinder(), getNbVtcs(), operator()(), and ~closestVertexFinder().