X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPointSetAlgorithm.java;h=d085f7666f8ff9599f36b6966ab338eca8f6ec36;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=9c6a434a6f2d0c5ce487bf5031faab8b31412513;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPointSetAlgorithm.java b/vtk/src/vtk/vtkPointSetAlgorithm.java index 9c6a434a..d085f766 100644 --- a/vtk/src/vtk/vtkPointSetAlgorithm.java +++ b/vtk/src/vtk/vtkPointSetAlgorithm.java @@ -1,103 +1,103 @@ -// java wrapper for vtkPointSetAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkPointSetAlgorithm 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 vtkPointSet GetOutput() { - long temp = GetOutput_2(); - - if (temp == 0) return null; - return (vtkPointSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_3(int id0); - public vtkPointSet GetOutput(int id0) { - long temp = GetOutput_3(id0); - - if (temp == 0) return null; - return (vtkPointSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPolyDataOutput_4(); - public vtkPolyData GetPolyDataOutput() { - long temp = GetPolyDataOutput_4(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetStructuredGridOutput_5(); - public vtkStructuredGrid GetStructuredGridOutput() { - long temp = GetStructuredGridOutput_5(); - - if (temp == 0) return null; - return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetUnstructuredGridOutput_6(); - public vtkUnstructuredGrid GetUnstructuredGridOutput() { - long temp = GetUnstructuredGridOutput_6(); - - if (temp == 0) return null; - return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetInput_7(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_7(id0); } - - private native void SetInput_8(int id0,vtkDataObject id1); - public void SetInput(int id0,vtkDataObject id1) - { SetInput_8(id0,id1); } - - private native void SetInput_9(vtkPointSet id0); - public void SetInput(vtkPointSet id0) - { SetInput_9(id0); } - - private native void SetInput_10(int id0,vtkPointSet id1); - public void SetInput(int id0,vtkPointSet id1) - { SetInput_10(id0,id1); } - - private native void AddInput_11(vtkDataObject id0); - public void AddInput(vtkDataObject id0) - { AddInput_11(id0); } - - private native void AddInput_12(vtkPointSet id0); - public void AddInput(vtkPointSet id0) - { AddInput_12(id0); } - - private native void AddInput_13(int id0,vtkPointSet id1); - public void AddInput(int id0,vtkPointSet id1) - { AddInput_13(id0,id1); } - - private native void AddInput_14(int id0,vtkDataObject id1); - public void AddInput(int id0,vtkDataObject id1) - { AddInput_14(id0,id1); } - - private native long GetInput_15(); - public vtkDataObject GetInput() { - long temp = GetInput_15(); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkPointSetAlgorithm() { super(); } - - public vtkPointSetAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPointSetAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkPointSetAlgorithm 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 vtkPointSet GetOutput() { + long temp = GetOutput_2(); + + if (temp == 0) return null; + return (vtkPointSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutput_3(int id0); + public vtkPointSet GetOutput(int id0) { + long temp = GetOutput_3(id0); + + if (temp == 0) return null; + return (vtkPointSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPolyDataOutput_4(); + public vtkPolyData GetPolyDataOutput() { + long temp = GetPolyDataOutput_4(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetStructuredGridOutput_5(); + public vtkStructuredGrid GetStructuredGridOutput() { + long temp = GetStructuredGridOutput_5(); + + if (temp == 0) return null; + return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetUnstructuredGridOutput_6(); + public vtkUnstructuredGrid GetUnstructuredGridOutput() { + long temp = GetUnstructuredGridOutput_6(); + + if (temp == 0) return null; + return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInputData_7(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_7(id0); } + + private native void SetInputData_8(int id0,vtkDataObject id1); + public void SetInputData(int id0,vtkDataObject id1) + { SetInputData_8(id0,id1); } + + private native void SetInputData_9(vtkPointSet id0); + public void SetInputData(vtkPointSet id0) + { SetInputData_9(id0); } + + private native void SetInputData_10(int id0,vtkPointSet id1); + public void SetInputData(int id0,vtkPointSet id1) + { SetInputData_10(id0,id1); } + + private native void AddInputData_11(vtkDataObject id0); + public void AddInputData(vtkDataObject id0) + { AddInputData_11(id0); } + + private native void AddInputData_12(vtkPointSet id0); + public void AddInputData(vtkPointSet id0) + { AddInputData_12(id0); } + + private native void AddInputData_13(int id0,vtkPointSet id1); + public void AddInputData(int id0,vtkPointSet id1) + { AddInputData_13(id0,id1); } + + private native void AddInputData_14(int id0,vtkDataObject id1); + public void AddInputData(int id0,vtkDataObject id1) + { AddInputData_14(id0,id1); } + + private native long GetInput_15(); + public vtkDataObject GetInput() { + long temp = GetInput_15(); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkPointSetAlgorithm() { super(); } + + public vtkPointSetAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}