X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAnnotationLayersAlgorithm.java;h=7d5d6f7844359e7b25f189a9ed9180d647058205;hb=f13bbe4a5dd9b50077ab6110bfb20257e4ebf6f0;hp=439b8fe144bb99f614151d6a1bb984eacf93a0dd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAnnotationLayersAlgorithm.java b/vtk/src/vtk/vtkAnnotationLayersAlgorithm.java index 439b8fe1..7d5d6f78 100644 --- a/vtk/src/vtk/vtkAnnotationLayersAlgorithm.java +++ b/vtk/src/vtk/vtkAnnotationLayersAlgorithm.java @@ -1,47 +1,47 @@ -// java wrapper for vtkAnnotationLayersAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkAnnotationLayersAlgorithm 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 vtkAnnotationLayers GetOutput() { - long temp = GetOutput_2(); - - if (temp == 0) return null; - return (vtkAnnotationLayers)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_3(int id0); - public vtkAnnotationLayers GetOutput(int id0) { - long temp = GetOutput_3(id0); - - if (temp == 0) return null; - return (vtkAnnotationLayers)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 vtkAnnotationLayersAlgorithm() { super(); } - - public vtkAnnotationLayersAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAnnotationLayersAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkAnnotationLayersAlgorithm 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 vtkAnnotationLayers GetOutput() { + long temp = GetOutput_2(); + + if (temp == 0) return null; + return (vtkAnnotationLayers)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutput_3(int id0); + public vtkAnnotationLayers GetOutput(int id0) { + long temp = GetOutput_3(id0); + + if (temp == 0) return null; + return (vtkAnnotationLayers)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 vtkAnnotationLayersAlgorithm() { super(); } + + public vtkAnnotationLayersAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}