Home
last modified time | relevance | path

Searched defs:NewEdge (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/allegro/allegro-4.4.3.1/demos/skater/source/
H A Dlvlalloc.c82 struct Edge *NewEdge() in NewEdge() function
/dports/devel/allegro5/allegro5-5.2.7.0/demos/skater/src/
H A Dlevel_alloc.c82 struct Edge *NewEdge() in NewEdge() function
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/simple/
H A Ddensegraph_test.go278 func (g newEdgeShimDir) NewEdge(u, v graph.Node) graph.Edge { func
529 func (g newEdgeShimUndir) NewEdge(u, v graph.Node) graph.Edge { func
H A Dundirected.go114 func (g *UndirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
H A Ddirected.go109 func (g *DirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/simple/
H A Ddensegraph_test.go278 func (g newEdgeShimDir) NewEdge(u, v graph.Node) graph.Edge { func
529 func (g newEdgeShimUndir) NewEdge(u, v graph.Node) graph.Edge { func
H A Dundirected.go122 func (g *UndirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
H A Ddirected.go118 func (g *DirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/encoding/dot/
H A Dweighted_example_test.go30 func (g *dotGraph) NewEdge(from, to graph.Node) graph.Edge { func
H A Ddecode_test.go544 func (g *dotDirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
591 func (g *dotUndirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dchange.rs77 pub struct NewEdge<Change> { struct
90 /// (the one being replaced by this `NewEdge`). argument
94 impl<T: Clone> NewEdge<T> { implementation
/dports/biology/abyss/abyss-2.3.1/RResolver/
H A DRAlgorithmsShort.cpp769 struct NewEdge struct
772 NewEdge(ContigNode u, ContigNode v, Distance distance) function
778 ContigNode u, v;
779 Distance distance;
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/graph/simple/
H A Dundirected.go122 func (g *UndirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
H A Ddirected.go118 func (g *DirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/graph/simple/
H A Dundirected.go121 func (g *UndirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
H A Ddirected.go116 func (g *DirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/cad/meshdev/meshdev-0.5/src/
H A DNeighborhood.cxx100 void Neighborhood::NewEdge( double dist, const Vector3d& coord, int face, int edge, double ratio ) in NewEdge() function in Neighborhood
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/encoding/graphql/
H A Ddecode_test.go168 func (g *directedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/encoding/graphql/
H A Ddecode_test.go168 func (g *directedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/encoding/dot/
H A Ddecode_test.go473 func (g *dotDirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
520 func (g *dotUndirectedGraph) NewEdge(from, to graph.Node) graph.Edge { func
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/formats/dot/internal/astx/
H A Dastx.go132 func NewEdge(directed, vertex, optTo interface{}) (*ast.Edge, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/graph/formats/dot/internal/astx/
H A Dastx.go132 func NewEdge(directed, vertex, optTo interface{}) (*ast.Edge, error) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/formats/dot/internal/astx/
H A Dastx.go132 func NewEdge(directed, vertex, optTo interface{}) (*ast.Edge, error) { func
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetWire.cxx573 TopoDS_Edge NewEdge = TopoDS::Edge( newit.Value() ); in Perform() local
1683 TopoDS_Edge NewEdge = BRepLib_MakeEdge( theVertex, Vf ); in FixHoles() local
1721 TopoDS_Edge NewEdge = BRepLib_MakeEdge( Vl, theVertex ); in FixHoles() local
1750 TopoDS_Edge NewEdge = BRepLib_MakeEdge( Vf, Vl ); in FixHoles() local
2296 TopoDS_Edge NewEdge = TopoDS::Edge(aLocalShape); in TrimEdge() local
2373 TopoDS_Edge NewEdge = TopoDS::Edge(aLocalShape); in TrimEdge() local
H A DBRepFill_Filling.cxx459 TopoDS_Edge NewEdge = MW.Edge(); in BuildWires() local
713 TopoDS_Edge NewEdge = TopoDS::Edge(anEdge.EmptyCopied()); in Build() local

1234