gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <meshPolyMesh.h>
Public Member Functions | |
Vertex (double x, double y, double z, int _d=-1) | |
Public Attributes | |
SVector3 | position |
PolyMesh::HalfEdge * | he |
int | data |
Definition at line 21 of file meshPolyMesh.h.
|
inline |
Definition at line 23 of file meshPolyMesh.h.
int PolyMesh::Vertex::data |
Definition at line 29 of file meshPolyMesh.h.
Referenced by meshGenerator(), PolyMesh2GFace(), and PolyMesh::split_triangle().
PolyMesh::HalfEdge* PolyMesh::Vertex::he |
Definition at line 28 of file meshPolyMesh.h.
Referenced by PolyMesh::createFace(), PolyMesh::degree(), PolyMesh::getEdge(), GFace2PolyMesh(), PolyMesh::merge_faces(), PolyMesh::normal(), and recover_edge().
SVector3 PolyMesh::Vertex::position |
Definition at line 27 of file meshPolyMesh.h.
Referenced by bestParabola(), computePointsUsingScaledCrossFieldPlanarP2(), PolyMesh::HalfEdge::d(), delaunayEdgeCriterionAnIsotropic(), delaunayEdgeCriterionPlaneIsotropic(), faceCircumCenter(), faceQuality(), intersect(), LENGTH(), meshGenerator(), p1triangle_quality_metric(), PolyMesh2GFace(), PolyMesh::print4debug(), triangleQualityP2(), triangleValidityP1(), triangleValidityP2(), and Walk().