X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkOpenGLClipPlanesPainter.java;fp=vtk%2Fsrc%2Fvtk%2FvtkOpenGLClipPlanesPainter.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=c07227cb60cbd86275dcdbf3ef728fd5a53b3d64;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java b/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java deleted file mode 100644 index c07227cb..00000000 --- a/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java +++ /dev/null @@ -1,23 +0,0 @@ -// java wrapper for vtkOpenGLClipPlanesPainter object -// - -package vtk; -import vtk.*; - -public class vtkOpenGLClipPlanesPainter extends vtkClipPlanesPainter -{ - - 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); } - - public vtkOpenGLClipPlanesPainter() { super(); } - - public vtkOpenGLClipPlanesPainter(long id) { super(id); } - public native long VTKInit(); - -}