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