示例#1
0
 public virtual void GetAdjacentVertices(long v, vtkAdjacentVertexIterator it)
 {
     vtkGraph.vtkGraph_GetAdjacentVertices_11(base.GetCppThis(), v, (it == null) ? default(HandleRef) : it.GetCppThis());
 }
示例#2
0
 public void GetChildren(long v, vtkAdjacentVertexIterator it)
 {
     vtkTree.vtkTree_GetChildren_02(base.GetCppThis(), v, (it == null) ? default(HandleRef) : it.GetCppThis());
 }