X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDistributedGraphHelper.java;h=a833b88a30dac7b5d010a1144c6c60941aaee01d;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=667dc1796d98a780675ea500c395b3b390bd01ab;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDistributedGraphHelper.java b/vtk/src/vtk/vtkDistributedGraphHelper.java index 667dc179..a833b88a 100644 --- a/vtk/src/vtk/vtkDistributedGraphHelper.java +++ b/vtk/src/vtk/vtkDistributedGraphHelper.java @@ -1,70 +1,70 @@ -// java wrapper for vtkDistributedGraphHelper object -// - -package vtk; -import vtk.*; - -public class vtkDistributedGraphHelper extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native int GetVertexOwner_2(int id0); - public int GetVertexOwner(int id0) - { return GetVertexOwner_2(id0); } - - private native int GetVertexIndex_3(int id0); - public int GetVertexIndex(int id0) - { return GetVertexIndex_3(id0); } - - private native int GetEdgeOwner_4(int id0); - public int GetEdgeOwner(int id0) - { return GetEdgeOwner_4(id0); } - - private native int GetEdgeIndex_5(int id0); - public int GetEdgeIndex(int id0) - { return GetEdgeIndex_5(id0); } - - private native int MakeDistributedId_6(int id0,int id1); - public int MakeDistributedId(int id0,int id1) - { return MakeDistributedId_6(id0,id1); } - - private native void Synchronize_7(); - public void Synchronize() - { Synchronize_7(); } - - private native long Clone_8(); - public vtkDistributedGraphHelper Clone() { - long temp = Clone_8(); - - if (temp == 0) return null; - return (vtkDistributedGraphHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long DISTRIBUTEDVERTEXIDS_9(); - public vtkInformationIntegerKey DISTRIBUTEDVERTEXIDS() { - long temp = DISTRIBUTEDVERTEXIDS_9(); - - if (temp == 0) return null; - return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long DISTRIBUTEDEDGEIDS_10(); - public vtkInformationIntegerKey DISTRIBUTEDEDGEIDS() { - long temp = DISTRIBUTEDEDGEIDS_10(); - - if (temp == 0) return null; - return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkDistributedGraphHelper() { super(); } - - public vtkDistributedGraphHelper(long id) { super(id); } - -} +// java wrapper for vtkDistributedGraphHelper object +// + +package vtk; +import vtk.*; + +public class vtkDistributedGraphHelper extends vtkObject +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native int GetVertexOwner_2(int id0); + public int GetVertexOwner(int id0) + { return GetVertexOwner_2(id0); } + + private native int GetVertexIndex_3(int id0); + public int GetVertexIndex(int id0) + { return GetVertexIndex_3(id0); } + + private native int GetEdgeOwner_4(int id0); + public int GetEdgeOwner(int id0) + { return GetEdgeOwner_4(id0); } + + private native int GetEdgeIndex_5(int id0); + public int GetEdgeIndex(int id0) + { return GetEdgeIndex_5(id0); } + + private native int MakeDistributedId_6(int id0,int id1); + public int MakeDistributedId(int id0,int id1) + { return MakeDistributedId_6(id0,id1); } + + private native void Synchronize_7(); + public void Synchronize() + { Synchronize_7(); } + + private native long Clone_8(); + public vtkDistributedGraphHelper Clone() { + long temp = Clone_8(); + + if (temp == 0) return null; + return (vtkDistributedGraphHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long DISTRIBUTEDVERTEXIDS_9(); + public vtkInformationIntegerKey DISTRIBUTEDVERTEXIDS() { + long temp = DISTRIBUTEDVERTEXIDS_9(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long DISTRIBUTEDEDGEIDS_10(); + public vtkInformationIntegerKey DISTRIBUTEDEDGEIDS() { + long temp = DISTRIBUTEDEDGEIDS_10(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkDistributedGraphHelper() { super(); } + + public vtkDistributedGraphHelper(long id) { super(id); } + +}