]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkOpenGLClipPlanesPainter.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkOpenGLClipPlanesPainter.java
diff --git a/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java b/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java
new file mode 100644 (file)
index 0000000..c07227c
--- /dev/null
@@ -0,0 +1,23 @@
+// java wrapper for vtkOpenGLClipPlanesPainter object\r
+//\r
+\r
+package vtk;\r
+import vtk.*;\r
+\r
+public class vtkOpenGLClipPlanesPainter extends vtkClipPlanesPainter\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
+  public vtkOpenGLClipPlanesPainter() { super(); }\r
+\r
+  public vtkOpenGLClipPlanesPainter(long id) { super(id); }\r
+  public native long   VTKInit();\r
+\r
+}\r