Home
last modified time | relevance | path

Searched defs:sourceVertex (Results 1 – 25 of 35) sorted by relevance

12

/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/graph/
H A DMinimalPathIterator.java55 private Object sourceVertex, targetVertex; field in MinimalPathIterator
70 public MinimalPathIterator(SimpleGraph g, Object sourceVertex, Object targetVertex) { in MinimalPathIterator()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DTestGraph.java26 … public BaseEdge createEdge(MultiDeBruijnVertex sourceVertex, MultiDeBruijnVertex targetVertex) { in createEdge()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_types/
H A Dgraph_impl_directed.h214 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
268 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
796 TVertexDescriptor const sourceVertex = pos; in removeInEdges() local
826 sourceVertex(Graph<Directed<TCargo, WithSourceId> > const &, in sourceVertex() function
836 sourceVertex(Graph<Directed<TCargo, TSpec> > const & g, in sourceVertex() function
H A Dgraph_impl_undirected.h158 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
261 TVertexDescriptor sourceVertex = pos; in clearEdges() local
648 sourceVertex(Graph<Undirected<TCargo, TSpec> > const&, in sourceVertex() function
H A Dgraph_impl_wordgraph.h189 TVertexDescriptor sourceVertex = position(it); in write() local
H A Dgraph_impl_automaton.h176 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
513 sourceVertex(Graph<Automaton<TAlphabet, TCargo, TSpec> >& g, in sourceVertex() function
679 TVertexDescriptor sourceVertex = pos; in write() local
H A Dgraph_impl_tree.h565 TVertexDescriptor const sourceVertex = pos; in removeInEdges() local
591 sourceVertex(Graph<Tree<TCargo, TSpec> > const& g, in sourceVertex() function
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_types/
H A Dgraph_impl_directed.h214 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
268 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
796 TVertexDescriptor const sourceVertex = pos; in removeInEdges() local
826 sourceVertex(Graph<Directed<TCargo, WithSourceId> > const &, in sourceVertex() function
836 sourceVertex(Graph<Directed<TCargo, TSpec> > const & g, in sourceVertex() function
H A Dgraph_impl_undirected.h158 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
261 TVertexDescriptor sourceVertex = pos; in clearEdges() local
648 sourceVertex(Graph<Undirected<TCargo, TSpec> > const&, in sourceVertex() function
H A Dgraph_impl_wordgraph.h189 TVertexDescriptor sourceVertex = position(it); in write() local
H A Dgraph_impl_automaton.h176 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
513 sourceVertex(Graph<Automaton<TAlphabet, TCargo, TSpec> >& g, in sourceVertex() function
679 TVertexDescriptor sourceVertex = pos; in write() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DSeqGraph.java32 public BaseEdge createEdge(final SeqVertex sourceVertex, final SeqVertex targetVertex) { in createEdge()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_types/
H A Dgraph_impl_undirected.h166 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
274 TVertexDescriptor sourceVertex = pos; in clearEdges() local
674 sourceVertex(Graph<Undirected<TCargo, TSpec> > const&, in sourceVertex() function
H A Dgraph_impl_directed.h168 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
543 TVertexDescriptor const sourceVertex = pos; in removeInEdges() local
571 sourceVertex(Graph<Directed<TCargo, TSpec> > const& g, in sourceVertex() function
H A Dgraph_impl_wordgraph.h196 TVertexDescriptor sourceVertex = position(it); in write() local
H A Dgraph_impl_automaton.h183 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
537 sourceVertex(Graph<Automaton<TAlphabet, TCargo, TSpec> >& g, in sourceVertex() function
652 TVertexDescriptor sourceVertex = pos; in write() local
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_types/
H A Dgraph_impl_directed.h170 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
771 TVertexDescriptor const sourceVertex = pos; in removeInEdges() local
844 sourceVertex(Graph<Directed<TCargo, TSpec> > const& g, in sourceVertex() function
H A Dgraph_impl_undirected.h169 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
277 TVertexDescriptor sourceVertex = pos; in clearEdges() local
677 sourceVertex(Graph<Undirected<TCargo, TSpec> > const&, in sourceVertex() function
H A Dgraph_impl_wordgraph.h200 TVertexDescriptor sourceVertex = position(it); in write() local
H A Dgraph_impl_automaton.h190 TVertexDescriptor sourceVertex = pos; in _copyGraph() local
550 sourceVertex(Graph<Automaton<TAlphabet, TCargo, TSpec> >& g, in sourceVertex() function
667 TVertexDescriptor sourceVertex = pos; in write() local
H A Dgraph_impl_tree.h594 TVertexDescriptor const sourceVertex = pos; in removeInEdges() local
621 sourceVertex(Graph<Tree<TCargo, TSpec> > const& g, in sourceVertex() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgshighlight.cpp233 for ( const auto &sourceVertex : sourceRing ) in paintPolygon() local
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/analysis/
H A DmxGraphStructure.java284 …public static boolean areConnected(mxAnalysisGraph aGraph, Object sourceVertex, Object targetVerte… in areConnected()
369 …Object sourceVertex = components[i - 1][(int) Math.round(Math.random() * (components[i - 1].length… in makeConnected() local
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgshighlight.cpp283 for ( const auto &sourceVertex : sourceRing ) in paintPolygon() local
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/layout/
H A DJGraphWordBrowser.java125 Object sourceVertex = mapping.get(source); in addEdge() local

12