1 // java wrapper for vtkTreeIterator object
7 public class vtkTreeIterator extends vtkObject
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetTree_2(vtkTree id0);
19 public void SetTree(vtkTree id0)
22 private native long GetTree_3();
23 public vtkTree GetTree() {
24 long temp = GetTree_3();
26 if (temp == 0) return null;
27 return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetStartVertex_4(int id0);
31 public void SetStartVertex(int id0)
32 { SetStartVertex_4(id0); }
34 private native int GetStartVertex_5();
35 public int GetStartVertex()
36 { return GetStartVertex_5(); }
38 private native int Next_6();
42 private native boolean HasNext_7();
43 public boolean HasNext()
44 { return HasNext_7(); }
46 private native void Restart_8();
50 public vtkTreeIterator() { super(); }
52 public vtkTreeIterator(long id) { super(id); }