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