]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOpenGLGL2PSHelper.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkOpenGLGL2PSHelper.java
1 // java wrapper for vtkOpenGLGL2PSHelper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOpenGLGL2PSHelper extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native long GetInstance_2();
19   public vtkOpenGLGL2PSHelper GetInstance() {
20     long temp = GetInstance_2();
21
22     if (temp == 0) return null;
23     return (vtkOpenGLGL2PSHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetInstance_3(vtkOpenGLGL2PSHelper id0);
27   public void SetInstance(vtkOpenGLGL2PSHelper id0)
28     { SetInstance_3(id0); }
29
30   private native long GetRenderWindow_4();
31   public vtkRenderWindow GetRenderWindow() {
32     long temp = GetRenderWindow_4();
33
34     if (temp == 0) return null;
35     return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native int GetActiveState_5();
39   public int GetActiveState()
40     { return GetActiveState_5(); }
41
42   private native void SetPointSize_6(double id0);
43   public void SetPointSize(double id0)
44     { SetPointSize_6(id0); }
45
46   private native double GetPointSize_7();
47   public double GetPointSize()
48     { return GetPointSize_7(); }
49
50   private native void SetLineWidth_8(double id0);
51   public void SetLineWidth(double id0)
52     { SetLineWidth_8(id0); }
53
54   private native double GetLineWidth_9();
55   public double GetLineWidth()
56     { return GetLineWidth_9(); }
57
58   private native void SetLineStipple_10(int id0);
59   public void SetLineStipple(int id0)
60     { SetLineStipple_10(id0); }
61
62   private native int GetLineStipple_11();
63   public int GetLineStipple()
64     { return GetLineStipple_11(); }
65
66   private native void ProcessTransformFeedback_12(vtkTransformFeedback id0,vtkRenderer id1,vtkActor id2);
67   public void ProcessTransformFeedback(vtkTransformFeedback id0,vtkRenderer id1,vtkActor id2)
68     { ProcessTransformFeedback_12(id0,id1,id2); }
69
70   private native void ProcessTransformFeedback_13(vtkTransformFeedback id0,vtkRenderer id1,double id2[]);
71   public void ProcessTransformFeedback(vtkTransformFeedback id0,vtkRenderer id1,double id2[])
72     { ProcessTransformFeedback_13(id0,id1,id2); }
73
74   private native void DrawString_14(String id0,vtkTextProperty id1,double id2[],double id3,vtkRenderer id4);
75   public void DrawString(String id0,vtkTextProperty id1,double id2[],double id3,vtkRenderer id4)
76     { DrawString_14(id0,id1,id2,id3,id4); }
77
78   private native void DrawImage_15(vtkImageData id0,double id1[]);
79   public void DrawImage(vtkImageData id0,double id1[])
80     { DrawImage_15(id0,id1); }
81
82   public vtkOpenGLGL2PSHelper() { super(); }
83
84   public vtkOpenGLGL2PSHelper(long id) { super(id); }
85   public native long   VTKInit();
86
87 }