X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkUndirectedGraph.java;h=0d75e4c778c34991e42aa8c8a2eddb9fe78c48fe;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=70da943e6dcc9aec80a7f5b9cd1d990f131f8ba1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkUndirectedGraph.java b/vtk/src/vtk/vtkUndirectedGraph.java index 70da943e..0d75e4c7 100644 --- a/vtk/src/vtk/vtkUndirectedGraph.java +++ b/vtk/src/vtk/vtkUndirectedGraph.java @@ -1,59 +1,59 @@ -// java wrapper for vtkUndirectedGraph object -// - -package vtk; -import vtk.*; - -public class vtkUndirectedGraph extends vtkGraph -{ - - 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 GetDataObjectType_2(); - public int GetDataObjectType() - { return GetDataObjectType_2(); } - - private native int GetInDegree_3(int id0); - public int GetInDegree(int id0) - { return GetInDegree_3(id0); } - - private native void GetInEdge_4(int id0,int id1,vtkGraphEdge id2); - public void GetInEdge(int id0,int id1,vtkGraphEdge id2) - { GetInEdge_4(id0,id1,id2); } - - private native long GetData_5(vtkInformation id0); - public vtkUndirectedGraph GetData(vtkInformation id0) { - long temp = GetData_5(id0); - - if (temp == 0) return null; - return (vtkUndirectedGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetData_6(vtkInformationVector id0,int id1); - public vtkUndirectedGraph GetData(vtkInformationVector id0,int id1) { - long temp = GetData_6(id0,id1); - - if (temp == 0) return null; - return (vtkUndirectedGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetInEdges_7(int id0,vtkInEdgeIterator id1); - public void GetInEdges(int id0,vtkInEdgeIterator id1) - { GetInEdges_7(id0,id1); } - - private native boolean IsStructureValid_8(vtkGraph id0); - public boolean IsStructureValid(vtkGraph id0) - { return IsStructureValid_8(id0); } - - public vtkUndirectedGraph() { super(); } - - public vtkUndirectedGraph(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkUndirectedGraph object +// + +package vtk; +import vtk.*; + +public class vtkUndirectedGraph extends vtkGraph +{ + + 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 GetDataObjectType_2(); + public int GetDataObjectType() + { return GetDataObjectType_2(); } + + private native int GetInDegree_3(int id0); + public int GetInDegree(int id0) + { return GetInDegree_3(id0); } + + private native void GetInEdge_4(int id0,int id1,vtkGraphEdge id2); + public void GetInEdge(int id0,int id1,vtkGraphEdge id2) + { GetInEdge_4(id0,id1,id2); } + + private native long GetData_5(vtkInformation id0); + public vtkUndirectedGraph GetData(vtkInformation id0) { + long temp = GetData_5(id0); + + if (temp == 0) return null; + return (vtkUndirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetData_6(vtkInformationVector id0,int id1); + public vtkUndirectedGraph GetData(vtkInformationVector id0,int id1) { + long temp = GetData_6(id0,id1); + + if (temp == 0) return null; + return (vtkUndirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetInEdges_7(int id0,vtkInEdgeIterator id1); + public void GetInEdges(int id0,vtkInEdgeIterator id1) + { GetInEdges_7(id0,id1); } + + private native boolean IsStructureValid_8(vtkGraph id0); + public boolean IsStructureValid(vtkGraph id0) + { return IsStructureValid_8(id0); } + + public vtkUndirectedGraph() { super(); } + + public vtkUndirectedGraph(long id) { super(id); } + public native long VTKInit(); + +}