gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Public Member Functions | |
Tet () | |
int | setVerticesNoTest (Vert *v0, Vert *v1, Vert *v2, Vert *v3) |
int | setVertices (Vert *v0, Vert *v1, Vert *v2, Vert *v3) |
Tet (Vert *v0, Vert *v1, Vert *v2, Vert *v3) | |
void | setAllDeleted () |
void | unset (int thread, int iPnt) |
void | set (int thread, int iPnt) |
CHECKTYPE | isSet (int thread, int iPnt) const |
Face | getFace (int k) const |
Vert * | getOppositeVertex (int k) const |
bool | inSphere (Vert *vd, int thread) |
Public Attributes | |
Tet * | T [4] |
Vert * | V [4] |
CHECKTYPE | _bitset [MAX_NUM_THREADS_] |
bool | _modified |
Definition at line 179 of file delaunay3d.cpp.
|
inline |
|
inline |
Definition at line 241 of file delaunay3d.cpp.
Referenced by buildDelaunayBall(), computeAdjacencies(), delaunayCavity2(), delaunayTrgl(), tetInsideCavityWithFAce(), and walk().
|
inline |
Definition at line 246 of file delaunay3d.cpp.
|
inline |
Definition at line 251 of file delaunay3d.cpp.
Referenced by delaunayCavity2(), and walk().
|
inline |
Definition at line 237 of file delaunay3d.cpp.
Referenced by delaunayCavity2().
|
inline |
Definition at line 236 of file delaunay3d.cpp.
Referenced by delaunayCavity2().
|
inline |
Definition at line 231 of file delaunay3d.cpp.
Referenced by Tet().
Definition at line 202 of file delaunay3d.cpp.
Referenced by initialCube(), and Tet().
Definition at line 191 of file delaunay3d.cpp.
Referenced by delaunayTrgl().
|
inline |
Definition at line 235 of file delaunay3d.cpp.
CHECKTYPE Tet::_bitset[MAX_NUM_THREADS_] |
Definition at line 182 of file delaunay3d.cpp.
Referenced by isSet(), set(), setAllDeleted(), and unset().
bool Tet::_modified |
Definition at line 183 of file delaunay3d.cpp.
Referenced by setVertices(), and setVerticesNoTest().
Tet* Tet::T[4] |
Definition at line 180 of file delaunay3d.cpp.
Referenced by buildDelaunayBall(), computeAdjacencies(), delaunayCavity2(), delaunayTrgl(), removeIsolatedTets(), Tet(), and walk().
Vert* Tet::V[4] |
Definition at line 181 of file delaunay3d.cpp.
Referenced by delaunayTriangulation(), getFace(), getOppositeVertex(), inSphere(), randomTet(), setVertices(), setVerticesNoTest(), and Tet().