gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Public Member Functions | |
std::size_t | size (int thread) const |
Tet * | operator() (int thread, int j) const |
tetContainer (int nbThreads, int preallocSizePerThread) | |
Tet * | newTet (int thread) |
~tetContainer () | |
Private Attributes | |
std::vector< aBunchOfStuff< Tet > * > | _perThread |
Definition at line 303 of file delaunay3d.cpp.
|
inline |
Definition at line 313 of file delaunay3d.cpp.
|
inline |
Definition at line 321 of file delaunay3d.cpp.
|
inline |
Definition at line 320 of file delaunay3d.cpp.
Referenced by delaunayTrgl(), and initialCube().
|
inline |
Definition at line 312 of file delaunay3d.cpp.
|
inline |
Definition at line 307 of file delaunay3d.cpp.
Referenced by delaunayTriangulation(), and randomTet().
|
private |
Definition at line 304 of file delaunay3d.cpp.
Referenced by newTet(), operator()(), size(), tetContainer(), and ~tetContainer().