1 // java wrapper for vtkDistributedGraphHelper object
7 public class vtkDistributedGraphHelper 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 int GetVertexOwner_2(int id0);
19 public int GetVertexOwner(int id0)
20 { return GetVertexOwner_2(id0); }
22 private native int GetVertexIndex_3(int id0);
23 public int GetVertexIndex(int id0)
24 { return GetVertexIndex_3(id0); }
26 private native int GetEdgeOwner_4(int id0);
27 public int GetEdgeOwner(int id0)
28 { return GetEdgeOwner_4(id0); }
30 private native int GetEdgeIndex_5(int id0);
31 public int GetEdgeIndex(int id0)
32 { return GetEdgeIndex_5(id0); }
34 private native int MakeDistributedId_6(int id0,int id1);
35 public int MakeDistributedId(int id0,int id1)
36 { return MakeDistributedId_6(id0,id1); }
38 private native void Synchronize_7();
39 public void Synchronize()
42 private native long Clone_8();
43 public vtkDistributedGraphHelper Clone() {
44 long temp = Clone_8();
46 if (temp == 0) return null;
47 return (vtkDistributedGraphHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
50 private native long DISTRIBUTEDVERTEXIDS_9();
51 public vtkInformationIntegerKey DISTRIBUTEDVERTEXIDS() {
52 long temp = DISTRIBUTEDVERTEXIDS_9();
54 if (temp == 0) return null;
55 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
58 private native long DISTRIBUTEDEDGEIDS_10();
59 public vtkInformationIntegerKey DISTRIBUTEDEDGEIDS() {
60 long temp = DISTRIBUTEDEDGEIDS_10();
62 if (temp == 0) return null;
63 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 public vtkDistributedGraphHelper() { super(); }
68 public vtkDistributedGraphHelper(long id) { super(id); }