X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAlgorithmOutput.java;h=7548d9b4aa47258c1518a5da3d55d4881832c1c8;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=8e2da702fe56b69c6bbe79cda315a58e6b7d97f4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAlgorithmOutput.java b/vtk/src/vtk/vtkAlgorithmOutput.java index 8e2da702..7548d9b4 100644 --- a/vtk/src/vtk/vtkAlgorithmOutput.java +++ b/vtk/src/vtk/vtkAlgorithmOutput.java @@ -1,43 +1,43 @@ -// java wrapper for vtkAlgorithmOutput object -// - -package vtk; -import vtk.*; - -public class vtkAlgorithmOutput extends vtkObject -{ - - 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 SetIndex_2(int id0); - public void SetIndex(int id0) - { SetIndex_2(id0); } - - private native int GetIndex_3(); - public int GetIndex() - { return GetIndex_3(); } - - private native long GetProducer_4(); - public vtkAlgorithm GetProducer() { - long temp = GetProducer_4(); - - if (temp == 0) return null; - return (vtkAlgorithm)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetProducer_5(vtkAlgorithm id0); - public void SetProducer(vtkAlgorithm id0) - { SetProducer_5(id0); } - - public vtkAlgorithmOutput() { super(); } - - public vtkAlgorithmOutput(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAlgorithmOutput object +// + +package vtk; +import vtk.*; + +public class vtkAlgorithmOutput extends vtkObject +{ + + 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 SetIndex_2(int id0); + public void SetIndex(int id0) + { SetIndex_2(id0); } + + private native int GetIndex_3(); + public int GetIndex() + { return GetIndex_3(); } + + private native long GetProducer_4(); + public vtkAlgorithm GetProducer() { + long temp = GetProducer_4(); + + if (temp == 0) return null; + return (vtkAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetProducer_5(vtkAlgorithm id0); + public void SetProducer(vtkAlgorithm id0) + { SetProducer_5(id0); } + + public vtkAlgorithmOutput() { super(); } + + public vtkAlgorithmOutput(long id) { super(id); } + public native long VTKInit(); + +}