// java wrapper for vtkPainter object // package vtk; import vtk.*; public class vtkPainter extends vtkObject { 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 long STATIC_DATA_2(); public vtkInformationIntegerKey STATIC_DATA() { long temp = STATIC_DATA_2(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long CONSERVE_MEMORY_3(); public vtkInformationIntegerKey CONSERVE_MEMORY() { long temp = CONSERVE_MEMORY_3(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long HIGH_QUALITY_4(); public vtkInformationIntegerKey HIGH_QUALITY() { long temp = HIGH_QUALITY_4(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetInformation_5(); public vtkInformation GetInformation() { long temp = GetInformation_5(); if (temp == 0) return null; return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInformation_6(vtkInformation id0); public void SetInformation(vtkInformation id0) { SetInformation_6(id0); } private native long GetDelegatePainter_7(); public vtkPainter GetDelegatePainter() { long temp = GetDelegatePainter_7(); if (temp == 0) return null; return (vtkPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDelegatePainter_8(vtkPainter id0); public void SetDelegatePainter(vtkPainter id0) { SetDelegatePainter_8(id0); } private native void Register_9(vtkObjectBase id0); public void Register(vtkObjectBase id0) { Register_9(id0); } private native void UnRegister_10(vtkObjectBase id0); public void UnRegister(vtkObjectBase id0) { UnRegister_10(id0); } private native void Render_11(vtkRenderer id0,vtkActor id1,int id2,boolean id3); public void Render(vtkRenderer id0,vtkActor id1,int id2,boolean id3) { Render_11(id0,id1,id2,id3); } private native void ReleaseGraphicsResources_12(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_12(id0); } private native void SetProgress_13(double id0); public void SetProgress(double id0) { SetProgress_13(id0); } private native double GetProgressMinValue_14(); public double GetProgressMinValue() { return GetProgressMinValue_14(); } private native double GetProgressMaxValue_15(); public double GetProgressMaxValue() { return GetProgressMaxValue_15(); } private native double GetProgress_16(); public double GetProgress() { return GetProgress_16(); } private native double GetTimeToDraw_17(); public double GetTimeToDraw() { return GetTimeToDraw_17(); } private native void UpdateBounds_18(double id0[]); public void UpdateBounds(double id0[]) { UpdateBounds_18(id0); } private native void SetInput_19(vtkDataObject id0); public void SetInput(vtkDataObject id0) { SetInput_19(id0); } private native long GetInput_20(); public vtkDataObject GetInput() { long temp = GetInput_20(); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetOutput_21(); public vtkDataObject GetOutput() { long temp = GetOutput_21(); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkPainter() { super(); } public vtkPainter(long id) { super(id); } }