1 // java wrapper for vtkRenderingGL2PSOpenGL2ObjectFactory object
7 public class vtkRenderingGL2PSOpenGL2ObjectFactory extends vtkObjectFactory
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native String GetDescription_2();
19 public String GetDescription()
20 { return GetDescription_2(); }
22 private native String GetVTKSourceVersion_3();
23 public String GetVTKSourceVersion()
24 { return GetVTKSourceVersion_3(); }
26 public vtkRenderingGL2PSOpenGL2ObjectFactory() { super(); }
28 public vtkRenderingGL2PSOpenGL2ObjectFactory(long id) { super(id); }
29 public native long VTKInit();