Home
last modified time | relevance | path

Searched defs:Edges (Results 1 – 25 of 1154) sorted by path

12345678910>>...47

/dports/audio/ganv/ganv-1.8.0/src/
H A DCanvas.cpp343 using Edges = std::set<GanvEdge*, TailHeadOrder>; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/petgraph-0.5.1/src/
H A Dcsr.rs398 pub struct Edges<'a, E: 'a, Ty = Directed, Ix: 'a = DefaultIx> { struct
399 index: usize,
400 source: NodeIndex<Ix>,
401 iter: Zip<SliceIter<'a, NodeIndex<Ix>>, SliceIter<'a, E>>,
402 ty: PhantomData<Ty>,
458 impl<'a, E, Ty, Ix> Iterator for Edges<'a, E, Ty, Ix> implementation
554 type Edges = Edges<'a, E, Ty, Ix>; typedef
555 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
H A Dgraphmap.rs574 pub struct Edges<'a, N, E: 'a, Ty> struct
584 impl<'a, N, E, Ty> Iterator for Edges<'a, N, E, Ty> implementation
733 type Edges = Edges<'a, N, E, Ty>; typedef
734 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
H A Dmatrix_graph.rs693 pub struct Edges<'a, Ty: EdgeType, Null: 'a + Nullable, Ix> { struct
703 impl<'a, Ty: EdgeType, Null: 'a + Nullable, Ix> Edges<'a, Ty, Null, Ix> { argument
729 impl<'a, Ty: EdgeType, Null: Nullable, Ix: IndexType> Iterator for Edges<'a, Ty, Null, Ix> { implementation
1147 type Edges = Edges<'a, Ty, Null, Ix>; typedef
1148 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/petgraph-0.5.1/src/graph_impl/stable_graph/
H A Dmod.rs1315 type Edges = Edges<'a, E, Ty, Ix>; typedef
1316 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
1333 pub struct Edges<'a, E: 'a, Ty, Ix: 'a = DefaultIx> struct
1351 impl<'a, E, Ty, Ix> Iterator for Edges<'a, E, Ty, Ix> argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/petgraph-0.5.1/src/visit/
H A Dfilter.rs244 type Edges = NodeFilteredEdges<'a, G, G::Edges, F>; typedef
245 fn edges(self, a: G::NodeId) -> Self::Edges { in edges()
433 type Edges = EdgeFilteredEdges<'a, G, G::Edges, F>; typedef
434 fn edges(self, n: G::NodeId) -> Self::Edges { in edges()
/dports/biology/abyss/abyss-2.3.1/AdjList/
H A DAdjList.cpp249 typedef const typename SuffixMap::mapped_type Edges; in buildOverlapGraph() typedef
/dports/biology/abyss/abyss-2.3.1/Graph/
H A DDirectedGraph.h19 typedef typename std::vector<Edge> Edges; typedef
/dports/biology/abyss/abyss-2.3.1/Overlap/
H A DOverlap.cpp497 typedef vector<edge_descriptor> Edges; in main() typedef
/dports/biology/muscle/muscle-3.8.1551/
H A Ddiffobjscore.cpp73 static SCORE ScoreLetters(const MSA &msa, const unsigned Edges[], in ScoreLetters()
H A Dphy3.cpp176 EdgeList Edges; in FindRoot() local
/dports/biology/ncbi-toolkit/ncbi/cn3d/
H A Dcn3dmesh.h73 Cn3D_Edge *Edges; member
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Ddiffobjscore.cpp80 static SCORE ScoreLetters(const MSA &msa, const unsigned Edges[], in ScoreLetters()
H A Ddiffpaths.cpp7 inline void setEdgeIndex(unsigned Edges[], unsigned uDiffCount, unsigned uEdgeIndex) { in setEdgeIndex()
H A Dphy3.cpp180 EdgeList Edges; in FindRoot() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/placers/
H A Dnfpplacer.hpp657 using Edges = EdgeCache<RawShape>; typedef in libnest2d::placers::_NofitPolyPlacer
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcPrint.c77 int Edges; // edges in the best saved network in Abc_NtkCompareAndSaveBest() member
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/extrab/
H A DextraBddMisc.c2349 int Edges[5][5] = { in Extra_GraphExperiment() local
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DextUtil.h155 } Edges; typedef
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
H A Dpsl-nfas-utils.adb237 Edges : Edge_Array := (others => No_Edge); variable
H A Dpsl-optimize.adb301 Edges : Edge_Array; variable
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DSetOfE4.h45 Int4Edge * Edges; variable
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Dplane_box_intersection.h22 static int Edges(const int & i, const int & j){ in Edges() function
/dports/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dcsg2d.hpp524 EdgeIterator Edges(IteratorType iterType) const in Edges() function
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Dpython_occ_shapes.cpp150 ListOfShapes Edges() const in Edges() function in ListOfShapes

12345678910>>...47