X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkStructuredGridAlgorithm.java;h=47939caa079be9aff95679db4032040923b5505e;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=b748185d21a33210a22a49608ec4576c1e644db9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkStructuredGridAlgorithm.java b/vtk/src/vtk/vtkStructuredGridAlgorithm.java index b748185d..47939caa 100644 --- a/vtk/src/vtk/vtkStructuredGridAlgorithm.java +++ b/vtk/src/vtk/vtkStructuredGridAlgorithm.java @@ -1,83 +1,83 @@ -// java wrapper for vtkStructuredGridAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkStructuredGridAlgorithm 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 vtkStructuredGrid GetOutput() { - long temp = GetOutput_2(); - - if (temp == 0) return null; - return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_3(int id0); - public vtkStructuredGrid GetOutput(int id0) { - long temp = GetOutput_3(id0); - - if (temp == 0) return null; - return (vtkStructuredGrid)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 GetStructuredGridInput_7(int id0); - public vtkStructuredGrid GetStructuredGridInput(int id0) { - long temp = GetStructuredGridInput_7(id0); - - if (temp == 0) return null; - return (vtkStructuredGrid)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 vtkStructuredGridAlgorithm() { super(); } - - public vtkStructuredGridAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkStructuredGridAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkStructuredGridAlgorithm 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 vtkStructuredGrid GetOutput() { + long temp = GetOutput_2(); + + if (temp == 0) return null; + return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutput_3(int id0); + public vtkStructuredGrid GetOutput(int id0) { + long temp = GetOutput_3(id0); + + if (temp == 0) return null; + return (vtkStructuredGrid)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 GetStructuredGridInput_7(int id0); + public vtkStructuredGrid GetStructuredGridInput(int id0) { + long temp = GetStructuredGridInput_7(id0); + + if (temp == 0) return null; + return (vtkStructuredGrid)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 vtkStructuredGridAlgorithm() { super(); } + + public vtkStructuredGridAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}