X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTableAlgorithm.java;h=1b5ddc2c619e85635f5eeefbb3e89bc210b76f23;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=1c4082701b467ce0b0bf3eff84476679b6ca8a20;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTableAlgorithm.java b/vtk/src/vtk/vtkTableAlgorithm.java index 1c408270..1b5ddc2c 100644 --- a/vtk/src/vtk/vtkTableAlgorithm.java +++ b/vtk/src/vtk/vtkTableAlgorithm.java @@ -1,47 +1,47 @@ -// java wrapper for vtkTableAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkTableAlgorithm 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 vtkTable GetOutput() { - long temp = GetOutput_2(); - - if (temp == 0) return null; - return (vtkTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_3(int id0); - public vtkTable GetOutput(int id0) { - long temp = GetOutput_3(id0); - - if (temp == 0) return null; - return (vtkTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetInput_4(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_4(id0); } - - private native void SetInput_5(int id0,vtkDataObject id1); - public void SetInput(int id0,vtkDataObject id1) - { SetInput_5(id0,id1); } - - public vtkTableAlgorithm() { super(); } - - public vtkTableAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTableAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkTableAlgorithm 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 vtkTable GetOutput() { + long temp = GetOutput_2(); + + if (temp == 0) return null; + return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutput_3(int id0); + public vtkTable GetOutput(int id0) { + long temp = GetOutput_3(id0); + + if (temp == 0) return null; + return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInputData_4(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_4(id0); } + + private native void SetInputData_5(int id0,vtkDataObject id1); + public void SetInputData(int id0,vtkDataObject id1) + { SetInputData_5(id0,id1); } + + public vtkTableAlgorithm() { super(); } + + public vtkTableAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}