gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Public Member Functions | |
const std::set< int > & | getVertices () const |
const MElement * | getParent () const |
const int | getIndex () const |
const int | getType () const |
bool | operator== (const topoFace &f) const |
bool | operator< (const topoFace &f) const |
topoFace (MElement *elt, int num) | |
Protected Attributes | |
MElement * | parent |
int | faceIndex |
std::set< int > | vtcs |
Definition at line 503 of file GModelCreateTopologyFromMesh.cpp.
|
inline |
Definition at line 526 of file GModelCreateTopologyFromMesh.cpp.
|
inline |
Definition at line 513 of file GModelCreateTopologyFromMesh.cpp.
Referenced by createTopologyFromMesh3D().
|
inline |
Definition at line 512 of file GModelCreateTopologyFromMesh.cpp.
Referenced by createTopologyFromMesh3D().
|
inline |
Definition at line 514 of file GModelCreateTopologyFromMesh.cpp.
Referenced by createTopologyFromMesh3D().
|
inline |
Definition at line 510 of file GModelCreateTopologyFromMesh.cpp.
|
inline |
Definition at line 524 of file GModelCreateTopologyFromMesh.cpp.
|
inline |
Definition at line 523 of file GModelCreateTopologyFromMesh.cpp.
|
protected |
Definition at line 506 of file GModelCreateTopologyFromMesh.cpp.
Referenced by getIndex(), and topoFace().
|
protected |
Definition at line 505 of file GModelCreateTopologyFromMesh.cpp.
Referenced by getParent(), and topoFace().
|
protected |
Definition at line 507 of file GModelCreateTopologyFromMesh.cpp.
Referenced by getType(), getVertices(), operator<(), operator==(), and topoFace().