X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRenderingOpenGL2ObjectFactory.java;fp=vtk%2Fsrc%2Fvtk%2FvtkRenderingOpenGL2ObjectFactory.java;h=33a817363ebcf5426d17a392bee6189a4fd326f4;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRenderingOpenGL2ObjectFactory.java b/vtk/src/vtk/vtkRenderingOpenGL2ObjectFactory.java new file mode 100644 index 00000000..33a81736 --- /dev/null +++ b/vtk/src/vtk/vtkRenderingOpenGL2ObjectFactory.java @@ -0,0 +1,31 @@ +// java wrapper for vtkRenderingOpenGL2ObjectFactory object +// + +package vtk; +import vtk.*; + +public class vtkRenderingOpenGL2ObjectFactory extends vtkObjectFactory +{ + + 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 String GetDescription_2(); + public String GetDescription() + { return GetDescription_2(); } + + private native String GetVTKSourceVersion_3(); + public String GetVTKSourceVersion() + { return GetVTKSourceVersion_3(); } + + public vtkRenderingOpenGL2ObjectFactory() { super(); } + + public vtkRenderingOpenGL2ObjectFactory(long id) { super(id); } + public native long VTKInit(); + +}