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=c07227cb60cbd86275dcdbf3ef728fd5a53b3d64;hb=471c46e9a685e20de958d77166461aebc7a7b6ee;hp=0000000000000000000000000000000000000000;hpb=4daf400d94499ace445cc112af3b9fd7960104c6;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java b/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java new file mode 100644 index 00000000..c07227cb --- /dev/null +++ b/vtk/src/vtk/vtkOpenGLClipPlanesPainter.java @@ -0,0 +1,23 @@ +// 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(); + +}