X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkScenePicker.java;h=3bb100111d61cfb5ae4fdeed6046a16f73d90101;hb=da945733caf267fed4cf28206cc99f4f57fbd1e9;hp=77e20b67fd59fd661718c8673474c9eca2da89ed;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkScenePicker.java b/vtk/src/vtk/vtkScenePicker.java index 77e20b67..3bb10011 100644 --- a/vtk/src/vtk/vtkScenePicker.java +++ b/vtk/src/vtk/vtkScenePicker.java @@ -1,67 +1,67 @@ -// java wrapper for vtkScenePicker object -// - -package vtk; -import vtk.*; - -public class vtkScenePicker 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 int GetCellId_4(int id0[]); - public int GetCellId(int id0[]) - { return GetCellId_4(id0); } - - private native int GetVertexId_5(int id0[]); - public int GetVertexId(int id0[]) - { return GetVertexId_5(id0); } - - private native long GetViewProp_6(int id0[]); - public vtkProp GetViewProp(int id0[]) { - long temp = GetViewProp_6(id0); - - if (temp == 0) return null; - return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetEnableVertexPicking_7(int id0); - public void SetEnableVertexPicking(int id0) - { SetEnableVertexPicking_7(id0); } - - private native int GetEnableVertexPicking_8(); - public int GetEnableVertexPicking() - { return GetEnableVertexPicking_8(); } - - private native void EnableVertexPickingOn_9(); - public void EnableVertexPickingOn() - { EnableVertexPickingOn_9(); } - - private native void EnableVertexPickingOff_10(); - public void EnableVertexPickingOff() - { EnableVertexPickingOff_10(); } - - public vtkScenePicker() { super(); } - - public vtkScenePicker(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkScenePicker object +// + +package vtk; +import vtk.*; + +public class vtkScenePicker 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 int GetCellId_4(int id0[]); + public int GetCellId(int id0[]) + { return GetCellId_4(id0); } + + private native int GetVertexId_5(int id0[]); + public int GetVertexId(int id0[]) + { return GetVertexId_5(id0); } + + private native long GetViewProp_6(int id0[]); + public vtkProp GetViewProp(int id0[]) { + long temp = GetViewProp_6(id0); + + if (temp == 0) return null; + return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetEnableVertexPicking_7(int id0); + public void SetEnableVertexPicking(int id0) + { SetEnableVertexPicking_7(id0); } + + private native int GetEnableVertexPicking_8(); + public int GetEnableVertexPicking() + { return GetEnableVertexPicking_8(); } + + private native void EnableVertexPickingOn_9(); + public void EnableVertexPickingOn() + { EnableVertexPickingOn_9(); } + + private native void EnableVertexPickingOff_10(); + public void EnableVertexPickingOff() + { EnableVertexPickingOff_10(); } + + public vtkScenePicker() { super(); } + + public vtkScenePicker(long id) { super(id); } + public native long VTKInit(); + +}