gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <meshGFaceDelaunayInsertion.h>
Public Member Functions | |
edgeXface (MTri3 *_t, int iFac) | |
MVertex * | _v (int i) const |
bool | operator< (const edgeXface &other) const |
bool | operator== (const edgeXface &other) const |
Public Attributes | |
MVertex * | v [2] |
MTri3 * | t1 |
int | i1 |
int | ori |
Definition at line 177 of file meshGFaceDelaunayInsertion.h.
|
inline |
Definition at line 182 of file meshGFaceDelaunayInsertion.h.
|
inline |
Definition at line 193 of file meshGFaceDelaunayInsertion.h.
Referenced by delaunayMeshIn2D(), operator<(), operator==(), and recurFindCavityAniso().
|
inline |
Definition at line 194 of file meshGFaceDelaunayInsertion.h.
|
inline |
Definition at line 201 of file meshGFaceDelaunayInsertion.h.
int edgeXface::i1 |
Definition at line 180 of file meshGFaceDelaunayInsertion.h.
Referenced by connectTris(), and delaunayMeshIn2D().
int edgeXface::ori |
Definition at line 181 of file meshGFaceDelaunayInsertion.h.
Referenced by edgeXface().
MTri3* edgeXface::t1 |
Definition at line 179 of file meshGFaceDelaunayInsertion.h.
Referenced by connectTris(), delaunayMeshIn2D(), and edgeXface().
MVertex* edgeXface::v[2] |
Definition at line 178 of file meshGFaceDelaunayInsertion.h.
Referenced by _v(), and edgeXface().