X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkProgrammableFilter.java;h=3807707862b5f02df81fa709a1601c239516e0e7;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=8caec24be40428ca8744d64f78b1fa4b591694d0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProgrammableFilter.java b/vtk/src/vtk/vtkProgrammableFilter.java index 8caec24b..38077078 100644 --- a/vtk/src/vtk/vtkProgrammableFilter.java +++ b/vtk/src/vtk/vtkProgrammableFilter.java @@ -1,99 +1,107 @@ -// java wrapper for vtkProgrammableFilter object -// - -package vtk; -import vtk.*; - -public class vtkProgrammableFilter extends vtkPassInputTypeAlgorithm -{ - - 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 void SetExecuteMethod_2(Object id0, String id1); - public void SetExecuteMethod(Object id0, String id1) - { SetExecuteMethod_2(id0,id1); } - - private native long GetPolyDataInput_3(); - public vtkPolyData GetPolyDataInput() { - long temp = GetPolyDataInput_3(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetStructuredPointsInput_4(); - public vtkStructuredPoints GetStructuredPointsInput() { - long temp = GetStructuredPointsInput_4(); - - if (temp == 0) return null; - return (vtkStructuredPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetStructuredGridInput_5(); - public vtkStructuredGrid GetStructuredGridInput() { - long temp = GetStructuredGridInput_5(); - - if (temp == 0) return null; - return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetUnstructuredGridInput_6(); - public vtkUnstructuredGrid GetUnstructuredGridInput() { - long temp = GetUnstructuredGridInput_6(); - - if (temp == 0) return null; - return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetRectilinearGridInput_7(); - public vtkRectilinearGrid GetRectilinearGridInput() { - long temp = GetRectilinearGridInput_7(); - - if (temp == 0) return null; - return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetGraphInput_8(); - public vtkGraph GetGraphInput() { - long temp = GetGraphInput_8(); - - if (temp == 0) return null; - return (vtkGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTableInput_9(); - public vtkTable GetTableInput() { - long temp = GetTableInput_9(); - - if (temp == 0) return null; - return (vtkTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetCopyArrays_10(boolean id0); - public void SetCopyArrays(boolean id0) - { SetCopyArrays_10(id0); } - - private native boolean GetCopyArrays_11(); - public boolean GetCopyArrays() - { return GetCopyArrays_11(); } - - private native void CopyArraysOn_12(); - public void CopyArraysOn() - { CopyArraysOn_12(); } - - private native void CopyArraysOff_13(); - public void CopyArraysOff() - { CopyArraysOff_13(); } - - public vtkProgrammableFilter() { super(); } - - public vtkProgrammableFilter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkProgrammableFilter object +// + +package vtk; +import vtk.*; + +public class vtkProgrammableFilter extends vtkPassInputTypeAlgorithm +{ + + 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 void SetExecuteMethod_2(Object id0, String id1); + public void SetExecuteMethod(Object id0, String id1) + { SetExecuteMethod_2(id0,id1); } + + private native long GetPolyDataInput_3(); + public vtkPolyData GetPolyDataInput() { + long temp = GetPolyDataInput_3(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetStructuredPointsInput_4(); + public vtkStructuredPoints GetStructuredPointsInput() { + long temp = GetStructuredPointsInput_4(); + + if (temp == 0) return null; + return (vtkStructuredPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetStructuredGridInput_5(); + public vtkStructuredGrid GetStructuredGridInput() { + long temp = GetStructuredGridInput_5(); + + if (temp == 0) return null; + return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetUnstructuredGridInput_6(); + public vtkUnstructuredGrid GetUnstructuredGridInput() { + long temp = GetUnstructuredGridInput_6(); + + if (temp == 0) return null; + return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetRectilinearGridInput_7(); + public vtkRectilinearGrid GetRectilinearGridInput() { + long temp = GetRectilinearGridInput_7(); + + if (temp == 0) return null; + return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetGraphInput_8(); + public vtkGraph GetGraphInput() { + long temp = GetGraphInput_8(); + + if (temp == 0) return null; + return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetMoleculeInput_9(); + public vtkMolecule GetMoleculeInput() { + long temp = GetMoleculeInput_9(); + + if (temp == 0) return null; + return (vtkMolecule)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTableInput_10(); + public vtkTable GetTableInput() { + long temp = GetTableInput_10(); + + if (temp == 0) return null; + return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetCopyArrays_11(boolean id0); + public void SetCopyArrays(boolean id0) + { SetCopyArrays_11(id0); } + + private native boolean GetCopyArrays_12(); + public boolean GetCopyArrays() + { return GetCopyArrays_12(); } + + private native void CopyArraysOn_13(); + public void CopyArraysOn() + { CopyArraysOn_13(); } + + private native void CopyArraysOff_14(); + public void CopyArraysOff() + { CopyArraysOff_14(); } + + public vtkProgrammableFilter() { super(); } + + public vtkProgrammableFilter(long id) { super(id); } + public native long VTKInit(); + +}