// 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); } }