X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkUnstructuredGridAlgorithm.java;h=d34610b86ad3f156c59f9fcaed682399c07bf796;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=0f212b99ab3b84a46f73c44596c61e1a2f70d233;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkUnstructuredGridAlgorithm.java b/vtk/src/vtk/vtkUnstructuredGridAlgorithm.java index 0f212b99..d34610b8 100644 --- a/vtk/src/vtk/vtkUnstructuredGridAlgorithm.java +++ b/vtk/src/vtk/vtkUnstructuredGridAlgorithm.java @@ -1,83 +1,83 @@ -// java wrapper for vtkUnstructuredGridAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkUnstructuredGridAlgorithm extends vtkAlgorithm -{ - - 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 long GetOutput_2(); - public vtkUnstructuredGrid GetOutput() { - long temp = GetOutput_2(); - - if (temp == 0) return null; - return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_3(int id0); - public vtkUnstructuredGrid GetOutput(int id0) { - long temp = GetOutput_3(id0); - - if (temp == 0) return null; - return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetOutput_4(vtkDataObject id0); - public void SetOutput(vtkDataObject id0) - { SetOutput_4(id0); } - - private native long GetInput_5(int id0); - public vtkDataObject GetInput(int id0) { - long temp = GetInput_5(id0); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInput_6(); - public vtkDataObject GetInput() { - long temp = GetInput_6(); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetUnstructuredGridInput_7(int id0); - public vtkUnstructuredGrid GetUnstructuredGridInput(int id0) { - long temp = GetUnstructuredGridInput_7(id0); - - if (temp == 0) return null; - return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetInput_8(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_8(id0); } - - private native void SetInput_9(int id0,vtkDataObject id1); - public void SetInput(int id0,vtkDataObject id1) - { SetInput_9(id0,id1); } - - private native void AddInput_10(vtkDataObject id0); - public void AddInput(vtkDataObject id0) - { AddInput_10(id0); } - - private native void AddInput_11(int id0,vtkDataObject id1); - public void AddInput(int id0,vtkDataObject id1) - { AddInput_11(id0,id1); } - - public vtkUnstructuredGridAlgorithm() { super(); } - - public vtkUnstructuredGridAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkUnstructuredGridAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkUnstructuredGridAlgorithm extends vtkAlgorithm +{ + + 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 long GetOutput_2(); + public vtkUnstructuredGrid GetOutput() { + long temp = GetOutput_2(); + + if (temp == 0) return null; + return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutput_3(int id0); + public vtkUnstructuredGrid GetOutput(int id0) { + long temp = GetOutput_3(id0); + + if (temp == 0) return null; + return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetOutput_4(vtkDataObject id0); + public void SetOutput(vtkDataObject id0) + { SetOutput_4(id0); } + + private native long GetInput_5(int id0); + public vtkDataObject GetInput(int id0) { + long temp = GetInput_5(id0); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetInput_6(); + public vtkDataObject GetInput() { + long temp = GetInput_6(); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetUnstructuredGridInput_7(int id0); + public vtkUnstructuredGrid GetUnstructuredGridInput(int id0) { + long temp = GetUnstructuredGridInput_7(id0); + + if (temp == 0) return null; + return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInputData_8(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_8(id0); } + + private native void SetInputData_9(int id0,vtkDataObject id1); + public void SetInputData(int id0,vtkDataObject id1) + { SetInputData_9(id0,id1); } + + private native void AddInputData_10(vtkDataObject id0); + public void AddInputData(vtkDataObject id0) + { AddInputData_10(id0); } + + private native void AddInputData_11(int id0,vtkDataObject id1); + public void AddInputData(int id0,vtkDataObject id1) + { AddInputData_11(id0,id1); } + + public vtkUnstructuredGridAlgorithm() { super(); } + + public vtkUnstructuredGridAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}