// java wrapper for vtkOpenGLGL2PSHelper object // package vtk; import vtk.*; public class vtkOpenGLGL2PSHelper extends vtkObject { 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 long GetInstance_2(); public vtkOpenGLGL2PSHelper GetInstance() { long temp = GetInstance_2(); if (temp == 0) return null; return (vtkOpenGLGL2PSHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInstance_3(vtkOpenGLGL2PSHelper id0); public void SetInstance(vtkOpenGLGL2PSHelper id0) { SetInstance_3(id0); } private native long GetRenderWindow_4(); public vtkRenderWindow GetRenderWindow() { long temp = GetRenderWindow_4(); if (temp == 0) return null; return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetActiveState_5(); public int GetActiveState() { return GetActiveState_5(); } private native void SetPointSize_6(double id0); public void SetPointSize(double id0) { SetPointSize_6(id0); } private native double GetPointSize_7(); public double GetPointSize() { return GetPointSize_7(); } private native void SetLineWidth_8(double id0); public void SetLineWidth(double id0) { SetLineWidth_8(id0); } private native double GetLineWidth_9(); public double GetLineWidth() { return GetLineWidth_9(); } private native void SetLineStipple_10(int id0); public void SetLineStipple(int id0) { SetLineStipple_10(id0); } private native int GetLineStipple_11(); public int GetLineStipple() { return GetLineStipple_11(); } private native void ProcessTransformFeedback_12(vtkTransformFeedback id0,vtkRenderer id1,vtkActor id2); public void ProcessTransformFeedback(vtkTransformFeedback id0,vtkRenderer id1,vtkActor id2) { ProcessTransformFeedback_12(id0,id1,id2); } private native void ProcessTransformFeedback_13(vtkTransformFeedback id0,vtkRenderer id1,double id2[]); public void ProcessTransformFeedback(vtkTransformFeedback id0,vtkRenderer id1,double id2[]) { ProcessTransformFeedback_13(id0,id1,id2); } private native void DrawString_14(String id0,vtkTextProperty id1,double id2[],double id3,vtkRenderer id4); public void DrawString(String id0,vtkTextProperty id1,double id2[],double id3,vtkRenderer id4) { DrawString_14(id0,id1,id2,id3,id4); } private native void DrawImage_15(vtkImageData id0,double id1[]); public void DrawImage(vtkImageData id0,double id1[]) { DrawImage_15(id0,id1); } public vtkOpenGLGL2PSHelper() { super(); } public vtkOpenGLGL2PSHelper(long id) { super(id); } public native long VTKInit(); }