]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSelectVisiblePoints.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSelectVisiblePoints.java
index b408af75e6d1157115e77ffa5d64110527c2a64b..03445f8f6bcd65d58876d593a89daebcb6cb69c3 100644 (file)
@@ -1,99 +1,99 @@
-// java wrapper for vtkSelectVisiblePoints object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSelectVisiblePoints extends vtkPolyDataAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetRenderer_2(vtkRenderer id0);\r
-  public void SetRenderer(vtkRenderer id0)\r
-    { SetRenderer_2(id0); }\r
-\r
-  private native long GetRenderer_3();\r
-  public vtkRenderer GetRenderer() {\r
-    long temp = GetRenderer_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetSelectionWindow_4(int id0);\r
-  public void SetSelectionWindow(int id0)\r
-    { SetSelectionWindow_4(id0); }\r
-\r
-  private native int GetSelectionWindow_5();\r
-  public int GetSelectionWindow()\r
-    { return GetSelectionWindow_5(); }\r
-\r
-  private native void SelectionWindowOn_6();\r
-  public void SelectionWindowOn()\r
-    { SelectionWindowOn_6(); }\r
-\r
-  private native void SelectionWindowOff_7();\r
-  public void SelectionWindowOff()\r
-    { SelectionWindowOff_7(); }\r
-\r
-  private native void SetSelection_8(int id0,int id1,int id2,int id3);\r
-  public void SetSelection(int id0,int id1,int id2,int id3)\r
-    { SetSelection_8(id0,id1,id2,id3); }\r
-\r
-  private native void SetSelection_9(int id0[]);\r
-  public void SetSelection(int id0[])\r
-    { SetSelection_9(id0); }\r
-\r
-  private native int[]  GetSelection_10();\r
-  public int[]  GetSelection()\r
-    { return GetSelection_10(); }\r
-\r
-  private native void SetSelectInvisible_11(int id0);\r
-  public void SetSelectInvisible(int id0)\r
-    { SetSelectInvisible_11(id0); }\r
-\r
-  private native int GetSelectInvisible_12();\r
-  public int GetSelectInvisible()\r
-    { return GetSelectInvisible_12(); }\r
-\r
-  private native void SelectInvisibleOn_13();\r
-  public void SelectInvisibleOn()\r
-    { SelectInvisibleOn_13(); }\r
-\r
-  private native void SelectInvisibleOff_14();\r
-  public void SelectInvisibleOff()\r
-    { SelectInvisibleOff_14(); }\r
-\r
-  private native void SetTolerance_15(double id0);\r
-  public void SetTolerance(double id0)\r
-    { SetTolerance_15(id0); }\r
-\r
-  private native double GetToleranceMinValue_16();\r
-  public double GetToleranceMinValue()\r
-    { return GetToleranceMinValue_16(); }\r
-\r
-  private native double GetToleranceMaxValue_17();\r
-  public double GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_17(); }\r
-\r
-  private native double GetTolerance_18();\r
-  public double GetTolerance()\r
-    { return GetTolerance_18(); }\r
-\r
-  private native int GetMTime_19();\r
-  public int GetMTime()\r
-    { return GetMTime_19(); }\r
-\r
-  public vtkSelectVisiblePoints() { super(); }\r
-\r
-  public vtkSelectVisiblePoints(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSelectVisiblePoints object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSelectVisiblePoints extends vtkPolyDataAlgorithm
+{
+
+  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 SetSelectionWindow_4(int id0);
+  public void SetSelectionWindow(int id0)
+    { SetSelectionWindow_4(id0); }
+
+  private native int GetSelectionWindow_5();
+  public int GetSelectionWindow()
+    { return GetSelectionWindow_5(); }
+
+  private native void SelectionWindowOn_6();
+  public void SelectionWindowOn()
+    { SelectionWindowOn_6(); }
+
+  private native void SelectionWindowOff_7();
+  public void SelectionWindowOff()
+    { SelectionWindowOff_7(); }
+
+  private native void SetSelection_8(int id0,int id1,int id2,int id3);
+  public void SetSelection(int id0,int id1,int id2,int id3)
+    { SetSelection_8(id0,id1,id2,id3); }
+
+  private native void SetSelection_9(int id0[]);
+  public void SetSelection(int id0[])
+    { SetSelection_9(id0); }
+
+  private native int[]  GetSelection_10();
+  public int[]  GetSelection()
+    { return GetSelection_10(); }
+
+  private native void SetSelectInvisible_11(int id0);
+  public void SetSelectInvisible(int id0)
+    { SetSelectInvisible_11(id0); }
+
+  private native int GetSelectInvisible_12();
+  public int GetSelectInvisible()
+    { return GetSelectInvisible_12(); }
+
+  private native void SelectInvisibleOn_13();
+  public void SelectInvisibleOn()
+    { SelectInvisibleOn_13(); }
+
+  private native void SelectInvisibleOff_14();
+  public void SelectInvisibleOff()
+    { SelectInvisibleOff_14(); }
+
+  private native void SetTolerance_15(double id0);
+  public void SetTolerance(double id0)
+    { SetTolerance_15(id0); }
+
+  private native double GetToleranceMinValue_16();
+  public double GetToleranceMinValue()
+    { return GetToleranceMinValue_16(); }
+
+  private native double GetToleranceMaxValue_17();
+  public double GetToleranceMaxValue()
+    { return GetToleranceMaxValue_17(); }
+
+  private native double GetTolerance_18();
+  public double GetTolerance()
+    { return GetTolerance_18(); }
+
+  private native int GetMTime_19();
+  public int GetMTime()
+    { return GetMTime_19(); }
+
+  public vtkSelectVisiblePoints() { super(); }
+
+  public vtkSelectVisiblePoints(long id) { super(id); }
+  public native long   VTKInit();
+
+}