gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
BDS_Mesh Member List

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_Meshinline
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
edgesBDS_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) constBDS_Mesh
find_point(int num)BDS_Mesh
find_triangle(BDS_Edge *e1, BDS_Edge *e2, BDS_Edge *e3)BDS_Mesh
geomBDS_Mesh
get_geom(int p1, int p2)BDS_Mesh
LCBDS_Mesh
MaxBDS_Mesh
MAXPOINTNUMBERBDS_Mesh
MinBDS_Mesh
pointsBDS_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
trianglesBDS_Mesh
~BDS_Mesh()BDS_Meshvirtual