]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPiecewisePointHandleItem.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPiecewisePointHandleItem.java
index d8f8f1f31e037af11c2780cba0cd319fe9bff1db..59933827c1682dfc15f7c75f77054da9c56273ea 100644 (file)
@@ -1,43 +1,43 @@
-// java wrapper for vtkPiecewisePointHandleItem object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPiecewisePointHandleItem extends vtkContextItem\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 SetParent_2(vtkAbstractContextItem id0);\r
-  public void SetParent(vtkAbstractContextItem id0)\r
-    { SetParent_2(id0); }\r
-\r
-  private native boolean Paint_3(vtkContext2D id0);\r
-  public boolean Paint(vtkContext2D id0)\r
-    { return Paint_3(id0); }\r
-\r
-  private native void SetCurrentPointIndex_4(int id0);\r
-  public void SetCurrentPointIndex(int id0)\r
-    { SetCurrentPointIndex_4(id0); }\r
-\r
-  private native int GetCurrentPointIndex_5();\r
-  public int GetCurrentPointIndex()\r
-    { return GetCurrentPointIndex_5(); }\r
-\r
-  private native void SetPiecewiseFunction_6(vtkPiecewiseFunction id0);\r
-  public void SetPiecewiseFunction(vtkPiecewiseFunction id0)\r
-    { SetPiecewiseFunction_6(id0); }\r
-\r
-  public vtkPiecewisePointHandleItem() { super(); }\r
-\r
-  public vtkPiecewisePointHandleItem(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPiecewisePointHandleItem object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPiecewisePointHandleItem extends vtkContextItem
+{
+
+  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 SetParent_2(vtkAbstractContextItem id0);
+  public void SetParent(vtkAbstractContextItem id0)
+    { SetParent_2(id0); }
+
+  private native boolean Paint_3(vtkContext2D id0);
+  public boolean Paint(vtkContext2D id0)
+    { return Paint_3(id0); }
+
+  private native void SetCurrentPointIndex_4(int id0);
+  public void SetCurrentPointIndex(int id0)
+    { SetCurrentPointIndex_4(id0); }
+
+  private native int GetCurrentPointIndex_5();
+  public int GetCurrentPointIndex()
+    { return GetCurrentPointIndex_5(); }
+
+  private native void SetPiecewiseFunction_6(vtkPiecewiseFunction id0);
+  public void SetPiecewiseFunction(vtkPiecewiseFunction id0)
+    { SetPiecewiseFunction_6(id0); }
+
+  public vtkPiecewisePointHandleItem() { super(); }
+
+  public vtkPiecewisePointHandleItem(long id) { super(id); }
+  public native long   VTKInit();
+
+}