Home
last modified time | relevance | path

Searched refs:bnd_edges (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_mesh.cxx585 unsigned int bnd_edges = 0; in count_bnd_edges() local
595 bnd_edges++; in count_bnd_edges()
597 b_watertight_ = (bnd_edges == 0); in count_bnd_edges()
598 return bnd_edges; in count_bnd_edges()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/domain/
H A Dstd_domain.cc1155 set bnd_edges; in BVP_Init() local
1170 if ( bnd_edges.insert(z).second ) /* true if bnd_edges didn't contain z yet */ in BVP_Init()
1176 bnd_edges.erase(z); in BVP_Init()
1200 if ( bnd_edges.insert(z).second ) /* true if bnd_edges didn't contain z yet */ in BVP_Init()
1206 bnd_edges.erase(z); in BVP_Init()