Home
last modified time | relevance | path

Searched refs:_undirected (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/scene/
H A Dtransforms.py461 self._undirected = nx.Graph()
469 elif self._undirected.has_edge(u, v):
473 path = nx.shortest_path(self._undirected, u, v)
481 self._undirected.add_edge(u, v)
499 self._undirected.remove_edge(*args, **kwargs)
503 self._undirected.remove_edges_from(*args, **kwargs)
512 path = nx.shortest_path(self._undirected, u, v)
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dgraph_to_eps.h118 bool _undirected; member
161 _undirected(lemon::UndirectedTagIndicator<GR>::value), in g()
216 using T::_undirected;
613 GraphToEps<T> &undirected(bool b=true) {_undirected=b;return *this;}
623 GraphToEps<T> &directed(bool b=true) {_undirected=!b;return *this;}
873 if((!_undirected||g.source(e)<g.target(e))&&_arcWidths[e]>0 in run()
964 if((!_undirected||g.source(e)<g.target(e))&&_arcWidths[e]>0 in run()
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dgraph_to_eps.h118 bool _undirected; member
161 _undirected(lemon::UndirectedTagIndicator<GR>::value), in g()
216 using T::_undirected;
613 GraphToEps<T> &undirected(bool b=true) {_undirected=b;return *this;}
623 GraphToEps<T> &directed(bool b=true) {_undirected=!b;return *this;}
873 if((!_undirected||g.source(e)<g.target(e))&&_arcWidths[e]>0 in run()
964 if((!_undirected||g.source(e)<g.target(e))&&_arcWidths[e]>0 in run()
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dgraph_to_eps.h118 bool _undirected; member
161 _undirected(lemon::UndirectedTagIndicator<GR>::value), in g()
216 using T::_undirected;
614 GraphToEps<T> &undirected(bool b=true) {_undirected=b;return *this;}
624 GraphToEps<T> &directed(bool b=true) {_undirected=!b;return *this;}
874 if((!_undirected||g.source(e)<g.target(e))&&_arcWidths[e]>0 in run()
965 if((!_undirected||g.source(e)<g.target(e))&&_arcWidths[e]>0 in run()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/psm2/src/
H A Dpsmx2_ep.c94 PSMX2_EP_SET_TAGGED_OPS(_undirected, ""); in psmx2_ep_optimize_ops()