Home
last modified time | relevance | path

Searched refs:RemoveEdge (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/math/vtk8/VTK-8.2.0/Infovis/Core/
H A DvtkMutableGraphHelper.cxx155 void vtkMutableGraphHelper::RemoveEdge(vtkIdType e) in RemoveEdge() function in vtkMutableGraphHelper
163 return this->DirectedGraph->RemoveEdge(e); in RemoveEdge()
167 return this->UndirectedGraph->RemoveEdge(e); in RemoveEdge()
H A DvtkMutableGraphHelper.h89 void RemoveEdge(vtkIdType e);
/dports/math/vtk9/VTK-9.1.0/Infovis/Core/
H A DvtkMutableGraphHelper.cxx155 void vtkMutableGraphHelper::RemoveEdge(vtkIdType e) in RemoveEdge() function in vtkMutableGraphHelper
163 return this->DirectedGraph->RemoveEdge(e); in RemoveEdge()
167 return this->UndirectedGraph->RemoveEdge(e); in RemoveEdge()
/dports/math/vtk6/VTK-6.2.0/Infovis/Core/
H A DvtkMutableGraphHelper.cxx155 void vtkMutableGraphHelper::RemoveEdge(vtkIdType e) in RemoveEdge() function in vtkMutableGraphHelper
163 return this->DirectedGraph->RemoveEdge(e); in RemoveEdge()
167 return this->UndirectedGraph->RemoveEdge(e); in RemoveEdge()
H A DvtkMutableGraphHelper.h79 void RemoveEdge(vtkIdType e);
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/graph/
H A DGraphDirected_TEST.cc367 TEST(GraphTest, RemoveEdge) in TEST() argument
377 EXPECT_FALSE(graph.RemoveEdge(kNullId)); in TEST()
382 EXPECT_TRUE(graph.RemoveEdge(0)); in TEST()
388 EXPECT_TRUE(graph.RemoveEdge(edge)); in TEST()
392 EXPECT_FALSE(graph.RemoveEdge(1)); in TEST()
396 EXPECT_TRUE(graph.RemoveEdge(2)); in TEST()
H A DGraphUndirected_TEST.cc390 TEST(UndirectedGraphTest, RemoveEdge) in TEST() argument
400 EXPECT_FALSE(graph.RemoveEdge(kNullId)); in TEST()
405 EXPECT_TRUE(graph.RemoveEdge(0)); in TEST()
411 EXPECT_TRUE(graph.RemoveEdge(edge)); in TEST()
415 EXPECT_FALSE(graph.RemoveEdge(1)); in TEST()
419 EXPECT_TRUE(graph.RemoveEdge(2)); in TEST()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/dag/
H A Dmarshal.go306 func (e *encoder) RemoveEdge(edge Edge) { func
312 RemoveEdge: newMarshalEdge(edge),
343 RemoveEdge *marshalEdge `json:",omitempty"` member
352 case t.RemoveEdge != nil:
353 g.removeEdge(t.RemoveEdge)
H A Dgraph.go124 g.RemoveEdge(BasicEdge(v, target))
127 g.RemoveEdge(BasicEdge(source, v))
165 func (g *Graph) RemoveEdge(edge Edge) { func
167 g.debug.RemoveEdge(edge)
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/dag/
H A Dmarshal.go306 func (e *encoder) RemoveEdge(edge Edge) { func
312 RemoveEdge: newMarshalEdge(edge),
343 RemoveEdge *marshalEdge `json:",omitempty"` member
352 case t.RemoveEdge != nil:
353 g.removeEdge(t.RemoveEdge)
H A Dgraph.go124 g.RemoveEdge(BasicEdge(v, target))
127 g.RemoveEdge(BasicEdge(source, v))
165 func (g *Graph) RemoveEdge(edge Edge) { func
167 g.debug.RemoveEdge(edge)
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/graph/
H A DGraph.hh514 this->RemoveEdge(edgePair.first); in RemoveVertex()
519 this->RemoveEdge(edgePair.first); in RemoveVertex()
571 public: bool RemoveEdge(const EdgeId &_edge) in RemoveEdge() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::graph::Graph
600 public: bool RemoveEdge(EdgeType &_edge) in RemoveEdge() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::graph::Graph
602 return this->RemoveEdge(_edge.Id()); in RemoveEdge()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
/dports/lang/ucc/ucc/ucl/
H A Dflow.c35 static void RemoveEdge(CFGEdge *pprev, BBlock bb) in RemoveEdge() function
59 RemoveEdge(&bb->preds, p); in RemovePredecessor()
68 RemoveEdge(&bb->succs, s); in RemoveSuccessor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/Binding/
H A DBindingGraph.cs222 this.graph.RemoveEdge(parent, item, null); in Remove()
232 this.graph.RemoveEdge(collection, collectionEdge.Target.Item, null); in RemoveCollection()
246 this.graph.RemoveEdge(edge.Source.Item, edge.Target.Item, edge.Label); in RemoveRelation()
492 this.RemoveEdge(e.Source.Item, e.Target.Item, e.Label); in ClearEdgesForVertex()
519 public void RemoveEdge(object source, object target, string label) in RemoveEdge() method in System.Data.Services.Client.BindingGraph.Graph
/dports/sysutils/terraform/terraform-1.0.11/internal/dag/
H A Dgraph.go115 g.RemoveEdge(BasicEdge(v, target))
118 g.RemoveEdge(BasicEdge(source, v))
154 func (g *Graph) RemoveEdge(edge Edge) { func
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoGraph.h283 void RemoveEdge(Vertice& dstVertice,
741 void RemoveEdge(Vertice& dst, Edge& edge, EdgePool* edgePool = NULL)
742 {adjacency_queue.RemoveEdge(dst, edge, edgePool);}
848 void RemoveEdge(Vertice& src, Vertice& dst, Edge& edge) in RemoveEdge() function
849 {src.RemoveEdge(dst, edge, &edge_pool);} in RemoveEdge()
/dports/devel/cmph/cmph-2.0/cxxmph/
H A Dtrigraph_test.cc15 g.RemoveEdge(0); in main()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtShapes.h178 void RemoveEdge(int32_t edge_index);
242 virtual void RemoveEdge(int32_t edge_index);
270 void RemoveEdge(int32_t edge_index) override;
288 void RemoveEdge(int32_t edge_index) override;

123456789