// java wrapper for vtkRenderView object // package vtk; import vtk.*; public class vtkRenderView extends vtkRenderViewBase { 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 void SetInteractor_2(vtkRenderWindowInteractor id0); public void SetInteractor(vtkRenderWindowInteractor id0) { SetInteractor_2(id0); } private native void SetInteractorStyle_3(vtkInteractorObserver id0); public void SetInteractorStyle(vtkInteractorObserver id0) { SetInteractorStyle_3(id0); } private native long GetInteractorStyle_4(); public vtkInteractorObserver GetInteractorStyle() { long temp = GetInteractorStyle_4(); if (temp == 0) return null; return (vtkInteractorObserver)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetRenderWindow_5(vtkRenderWindow id0); public void SetRenderWindow(vtkRenderWindow id0) { SetRenderWindow_5(id0); } private native void SetInteractionMode_6(int id0); public void SetInteractionMode(int id0) { SetInteractionMode_6(id0); } private native int GetInteractionMode_7(); public int GetInteractionMode() { return GetInteractionMode_7(); } private native void SetInteractionModeTo2D_8(); public void SetInteractionModeTo2D() { SetInteractionModeTo2D_8(); } private native void SetInteractionModeTo3D_9(); public void SetInteractionModeTo3D() { SetInteractionModeTo3D_9(); } private native void Render_10(); public void Render() { Render_10(); } private native void ApplyViewTheme_11(vtkViewTheme id0); public void ApplyViewTheme(vtkViewTheme id0) { ApplyViewTheme_11(id0); } private native void SetTransform_12(vtkAbstractTransform id0); public void SetTransform(vtkAbstractTransform id0) { SetTransform_12(id0); } private native long GetTransform_13(); public vtkAbstractTransform GetTransform() { long temp = GetTransform_13(); if (temp == 0) return null; return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDisplayHoverText_14(boolean id0); public void SetDisplayHoverText(boolean id0) { SetDisplayHoverText_14(id0); } private native boolean GetDisplayHoverText_15(); public boolean GetDisplayHoverText() { return GetDisplayHoverText_15(); } private native void DisplayHoverTextOn_16(); public void DisplayHoverTextOn() { DisplayHoverTextOn_16(); } private native void DisplayHoverTextOff_17(); public void DisplayHoverTextOff() { DisplayHoverTextOff_17(); } private native void SetSelectionMode_18(int id0); public void SetSelectionMode(int id0) { SetSelectionMode_18(id0); } private native int GetSelectionModeMinValue_19(); public int GetSelectionModeMinValue() { return GetSelectionModeMinValue_19(); } private native int GetSelectionModeMaxValue_20(); public int GetSelectionModeMaxValue() { return GetSelectionModeMaxValue_20(); } private native int GetSelectionMode_21(); public int GetSelectionMode() { return GetSelectionMode_21(); } private native void SetSelectionModeToSurface_22(); public void SetSelectionModeToSurface() { SetSelectionModeToSurface_22(); } private native void SetSelectionModeToFrustum_23(); public void SetSelectionModeToFrustum() { SetSelectionModeToFrustum_23(); } private native void AddLabels_24(vtkAlgorithmOutput id0); public void AddLabels(vtkAlgorithmOutput id0) { AddLabels_24(id0); } private native void RemoveLabels_25(vtkAlgorithmOutput id0); public void RemoveLabels(vtkAlgorithmOutput id0) { RemoveLabels_25(id0); } private native void SetIconTexture_26(vtkTexture id0); public void SetIconTexture(vtkTexture id0) { SetIconTexture_26(id0); } private native long GetIconTexture_27(); public vtkTexture GetIconTexture() { long temp = GetIconTexture_27(); if (temp == 0) return null; return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetIconSize_28(int id0,int id1); public void SetIconSize(int id0,int id1) { SetIconSize_28(id0,id1); } private native void SetIconSize_29(int id0[]); public void SetIconSize(int id0[]) { SetIconSize_29(id0); } private native int[] GetIconSize_30(); public int[] GetIconSize() { return GetIconSize_30(); } private native void SetDisplaySize_31(int id0,int id1); public void SetDisplaySize(int id0,int id1) { SetDisplaySize_31(id0,id1); } private native void SetDisplaySize_32(int id0[]); public void SetDisplaySize(int id0[]) { SetDisplaySize_32(id0); } private native void SetLabelPlacementMode_33(int id0); public void SetLabelPlacementMode(int id0) { SetLabelPlacementMode_33(id0); } private native int GetLabelPlacementMode_34(); public int GetLabelPlacementMode() { return GetLabelPlacementMode_34(); } private native void SetLabelPlacementModeToNoOverlap_35(); public void SetLabelPlacementModeToNoOverlap() { SetLabelPlacementModeToNoOverlap_35(); } private native void SetLabelPlacementModeToAll_36(); public void SetLabelPlacementModeToAll() { SetLabelPlacementModeToAll_36(); } private native void SetLabelRenderMode_37(int id0); public void SetLabelRenderMode(int id0) { SetLabelRenderMode_37(id0); } private native int GetLabelRenderMode_38(); public int GetLabelRenderMode() { return GetLabelRenderMode_38(); } private native void SetLabelRenderModeToFreetype_39(); public void SetLabelRenderModeToFreetype() { SetLabelRenderModeToFreetype_39(); } private native void SetLabelRenderModeToQt_40(); public void SetLabelRenderModeToQt() { SetLabelRenderModeToQt_40(); } private native void SetRenderOnMouseMove_41(boolean id0); public void SetRenderOnMouseMove(boolean id0) { SetRenderOnMouseMove_41(id0); } private native boolean GetRenderOnMouseMove_42(); public boolean GetRenderOnMouseMove() { return GetRenderOnMouseMove_42(); } private native void RenderOnMouseMoveOn_43(); public void RenderOnMouseMoveOn() { RenderOnMouseMoveOn_43(); } private native void RenderOnMouseMoveOff_44(); public void RenderOnMouseMoveOff() { RenderOnMouseMoveOff_44(); } public vtkRenderView() { super(); } public vtkRenderView(long id) { super(id); } public native long VTKInit(); }