]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDistributedGraphHelper.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkDistributedGraphHelper.java
1 // java wrapper for vtkDistributedGraphHelper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDistributedGraphHelper extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native int GetVertexOwner_2(int id0);
19   public int GetVertexOwner(int id0)
20     { return GetVertexOwner_2(id0); }
21
22   private native int GetVertexIndex_3(int id0);
23   public int GetVertexIndex(int id0)
24     { return GetVertexIndex_3(id0); }
25
26   private native int GetEdgeOwner_4(int id0);
27   public int GetEdgeOwner(int id0)
28     { return GetEdgeOwner_4(id0); }
29
30   private native int GetEdgeIndex_5(int id0);
31   public int GetEdgeIndex(int id0)
32     { return GetEdgeIndex_5(id0); }
33
34   private native int MakeDistributedId_6(int id0,int id1);
35   public int MakeDistributedId(int id0,int id1)
36     { return MakeDistributedId_6(id0,id1); }
37
38   private native void Synchronize_7();
39   public void Synchronize()
40     { Synchronize_7(); }
41
42   private native long Clone_8();
43   public vtkDistributedGraphHelper Clone() {
44     long temp = Clone_8();
45
46     if (temp == 0) return null;
47     return (vtkDistributedGraphHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long DISTRIBUTEDVERTEXIDS_9();
51   public vtkInformationIntegerKey DISTRIBUTEDVERTEXIDS() {
52     long temp = DISTRIBUTEDVERTEXIDS_9();
53
54     if (temp == 0) return null;
55     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long DISTRIBUTEDEDGEIDS_10();
59   public vtkInformationIntegerKey DISTRIBUTEDEDGEIDS() {
60     long temp = DISTRIBUTEDEDGEIDS_10();
61
62     if (temp == 0) return null;
63     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   public vtkDistributedGraphHelper() { super(); }
67
68   public vtkDistributedGraphHelper(long id) { super(id); }
69
70 }