gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
This is the complete list of members for BDS_Mesh, including all inherited members.
add_edge(int p1, int p2) | BDS_Mesh | |
add_geom(int degree, int tag) | BDS_Mesh | |
add_point(int num, double x, double y, double z) | BDS_Mesh | |
add_point(int num, double u, double v, GFace *gf) | BDS_Mesh | |
add_triangle(int p1, int p2, int p3) | BDS_Mesh | |
add_triangle(BDS_Edge *e1, BDS_Edge *e2, BDS_Edge *e3) | BDS_Mesh | |
BDS_Mesh(int MAXX=0) | BDS_Mesh | inline |
BDS_Mesh(const BDS_Mesh &other) | BDS_Mesh | |
cleanup() | BDS_Mesh | |
collapse_edge_parametric(BDS_Edge *, BDS_Point *, bool=false) | BDS_Mesh | |
del_edge(BDS_Edge *e) | BDS_Mesh | |
del_face(BDS_Face *t) | BDS_Mesh | |
del_point(BDS_Point *p) | BDS_Mesh | |
edge_constraint(BDS_Point *p1, BDS_Point *p2) | BDS_Mesh | |
edges | BDS_Mesh | |
find_edge(int p1, int p2) | BDS_Mesh | |
find_edge(BDS_Point *p1, BDS_Point *p2) | BDS_Mesh | |
find_edge(BDS_Point *p1, int p2) | BDS_Mesh | |
find_edge(BDS_Point *p1, BDS_Point *p2, BDS_Face *t) const | BDS_Mesh | |
find_point(int num) | BDS_Mesh | |
find_triangle(BDS_Edge *e1, BDS_Edge *e2, BDS_Edge *e3) | BDS_Mesh | |
geom | BDS_Mesh | |
get_geom(int p1, int p2) | BDS_Mesh | |
LC | BDS_Mesh | |
Max | BDS_Mesh | |
MAXPOINTNUMBER | BDS_Mesh | |
Min | BDS_Mesh | |
points | BDS_Mesh | |
recover_edge(int p1, int p2, bool &_fatal, std::set< EdgeToRecover > *e2r=nullptr, std::set< EdgeToRecover > *not_recovered=nullptr) | BDS_Mesh | |
recover_edge_fast(BDS_Point *p1, BDS_Point *p2) | BDS_Mesh | |
smooth_point_centroid(BDS_Point *p, GFace *gf, double thresh) | BDS_Mesh | |
split_edge(BDS_Edge *, BDS_Point *, bool check_area_param=false) | BDS_Mesh | |
swap_edge(BDS_Edge *, const BDS_SwapEdgeTest &theTest, bool force=false) | BDS_Mesh | |
triangles | BDS_Mesh | |
~BDS_Mesh() | BDS_Mesh | virtual |