gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Public Member Functions | |
edgeContainerB (std::size_t N=1000000) | |
std::size_t | H (const MEdge &e) const |
bool | find (const MEdge &e) const |
bool | empty () const |
bool | addNewEdge (const MEdge &e) |
Public Attributes | |
std::vector< std::vector< MEdge > > | _hash |
std::size_t | _size |
std::size_t | _size_obj |
Definition at line 78 of file meshGRegionDelaunayInsertion.cpp.
|
inline |
Definition at line 82 of file meshGRegionDelaunayInsertion.cpp.
|
inline |
Definition at line 101 of file meshGRegionDelaunayInsertion.cpp.
Referenced by createAllEmbeddedEdges().
|
inline |
Definition at line 99 of file meshGRegionDelaunayInsertion.cpp.
Referenced by insertVerticesInRegion(), and isCavityCompatibleWithEmbeddedEdges().
|
inline |
Definition at line 93 of file meshGRegionDelaunayInsertion.cpp.
Referenced by isCavityCompatibleWithEmbeddedEdges().
|
inline |
Definition at line 87 of file meshGRegionDelaunayInsertion.cpp.
Referenced by addNewEdge(), and find().
std::vector<std::vector<MEdge> > edgeContainerB::_hash |
Definition at line 79 of file meshGRegionDelaunayInsertion.cpp.
Referenced by addNewEdge(), find(), and H().
std::size_t edgeContainerB::_size |
Definition at line 80 of file meshGRegionDelaunayInsertion.cpp.
Referenced by addNewEdge(), and empty().
std::size_t edgeContainerB::_size_obj |
Definition at line 80 of file meshGRegionDelaunayInsertion.cpp.
Referenced by H().