Beispiel #1
0
 public virtual void GetInEdges(long v, vtkInEdgeIterator it)
 {
     vtkGraph.vtkGraph_GetInEdges_27(base.GetCppThis(), v, (it == null) ? default(HandleRef) : it.GetCppThis());
 }
Beispiel #2
0
 public override void GetInEdges(long v, vtkInEdgeIterator it)
 {
     vtkUndirectedGraph.vtkUndirectedGraph_GetInEdges_06(base.GetCppThis(), v, (it == null) ? default(HandleRef) : it.GetCppThis());
 }