// java wrapper for vtkFinitePlaneRepresentation object // package vtk; import vtk.*; public class vtkFinitePlaneRepresentation 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 GetPolyData_2(vtkPolyData id0); public void GetPolyData(vtkPolyData id0) { GetPolyData_2(id0); } private native long GetV1HandleProperty_3(); public vtkProperty GetV1HandleProperty() { long temp = GetV1HandleProperty_3(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetV2HandleProperty_4(); public vtkProperty GetV2HandleProperty() { long temp = GetV2HandleProperty_4(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedHandleProperty_5(); public vtkProperty GetSelectedHandleProperty() { long temp = GetSelectedHandleProperty_5(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetPlaneProperty_6(); public vtkProperty GetPlaneProperty() { long temp = GetPlaneProperty_6(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedPlaneProperty_7(); public vtkProperty GetSelectedPlaneProperty() { long temp = GetSelectedPlaneProperty_7(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTubing_8(boolean id0); public void SetTubing(boolean id0) { SetTubing_8(id0); } private native boolean GetTubing_9(); public boolean GetTubing() { return GetTubing_9(); } private native void TubingOn_10(); public void TubingOn() { TubingOn_10(); } private native void TubingOff_11(); public void TubingOff() { TubingOff_11(); } private native void SetDrawPlane_12(boolean id0); public void SetDrawPlane(boolean id0) { SetDrawPlane_12(id0); } private native boolean GetDrawPlane_13(); public boolean GetDrawPlane() { return GetDrawPlane_13(); } private native void DrawPlaneOn_14(); public void DrawPlaneOn() { DrawPlaneOn_14(); } private native void DrawPlaneOff_15(); public void DrawPlaneOff() { DrawPlaneOff_15(); } private native void SetHandles_16(boolean id0); public void SetHandles(boolean id0) { SetHandles_16(id0); } private native void HandlesOn_17(); public void HandlesOn() { HandlesOn_17(); } private native void HandlesOff_18(); public void HandlesOff() { HandlesOff_18(); } private native void PlaceWidget_19(double id0[]); public void PlaceWidget(double id0[]) { PlaceWidget_19(id0); } private native void BuildRepresentation_20(); public void BuildRepresentation() { BuildRepresentation_20(); } private native int ComputeInteractionState_21(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_21(id0,id1,id2); } private native void StartWidgetInteraction_22(double id0[]); public void StartWidgetInteraction(double id0[]) { StartWidgetInteraction_22(id0); } private native void WidgetInteraction_23(double id0[]); public void WidgetInteraction(double id0[]) { WidgetInteraction_23(id0); } private native void ReleaseGraphicsResources_24(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_24(id0); } private native int RenderOpaqueGeometry_25(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_25(id0); } private native int RenderTranslucentPolygonalGeometry_26(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_26(id0); } private native int HasTranslucentPolygonalGeometry_27(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_27(); } private native void SetInteractionState_28(int id0); public void SetInteractionState(int id0) { SetInteractionState_28(id0); } private native int GetInteractionStateMinValue_29(); public int GetInteractionStateMinValue() { return GetInteractionStateMinValue_29(); } private native int GetInteractionStateMaxValue_30(); public int GetInteractionStateMaxValue() { return GetInteractionStateMaxValue_30(); } private native void SetOrigin_31(double id0,double id1,double id2); public void SetOrigin(double id0,double id1,double id2) { SetOrigin_31(id0,id1,id2); } private native void SetOrigin_32(double id0[]); public void SetOrigin(double id0[]) { SetOrigin_32(id0); } private native double[] GetOrigin_33(); public double[] GetOrigin() { return GetOrigin_33(); } private native void SetNormal_34(double id0,double id1,double id2); public void SetNormal(double id0,double id1,double id2) { SetNormal_34(id0,id1,id2); } private native void SetNormal_35(double id0[]); public void SetNormal(double id0[]) { SetNormal_35(id0); } private native double[] GetNormal_36(); public double[] GetNormal() { return GetNormal_36(); } private native void SetV1_37(double id0,double id1); public void SetV1(double id0,double id1) { SetV1_37(id0,id1); } private native void SetV1_38(double id0[]); public void SetV1(double id0[]) { SetV1_38(id0); } private native double[] GetV1_39(); public double[] GetV1() { return GetV1_39(); } private native void SetV2_40(double id0,double id1); public void SetV2(double id0,double id1) { SetV2_40(id0,id1); } private native void SetV2_41(double id0[]); public void SetV2(double id0[]) { SetV2_41(id0); } private native double[] GetV2_42(); public double[] GetV2() { return GetV2_42(); } private native void SetRepresentationState_43(int id0); public void SetRepresentationState(int id0) { SetRepresentationState_43(id0); } private native int GetRepresentationState_44(); public int GetRepresentationState() { return GetRepresentationState_44(); } private native long GetNormalProperty_45(); public vtkProperty GetNormalProperty() { long temp = GetNormalProperty_45(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedNormalProperty_46(); public vtkProperty GetSelectedNormalProperty() { long temp = GetSelectedNormalProperty_46(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void RegisterPickers_47(); public void RegisterPickers() { RegisterPickers_47(); } public vtkFinitePlaneRepresentation() { super(); } public vtkFinitePlaneRepresentation(long id) { super(id); } public native long VTKInit(); }