コード例 #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
ファイル: vtkTree.cs プロジェクト: Monkeybin11/Kitware.VTK
 public void GetChildren(long v, vtkAdjacentVertexIterator it)
 {
     vtkTree.vtkTree_GetChildren_02(base.GetCppThis(), v, (it == null) ? default(HandleRef) : it.GetCppThis());
 }