X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkView.java;h=9c9717bcecb242ab14da067ee2ed0ae2c6cf6fb1;hb=da945733caf267fed4cf28206cc99f4f57fbd1e9;hp=cdb7ad697fe3368febc594901ba2f2a16da064af;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkView.java b/vtk/src/vtk/vtkView.java index cdb7ad69..9c9717bc 100644 --- a/vtk/src/vtk/vtkView.java +++ b/vtk/src/vtk/vtkView.java @@ -1,115 +1,115 @@ -// java wrapper for vtkView object -// - -package vtk; -import vtk.*; - -public class vtkView 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 AddRepresentation_2(vtkDataRepresentation id0); - public void AddRepresentation(vtkDataRepresentation id0) - { AddRepresentation_2(id0); } - - private native void SetRepresentation_3(vtkDataRepresentation id0); - public void SetRepresentation(vtkDataRepresentation id0) - { SetRepresentation_3(id0); } - - private native long AddRepresentationFromInputConnection_4(vtkAlgorithmOutput id0); - public vtkDataRepresentation AddRepresentationFromInputConnection(vtkAlgorithmOutput id0) { - long temp = AddRepresentationFromInputConnection_4(id0); - - if (temp == 0) return null; - return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long SetRepresentationFromInputConnection_5(vtkAlgorithmOutput id0); - public vtkDataRepresentation SetRepresentationFromInputConnection(vtkAlgorithmOutput id0) { - long temp = SetRepresentationFromInputConnection_5(id0); - - if (temp == 0) return null; - return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long AddRepresentationFromInput_6(vtkDataObject id0); - public vtkDataRepresentation AddRepresentationFromInput(vtkDataObject id0) { - long temp = AddRepresentationFromInput_6(id0); - - if (temp == 0) return null; - return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long SetRepresentationFromInput_7(vtkDataObject id0); - public vtkDataRepresentation SetRepresentationFromInput(vtkDataObject id0) { - long temp = SetRepresentationFromInput_7(id0); - - if (temp == 0) return null; - return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void RemoveRepresentation_8(vtkDataRepresentation id0); - public void RemoveRepresentation(vtkDataRepresentation id0) - { RemoveRepresentation_8(id0); } - - private native void RemoveRepresentation_9(vtkAlgorithmOutput id0); - public void RemoveRepresentation(vtkAlgorithmOutput id0) - { RemoveRepresentation_9(id0); } - - private native void RemoveAllRepresentations_10(); - public void RemoveAllRepresentations() - { RemoveAllRepresentations_10(); } - - private native int GetNumberOfRepresentations_11(); - public int GetNumberOfRepresentations() - { return GetNumberOfRepresentations_11(); } - - private native long GetRepresentation_12(int id0); - public vtkDataRepresentation GetRepresentation(int id0) { - long temp = GetRepresentation_12(id0); - - if (temp == 0) return null; - return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native boolean IsRepresentationPresent_13(vtkDataRepresentation id0); - public boolean IsRepresentationPresent(vtkDataRepresentation id0) - { return IsRepresentationPresent_13(id0); } - - private native void Update_14(); - public void Update() - { Update_14(); } - - private native void ApplyViewTheme_15(vtkViewTheme id0); - public void ApplyViewTheme(vtkViewTheme id0) - { ApplyViewTheme_15(id0); } - - private native long GetObserver_16(); - public vtkCommand GetObserver() { - long temp = GetObserver_16(); - - if (temp == 0) return null; - return (vtkCommand)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void RegisterProgress_17(vtkObject id0,String id1); - public void RegisterProgress(vtkObject id0,String id1) - { RegisterProgress_17(id0,id1); } - - private native void UnRegisterProgress_18(vtkObject id0); - public void UnRegisterProgress(vtkObject id0) - { UnRegisterProgress_18(id0); } - - public vtkView() { super(); } - - public vtkView(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkView object +// + +package vtk; +import vtk.*; + +public class vtkView 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 AddRepresentation_2(vtkDataRepresentation id0); + public void AddRepresentation(vtkDataRepresentation id0) + { AddRepresentation_2(id0); } + + private native void SetRepresentation_3(vtkDataRepresentation id0); + public void SetRepresentation(vtkDataRepresentation id0) + { SetRepresentation_3(id0); } + + private native long AddRepresentationFromInputConnection_4(vtkAlgorithmOutput id0); + public vtkDataRepresentation AddRepresentationFromInputConnection(vtkAlgorithmOutput id0) { + long temp = AddRepresentationFromInputConnection_4(id0); + + if (temp == 0) return null; + return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long SetRepresentationFromInputConnection_5(vtkAlgorithmOutput id0); + public vtkDataRepresentation SetRepresentationFromInputConnection(vtkAlgorithmOutput id0) { + long temp = SetRepresentationFromInputConnection_5(id0); + + if (temp == 0) return null; + return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long AddRepresentationFromInput_6(vtkDataObject id0); + public vtkDataRepresentation AddRepresentationFromInput(vtkDataObject id0) { + long temp = AddRepresentationFromInput_6(id0); + + if (temp == 0) return null; + return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long SetRepresentationFromInput_7(vtkDataObject id0); + public vtkDataRepresentation SetRepresentationFromInput(vtkDataObject id0) { + long temp = SetRepresentationFromInput_7(id0); + + if (temp == 0) return null; + return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void RemoveRepresentation_8(vtkDataRepresentation id0); + public void RemoveRepresentation(vtkDataRepresentation id0) + { RemoveRepresentation_8(id0); } + + private native void RemoveRepresentation_9(vtkAlgorithmOutput id0); + public void RemoveRepresentation(vtkAlgorithmOutput id0) + { RemoveRepresentation_9(id0); } + + private native void RemoveAllRepresentations_10(); + public void RemoveAllRepresentations() + { RemoveAllRepresentations_10(); } + + private native int GetNumberOfRepresentations_11(); + public int GetNumberOfRepresentations() + { return GetNumberOfRepresentations_11(); } + + private native long GetRepresentation_12(int id0); + public vtkDataRepresentation GetRepresentation(int id0) { + long temp = GetRepresentation_12(id0); + + if (temp == 0) return null; + return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native boolean IsRepresentationPresent_13(vtkDataRepresentation id0); + public boolean IsRepresentationPresent(vtkDataRepresentation id0) + { return IsRepresentationPresent_13(id0); } + + private native void Update_14(); + public void Update() + { Update_14(); } + + private native void ApplyViewTheme_15(vtkViewTheme id0); + public void ApplyViewTheme(vtkViewTheme id0) + { ApplyViewTheme_15(id0); } + + private native long GetObserver_16(); + public vtkCommand GetObserver() { + long temp = GetObserver_16(); + + if (temp == 0) return null; + return (vtkCommand)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void RegisterProgress_17(vtkObject id0,String id1); + public void RegisterProgress(vtkObject id0,String id1) + { RegisterProgress_17(id0,id1); } + + private native void UnRegisterProgress_18(vtkObject id0); + public void UnRegisterProgress(vtkObject id0) + { UnRegisterProgress_18(id0); } + + public vtkView() { super(); } + + public vtkView(long id) { super(id); } + public native long VTKInit(); + +}