X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRectilinearGridAlgorithm.java;h=d7d14eb6a2e2c5f4760b41242780dfed0f6db66e;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=97426ba0ab9155548002fe8828bb7321a848c0e6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRectilinearGridAlgorithm.java b/vtk/src/vtk/vtkRectilinearGridAlgorithm.java index 97426ba0..d7d14eb6 100644 --- a/vtk/src/vtk/vtkRectilinearGridAlgorithm.java +++ b/vtk/src/vtk/vtkRectilinearGridAlgorithm.java @@ -1,83 +1,83 @@ -// java wrapper for vtkRectilinearGridAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkRectilinearGridAlgorithm 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 vtkRectilinearGrid GetOutput() { - long temp = GetOutput_2(); - - if (temp == 0) return null; - return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_3(int id0); - public vtkRectilinearGrid GetOutput(int id0) { - long temp = GetOutput_3(id0); - - if (temp == 0) return null; - return (vtkRectilinearGrid)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(); - public vtkDataObject GetInput() { - long temp = GetInput_5(); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInput_6(int id0); - public vtkDataObject GetInput(int id0) { - long temp = GetInput_6(id0); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetRectilinearGridInput_7(int id0); - public vtkRectilinearGrid GetRectilinearGridInput(int id0) { - long temp = GetRectilinearGridInput_7(id0); - - if (temp == 0) return null; - return (vtkRectilinearGrid)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 vtkRectilinearGridAlgorithm() { super(); } - - public vtkRectilinearGridAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRectilinearGridAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkRectilinearGridAlgorithm 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 vtkRectilinearGrid GetOutput() { + long temp = GetOutput_2(); + + if (temp == 0) return null; + return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutput_3(int id0); + public vtkRectilinearGrid GetOutput(int id0) { + long temp = GetOutput_3(id0); + + if (temp == 0) return null; + return (vtkRectilinearGrid)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(); + public vtkDataObject GetInput() { + long temp = GetInput_5(); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetInput_6(int id0); + public vtkDataObject GetInput(int id0) { + long temp = GetInput_6(id0); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetRectilinearGridInput_7(int id0); + public vtkRectilinearGrid GetRectilinearGridInput(int id0) { + long temp = GetRectilinearGridInput_7(id0); + + if (temp == 0) return null; + return (vtkRectilinearGrid)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 vtkRectilinearGridAlgorithm() { super(); } + + public vtkRectilinearGridAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}