// java wrapper for vtkRendererSource object // package vtk; import vtk.*; public class vtkRendererSource extends vtkAlgorithm { 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 int GetMTime_2(); public int GetMTime() { return GetMTime_2(); } private native void SetInput_3(vtkRenderer id0); public void SetInput(vtkRenderer id0) { SetInput_3(id0); } private native long GetInput_4(); public vtkRenderer GetInput() { long temp = GetInput_4(); if (temp == 0) return null; return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetWholeWindow_5(int id0); public void SetWholeWindow(int id0) { SetWholeWindow_5(id0); } private native int GetWholeWindow_6(); public int GetWholeWindow() { return GetWholeWindow_6(); } private native void WholeWindowOn_7(); public void WholeWindowOn() { WholeWindowOn_7(); } private native void WholeWindowOff_8(); public void WholeWindowOff() { WholeWindowOff_8(); } private native void SetRenderFlag_9(int id0); public void SetRenderFlag(int id0) { SetRenderFlag_9(id0); } private native int GetRenderFlag_10(); public int GetRenderFlag() { return GetRenderFlag_10(); } private native void RenderFlagOn_11(); public void RenderFlagOn() { RenderFlagOn_11(); } private native void RenderFlagOff_12(); public void RenderFlagOff() { RenderFlagOff_12(); } private native void SetDepthValues_13(int id0); public void SetDepthValues(int id0) { SetDepthValues_13(id0); } private native int GetDepthValues_14(); public int GetDepthValues() { return GetDepthValues_14(); } private native void DepthValuesOn_15(); public void DepthValuesOn() { DepthValuesOn_15(); } private native void DepthValuesOff_16(); public void DepthValuesOff() { DepthValuesOff_16(); } private native void SetDepthValuesInScalars_17(int id0); public void SetDepthValuesInScalars(int id0) { SetDepthValuesInScalars_17(id0); } private native int GetDepthValuesInScalars_18(); public int GetDepthValuesInScalars() { return GetDepthValuesInScalars_18(); } private native void DepthValuesInScalarsOn_19(); public void DepthValuesInScalarsOn() { DepthValuesInScalarsOn_19(); } private native void DepthValuesInScalarsOff_20(); public void DepthValuesInScalarsOff() { DepthValuesInScalarsOff_20(); } private native void SetDepthValuesOnly_21(int id0); public void SetDepthValuesOnly(int id0) { SetDepthValuesOnly_21(id0); } private native int GetDepthValuesOnly_22(); public int GetDepthValuesOnly() { return GetDepthValuesOnly_22(); } private native void DepthValuesOnlyOn_23(); public void DepthValuesOnlyOn() { DepthValuesOnlyOn_23(); } private native void DepthValuesOnlyOff_24(); public void DepthValuesOnlyOff() { DepthValuesOnlyOff_24(); } private native long GetOutput_25(); public vtkImageData GetOutput() { long temp = GetOutput_25(); if (temp == 0) return null; return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkRendererSource() { super(); } public vtkRendererSource(long id) { super(id); } public native long VTKInit(); }