// java wrapper for vtkBoxRepresentation object // package vtk; import vtk.*; public class vtkBoxRepresentation extends vtkWidgetRepresentation { 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 GetPlanes_2(vtkPlanes id0); public void GetPlanes(vtkPlanes id0) { GetPlanes_2(id0); } private native long GetUnderlyingPlane_3(int id0); public vtkPlane GetUnderlyingPlane(int id0) { long temp = GetUnderlyingPlane_3(id0); if (temp == 0) return null; return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInsideOut_4(int id0); public void SetInsideOut(int id0) { SetInsideOut_4(id0); } private native int GetInsideOut_5(); public int GetInsideOut() { return GetInsideOut_5(); } private native void InsideOutOn_6(); public void InsideOutOn() { InsideOutOn_6(); } private native void InsideOutOff_7(); public void InsideOutOff() { InsideOutOff_7(); } private native void GetTransform_8(vtkTransform id0); public void GetTransform(vtkTransform id0) { GetTransform_8(id0); } private native void SetTransform_9(vtkTransform id0); public void SetTransform(vtkTransform id0) { SetTransform_9(id0); } private native void GetPolyData_10(vtkPolyData id0); public void GetPolyData(vtkPolyData id0) { GetPolyData_10(id0); } private native long GetHandleProperty_11(); public vtkProperty GetHandleProperty() { long temp = GetHandleProperty_11(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedHandleProperty_12(); public vtkProperty GetSelectedHandleProperty() { long temp = GetSelectedHandleProperty_12(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetFaceProperty_13(); public vtkProperty GetFaceProperty() { long temp = GetFaceProperty_13(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedFaceProperty_14(); public vtkProperty GetSelectedFaceProperty() { long temp = GetSelectedFaceProperty_14(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetOutlineProperty_15(); public vtkProperty GetOutlineProperty() { long temp = GetOutlineProperty_15(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedOutlineProperty_16(); public vtkProperty GetSelectedOutlineProperty() { long temp = GetSelectedOutlineProperty_16(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetOutlineFaceWires_17(int id0); public void SetOutlineFaceWires(int id0) { SetOutlineFaceWires_17(id0); } private native int GetOutlineFaceWires_18(); public int GetOutlineFaceWires() { return GetOutlineFaceWires_18(); } private native void OutlineFaceWiresOn_19(); public void OutlineFaceWiresOn() { OutlineFaceWiresOn_19(); } private native void OutlineFaceWiresOff_20(); public void OutlineFaceWiresOff() { OutlineFaceWiresOff_20(); } private native void SetOutlineCursorWires_21(int id0); public void SetOutlineCursorWires(int id0) { SetOutlineCursorWires_21(id0); } private native int GetOutlineCursorWires_22(); public int GetOutlineCursorWires() { return GetOutlineCursorWires_22(); } private native void OutlineCursorWiresOn_23(); public void OutlineCursorWiresOn() { OutlineCursorWiresOn_23(); } private native void OutlineCursorWiresOff_24(); public void OutlineCursorWiresOff() { OutlineCursorWiresOff_24(); } private native void HandlesOn_25(); public void HandlesOn() { HandlesOn_25(); } private native void HandlesOff_26(); public void HandlesOff() { HandlesOff_26(); } private native void PlaceWidget_27(double id0[]); public void PlaceWidget(double id0[]) { PlaceWidget_27(id0); } private native void BuildRepresentation_28(); public void BuildRepresentation() { BuildRepresentation_28(); } private native int ComputeInteractionState_29(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_29(id0,id1,id2); } private native void StartWidgetInteraction_30(double id0[]); public void StartWidgetInteraction(double id0[]) { StartWidgetInteraction_30(id0); } private native void WidgetInteraction_31(double id0[]); public void WidgetInteraction(double id0[]) { WidgetInteraction_31(id0); } private native double[] GetBounds_32(); public double[] GetBounds() { return GetBounds_32(); } private native void ReleaseGraphicsResources_33(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_33(id0); } private native int RenderOpaqueGeometry_34(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_34(id0); } private native int RenderTranslucentPolygonalGeometry_35(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_35(id0); } private native int HasTranslucentPolygonalGeometry_36(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_36(); } private native void SetInteractionState_37(int id0); public void SetInteractionState(int id0) { SetInteractionState_37(id0); } private native boolean GetTwoPlaneMode_38(); public boolean GetTwoPlaneMode() { return GetTwoPlaneMode_38(); } private native void SetTwoPlaneMode_39(boolean id0); public void SetTwoPlaneMode(boolean id0) { SetTwoPlaneMode_39(id0); } private native boolean GetSnapToAxes_40(); public boolean GetSnapToAxes() { return GetSnapToAxes_40(); } private native void SetSnapToAxes_41(boolean id0); public void SetSnapToAxes(boolean id0) { SetSnapToAxes_41(id0); } private native void StepForward_42(); public void StepForward() { StepForward_42(); } private native void StepBackward_43(); public void StepBackward() { StepBackward_43(); } private native void RegisterPickers_44(); public void RegisterPickers() { RegisterPickers_44(); } public vtkBoxRepresentation() { super(); } public vtkBoxRepresentation(long id) { super(id); } public native long VTKInit(); }