X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkHardwareSelector.java;h=394dae87fbd16655ab72ccde78d7f8281699f63c;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=838b83355995bbea99fdd10cf46788cc9dbdcdc0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkHardwareSelector.java b/vtk/src/vtk/vtkHardwareSelector.java index 838b8335..394dae87 100644 --- a/vtk/src/vtk/vtkHardwareSelector.java +++ b/vtk/src/vtk/vtkHardwareSelector.java @@ -1,115 +1,175 @@ -// java wrapper for vtkHardwareSelector object -// - -package vtk; -import vtk.*; - -public class vtkHardwareSelector 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 SetRenderer_2(vtkRenderer id0); - public void SetRenderer(vtkRenderer id0) - { SetRenderer_2(id0); } - - private native long GetRenderer_3(); - public vtkRenderer GetRenderer() { - long temp = GetRenderer_3(); - - if (temp == 0) return null; - return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetArea_4(int id0,int id1,int id2,int id3); - public void SetArea(int id0,int id1,int id2,int id3) - { SetArea_4(id0,id1,id2,id3); } - - private native void SetFieldAssociation_5(int id0); - public void SetFieldAssociation(int id0) - { SetFieldAssociation_5(id0); } - - private native int GetFieldAssociation_6(); - public int GetFieldAssociation() - { return GetFieldAssociation_6(); } - - private native long Select_7(); - public vtkSelection Select() { - long temp = Select_7(); - - if (temp == 0) return null; - return (vtkSelection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native boolean CaptureBuffers_8(); - public boolean CaptureBuffers() - { return CaptureBuffers_8(); } - - private native void ClearBuffers_9(); - public void ClearBuffers() - { ClearBuffers_9(); } - - private native void RenderCompositeIndex_10(int id0); - public void RenderCompositeIndex(int id0) - { RenderCompositeIndex_10(id0); } - - private native void RenderAttributeId_11(int id0); - public void RenderAttributeId(int id0) - { RenderAttributeId_11(id0); } - - private native void BeginRenderProp_12(); - public void BeginRenderProp() - { BeginRenderProp_12(); } - - private native void EndRenderProp_13(); - public void EndRenderProp() - { EndRenderProp_13(); } - - private native void SetProcessID_14(int id0); - public void SetProcessID(int id0) - { SetProcessID_14(id0); } - - private native int GetProcessID_15(); - public int GetProcessID() - { return GetProcessID_15(); } - - private native int GetCurrentPass_16(); - public int GetCurrentPass() - { return GetCurrentPass_16(); } - - private native long GenerateSelection_17(); - public vtkSelection GenerateSelection() { - long temp = GenerateSelection_17(); - - if (temp == 0) return null; - return (vtkSelection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GenerateSelection_18(int id0,int id1,int id2,int id3); - public vtkSelection GenerateSelection(int id0,int id1,int id2,int id3) { - long temp = GenerateSelection_18(id0,id1,id2,id3); - - if (temp == 0) return null; - return (vtkSelection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPropFromID_19(int id0); - public vtkProp GetPropFromID(int id0) { - long temp = GetPropFromID_19(id0); - - if (temp == 0) return null; - return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkHardwareSelector() { super(); } - - public vtkHardwareSelector(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkHardwareSelector object +// + +package vtk; +import vtk.*; + +public class vtkHardwareSelector 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 SetRenderer_2(vtkRenderer id0); + public void SetRenderer(vtkRenderer id0) + { SetRenderer_2(id0); } + + private native long GetRenderer_3(); + public vtkRenderer GetRenderer() { + long temp = GetRenderer_3(); + + if (temp == 0) return null; + return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetArea_4(int id0,int id1,int id2,int id3); + public void SetArea(int id0,int id1,int id2,int id3) + { SetArea_4(id0,id1,id2,id3); } + + private native void SetFieldAssociation_5(int id0); + public void SetFieldAssociation(int id0) + { SetFieldAssociation_5(id0); } + + private native int GetFieldAssociation_6(); + public int GetFieldAssociation() + { return GetFieldAssociation_6(); } + + private native void SetUseProcessIdFromData_7(boolean id0); + public void SetUseProcessIdFromData(boolean id0) + { SetUseProcessIdFromData_7(id0); } + + private native boolean GetUseProcessIdFromData_8(); + public boolean GetUseProcessIdFromData() + { return GetUseProcessIdFromData_8(); } + + private native long Select_9(); + public vtkSelection Select() { + long temp = Select_9(); + + if (temp == 0) return null; + return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native boolean CaptureBuffers_10(); + public boolean CaptureBuffers() + { return CaptureBuffers_10(); } + + private native void ClearBuffers_11(); + public void ClearBuffers() + { ClearBuffers_11(); } + + private native void RenderCompositeIndex_12(int id0); + public void RenderCompositeIndex(int id0) + { RenderCompositeIndex_12(id0); } + + private native void UpdateMaximumCellId_13(int id0); + public void UpdateMaximumCellId(int id0) + { UpdateMaximumCellId_13(id0); } + + private native void UpdateMaximumPointId_14(int id0); + public void UpdateMaximumPointId(int id0) + { UpdateMaximumPointId_14(id0); } + + private native void RenderProcessId_15(int id0); + public void RenderProcessId(int id0) + { RenderProcessId_15(id0); } + + private native boolean GetActorPassOnly_16(); + public boolean GetActorPassOnly() + { return GetActorPassOnly_16(); } + + private native void SetActorPassOnly_17(boolean id0); + public void SetActorPassOnly(boolean id0) + { SetActorPassOnly_17(id0); } + + private native boolean GetCaptureZValues_18(); + public boolean GetCaptureZValues() + { return GetCaptureZValues_18(); } + + private native void SetCaptureZValues_19(boolean id0); + public void SetCaptureZValues(boolean id0) + { SetCaptureZValues_19(id0); } + + private native void BeginRenderProp_20(); + public void BeginRenderProp() + { BeginRenderProp_20(); } + + private native void EndRenderProp_21(); + public void EndRenderProp() + { EndRenderProp_21(); } + + private native void SetProcessID_22(int id0); + public void SetProcessID(int id0) + { SetProcessID_22(id0); } + + private native int GetProcessID_23(); + public int GetProcessID() + { return GetProcessID_23(); } + + private native double[] GetPropColorValue_24(); + public double[] GetPropColorValue() + { return GetPropColorValue_24(); } + + private native void SetPropColorValue_25(double id0,double id1,double id2); + public void SetPropColorValue(double id0,double id1,double id2) + { SetPropColorValue_25(id0,id1,id2); } + + private native void SetPropColorValue_26(double id0[]); + public void SetPropColorValue(double id0[]) + { SetPropColorValue_26(id0); } + + private native void SetPropColorValue_27(int id0); + public void SetPropColorValue(int id0) + { SetPropColorValue_27(id0); } + + private native int GetCurrentPass_28(); + public int GetCurrentPass() + { return GetCurrentPass_28(); } + + private native long GenerateSelection_29(); + public vtkSelection GenerateSelection() { + long temp = GenerateSelection_29(); + + if (temp == 0) return null; + return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GenerateSelection_30(int id0,int id1,int id2,int id3); + public vtkSelection GenerateSelection(int id0,int id1,int id2,int id3) { + long temp = GenerateSelection_30(id0,id1,id2,id3); + + if (temp == 0) return null; + return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPropFromID_31(int id0); + public vtkProp GetPropFromID(int id0) { + long temp = GetPropFromID_31(id0); + + if (temp == 0) return null; + return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native String PassTypeToString_32(int id0); + public String PassTypeToString(int id0) + { return PassTypeToString_32(id0); } + + private native void Convert_33(int id0,double id1[]); + public void Convert(int id0,double id1[]) + { Convert_33(id0,id1); } + + private native void SavePixelBuffer_34(int id0); + public void SavePixelBuffer(int id0) + { SavePixelBuffer_34(id0); } + + public vtkHardwareSelector() { super(); } + + public vtkHardwareSelector(long id) { super(id); } + public native long VTKInit(); + +}