X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkProgrammableSource.java;h=3a520abb6cc91e6220e0e1b722e171061bcb9486;hb=refs%2Fchanges%2F75%2F3475%2F1;hp=105d0e0069fa2b1542d322c185477d6ec2215e0b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProgrammableSource.java b/vtk/src/vtk/vtkProgrammableSource.java index 105d0e00..3a520abb 100644 --- a/vtk/src/vtk/vtkProgrammableSource.java +++ b/vtk/src/vtk/vtkProgrammableSource.java @@ -1,67 +1,91 @@ -// java wrapper for vtkProgrammableSource object -// - -package vtk; -import vtk.*; - -public class vtkProgrammableSource extends vtkDataSetAlgorithm -{ - - 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 GetPolyDataOutput_3(); - public vtkPolyData GetPolyDataOutput() { - long temp = GetPolyDataOutput_3(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetStructuredPointsOutput_4(); - public vtkStructuredPoints GetStructuredPointsOutput() { - long temp = GetStructuredPointsOutput_4(); - - if (temp == 0) return null; - return (vtkStructuredPoints)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 long GetRectilinearGridOutput_7(); - public vtkRectilinearGrid GetRectilinearGridOutput() { - long temp = GetRectilinearGridOutput_7(); - - if (temp == 0) return null; - return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkProgrammableSource() { super(); } - - public vtkProgrammableSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkProgrammableSource object +// + +package vtk; +import vtk.*; + +public class vtkProgrammableSource extends vtkDataObjectAlgorithm +{ + + 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 GetPolyDataOutput_3(); + public vtkPolyData GetPolyDataOutput() { + long temp = GetPolyDataOutput_3(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetStructuredPointsOutput_4(); + public vtkStructuredPoints GetStructuredPointsOutput() { + long temp = GetStructuredPointsOutput_4(); + + if (temp == 0) return null; + return (vtkStructuredPoints)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 long GetRectilinearGridOutput_7(); + public vtkRectilinearGrid GetRectilinearGridOutput() { + long temp = GetRectilinearGridOutput_7(); + + if (temp == 0) return null; + return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetGraphOutput_8(); + public vtkGraph GetGraphOutput() { + long temp = GetGraphOutput_8(); + + if (temp == 0) return null; + return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetMoleculeOutput_9(); + public vtkMolecule GetMoleculeOutput() { + long temp = GetMoleculeOutput_9(); + + if (temp == 0) return null; + return (vtkMolecule)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTableOutput_10(); + public vtkTable GetTableOutput() { + long temp = GetTableOutput_10(); + + if (temp == 0) return null; + return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkProgrammableSource() { super(); } + + public vtkProgrammableSource(long id) { super(id); } + public native long VTKInit(); + +}