X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDirectedGraph.java;h=f82e5f423b08f0a89541c4859c5b34994d1d051f;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=f4d10335138f8be855bc7706f4c9a8179dec40b9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDirectedGraph.java b/vtk/src/vtk/vtkDirectedGraph.java index f4d10335..f82e5f42 100644 --- a/vtk/src/vtk/vtkDirectedGraph.java +++ b/vtk/src/vtk/vtkDirectedGraph.java @@ -1,47 +1,47 @@ -// java wrapper for vtkDirectedGraph object -// - -package vtk; -import vtk.*; - -public class vtkDirectedGraph 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 long GetData_3(vtkInformation id0); - public vtkDirectedGraph GetData(vtkInformation id0) { - long temp = GetData_3(id0); - - if (temp == 0) return null; - return (vtkDirectedGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetData_4(vtkInformationVector id0,int id1); - public vtkDirectedGraph GetData(vtkInformationVector id0,int id1) { - long temp = GetData_4(id0,id1); - - if (temp == 0) return null; - return (vtkDirectedGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native boolean IsStructureValid_5(vtkGraph id0); - public boolean IsStructureValid(vtkGraph id0) - { return IsStructureValid_5(id0); } - - public vtkDirectedGraph() { super(); } - - public vtkDirectedGraph(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkDirectedGraph object +// + +package vtk; +import vtk.*; + +public class vtkDirectedGraph 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 long GetData_3(vtkInformation id0); + public vtkDirectedGraph GetData(vtkInformation id0) { + long temp = GetData_3(id0); + + if (temp == 0) return null; + return (vtkDirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetData_4(vtkInformationVector id0,int id1); + public vtkDirectedGraph GetData(vtkInformationVector id0,int id1) { + long temp = GetData_4(id0,id1); + + if (temp == 0) return null; + return (vtkDirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native boolean IsStructureValid_5(vtkGraph id0); + public boolean IsStructureValid(vtkGraph id0) + { return IsStructureValid_5(id0); } + + public vtkDirectedGraph() { super(); } + + public vtkDirectedGraph(long id) { super(id); } + public native long VTKInit(); + +}