Home
last modified time | relevance | path

Searched defs:EdgeHash (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dedgehash.c39 typedef struct EdgeHash { struct
40 EdgeHashEntry *entries; argument
46 } EdgeHash; argument
/dports/biology/abyss/abyss-2.3.1/Graph/
H A DConstrainedBidiBFSVisitor.h30 struct EdgeHash { struct
32 EdgeHash(const G& g) : m_g(g) { } in EdgeHash() function
40 typedef unordered_set<E, EdgeHash> EdgeSet; argument
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/
H A Dmarching_cubes.cpp48 struct EdgeHash struct
62 typedef std::unordered_map<EdgeKey, unsigned, EdgeHash> MyMap; argument
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/cgal/
H A Dremesh_intersections.cpp101 struct EdgeHash { in remesh_intersections() struct
102 size_t operator()(const Edge& e) const { in remesh_intersections()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/cgal/
H A Dremesh_intersections.cpp101 struct EdgeHash { in remesh_intersections() struct
102 size_t operator()(const Edge& e) const { in remesh_intersections()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_edgehash.h31 typedef struct EdgeHash EdgeHash; typedef
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/
H A Dmarching_cubes.cpp52 struct EdgeHash struct in MarchingCubes
54 std::size_t operator()(const EdgeKey& key) const { in operator ()()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Mesh/
H A Dconnectivity_fwd.hpp110 typedef tuple_hash<2> EdgeHash ; typedef in Revoropt::ConnectivityComputer
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/xatlas/
H A Dxatlas.cpp3047 struct EdgeHash struct in xatlas::internal::Mesh
3049 uint32_t operator()(const EdgeKey &k) const { return k.v0 * 32768u + k.v1; } in operator ()()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/xatlas/
H A Dxatlas.cpp2965 struct EdgeHash struct in xatlas::internal::Mesh
2967 uint32_t operator()(const EdgeKey &k) const { return k.v0 * 32768u + k.v1; } in operator ()()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/xatlas/
H A Dxatlas.cpp2965 struct EdgeHash struct in xatlas::internal::Mesh
2967 uint32_t operator()(const EdgeKey &k) const { return k.v0 * 32768u + k.v1; } in operator ()()