X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImplicitPlaneRepresentation.java;h=633349b7d74af1d03bb86614bdbd98b57e366242;hb=7e8142b80067a2af52ceb5bdf3a9307756c1c78c;hp=18c8ab64a784ba37e9611db17af1870283c90449;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImplicitPlaneRepresentation.java b/vtk/src/vtk/vtkImplicitPlaneRepresentation.java index 18c8ab64..633349b7 100644 --- a/vtk/src/vtk/vtkImplicitPlaneRepresentation.java +++ b/vtk/src/vtk/vtkImplicitPlaneRepresentation.java @@ -1,383 +1,463 @@ -// java wrapper for vtkImplicitPlaneRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkImplicitPlaneRepresentation extends vtkWidgetRepresentation -{ - - 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 void SetOrigin_2(double id0,double id1,double id2); - public void SetOrigin(double id0,double id1,double id2) - { SetOrigin_2(id0,id1,id2); } - - private native void SetOrigin_3(double id0[]); - public void SetOrigin(double id0[]) - { SetOrigin_3(id0); } - - private native double[] GetOrigin_4(); - public double[] GetOrigin() - { return GetOrigin_4(); } - - private native void GetOrigin_5(double id0[]); - public void GetOrigin(double id0[]) - { GetOrigin_5(id0); } - - private native void SetNormal_6(double id0,double id1,double id2); - public void SetNormal(double id0,double id1,double id2) - { SetNormal_6(id0,id1,id2); } - - private native void SetNormal_7(double id0[]); - public void SetNormal(double id0[]) - { SetNormal_7(id0); } - - private native void SetNormalToCamera_8(); - public void SetNormalToCamera() - { SetNormalToCamera_8(); } - - private native double[] GetNormal_9(); - public double[] GetNormal() - { return GetNormal_9(); } - - private native void GetNormal_10(double id0[]); - public void GetNormal(double id0[]) - { GetNormal_10(id0); } - - private native void SetNormalToXAxis_11(int id0); - public void SetNormalToXAxis(int id0) - { SetNormalToXAxis_11(id0); } - - private native int GetNormalToXAxis_12(); - public int GetNormalToXAxis() - { return GetNormalToXAxis_12(); } - - private native void NormalToXAxisOn_13(); - public void NormalToXAxisOn() - { NormalToXAxisOn_13(); } - - private native void NormalToXAxisOff_14(); - public void NormalToXAxisOff() - { NormalToXAxisOff_14(); } - - private native void SetNormalToYAxis_15(int id0); - public void SetNormalToYAxis(int id0) - { SetNormalToYAxis_15(id0); } - - private native int GetNormalToYAxis_16(); - public int GetNormalToYAxis() - { return GetNormalToYAxis_16(); } - - private native void NormalToYAxisOn_17(); - public void NormalToYAxisOn() - { NormalToYAxisOn_17(); } - - private native void NormalToYAxisOff_18(); - public void NormalToYAxisOff() - { NormalToYAxisOff_18(); } - - private native void SetNormalToZAxis_19(int id0); - public void SetNormalToZAxis(int id0) - { SetNormalToZAxis_19(id0); } - - private native int GetNormalToZAxis_20(); - public int GetNormalToZAxis() - { return GetNormalToZAxis_20(); } - - private native void NormalToZAxisOn_21(); - public void NormalToZAxisOn() - { NormalToZAxisOn_21(); } - - private native void NormalToZAxisOff_22(); - public void NormalToZAxisOff() - { NormalToZAxisOff_22(); } - - private native void SetLockNormalToCamera_23(int id0); - public void SetLockNormalToCamera(int id0) - { SetLockNormalToCamera_23(id0); } - - private native int GetLockNormalToCamera_24(); - public int GetLockNormalToCamera() - { return GetLockNormalToCamera_24(); } - - private native void LockNormalToCameraOn_25(); - public void LockNormalToCameraOn() - { LockNormalToCameraOn_25(); } - - private native void LockNormalToCameraOff_26(); - public void LockNormalToCameraOff() - { LockNormalToCameraOff_26(); } - - private native void SetTubing_27(int id0); - public void SetTubing(int id0) - { SetTubing_27(id0); } - - private native int GetTubing_28(); - public int GetTubing() - { return GetTubing_28(); } - - private native void TubingOn_29(); - public void TubingOn() - { TubingOn_29(); } - - private native void TubingOff_30(); - public void TubingOff() - { TubingOff_30(); } - - private native void SetDrawPlane_31(int id0); - public void SetDrawPlane(int id0) - { SetDrawPlane_31(id0); } - - private native int GetDrawPlane_32(); - public int GetDrawPlane() - { return GetDrawPlane_32(); } - - private native void DrawPlaneOn_33(); - public void DrawPlaneOn() - { DrawPlaneOn_33(); } - - private native void DrawPlaneOff_34(); - public void DrawPlaneOff() - { DrawPlaneOff_34(); } - - private native void SetOutlineTranslation_35(int id0); - public void SetOutlineTranslation(int id0) - { SetOutlineTranslation_35(id0); } - - private native int GetOutlineTranslation_36(); - public int GetOutlineTranslation() - { return GetOutlineTranslation_36(); } - - private native void OutlineTranslationOn_37(); - public void OutlineTranslationOn() - { OutlineTranslationOn_37(); } - - private native void OutlineTranslationOff_38(); - public void OutlineTranslationOff() - { OutlineTranslationOff_38(); } - - private native void SetOutsideBounds_39(int id0); - public void SetOutsideBounds(int id0) - { SetOutsideBounds_39(id0); } - - private native int GetOutsideBounds_40(); - public int GetOutsideBounds() - { return GetOutsideBounds_40(); } - - private native void OutsideBoundsOn_41(); - public void OutsideBoundsOn() - { OutsideBoundsOn_41(); } - - private native void OutsideBoundsOff_42(); - public void OutsideBoundsOff() - { OutsideBoundsOff_42(); } - - private native void SetScaleEnabled_43(int id0); - public void SetScaleEnabled(int id0) - { SetScaleEnabled_43(id0); } - - private native int GetScaleEnabled_44(); - public int GetScaleEnabled() - { return GetScaleEnabled_44(); } - - private native void ScaleEnabledOn_45(); - public void ScaleEnabledOn() - { ScaleEnabledOn_45(); } - - private native void ScaleEnabledOff_46(); - public void ScaleEnabledOff() - { ScaleEnabledOff_46(); } - - private native void GetPolyData_47(vtkPolyData id0); - public void GetPolyData(vtkPolyData id0) - { GetPolyData_47(id0); } - - private native long GetPolyDataAlgorithm_48(); - public vtkPolyDataAlgorithm GetPolyDataAlgorithm() { - long temp = GetPolyDataAlgorithm_48(); - - if (temp == 0) return null; - return (vtkPolyDataAlgorithm)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetPlane_49(vtkPlane id0); - public void GetPlane(vtkPlane id0) - { GetPlane_49(id0); } - - private native void UpdatePlacement_50(); - public void UpdatePlacement() - { UpdatePlacement_50(); } - - private native long GetNormalProperty_51(); - public vtkProperty GetNormalProperty() { - long temp = GetNormalProperty_51(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedNormalProperty_52(); - public vtkProperty GetSelectedNormalProperty() { - long temp = GetSelectedNormalProperty_52(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPlaneProperty_53(); - public vtkProperty GetPlaneProperty() { - long temp = GetPlaneProperty_53(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedPlaneProperty_54(); - public vtkProperty GetSelectedPlaneProperty() { - long temp = GetSelectedPlaneProperty_54(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutlineProperty_55(); - public vtkProperty GetOutlineProperty() { - long temp = GetOutlineProperty_55(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedOutlineProperty_56(); - public vtkProperty GetSelectedOutlineProperty() { - long temp = GetSelectedOutlineProperty_56(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetEdgesProperty_57(); - public vtkProperty GetEdgesProperty() { - long temp = GetEdgesProperty_57(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetEdgeColor_58(vtkLookupTable id0); - public void SetEdgeColor(vtkLookupTable id0) - { SetEdgeColor_58(id0); } - - private native void SetEdgeColor_59(double id0,double id1,double id2); - public void SetEdgeColor(double id0,double id1,double id2) - { SetEdgeColor_59(id0,id1,id2); } - - private native void SetEdgeColor_60(double id0[]); - public void SetEdgeColor(double id0[]) - { SetEdgeColor_60(id0); } - - private native void SetBumpDistance_61(double id0); - public void SetBumpDistance(double id0) - { SetBumpDistance_61(id0); } - - private native double GetBumpDistanceMinValue_62(); - public double GetBumpDistanceMinValue() - { return GetBumpDistanceMinValue_62(); } - - private native double GetBumpDistanceMaxValue_63(); - public double GetBumpDistanceMaxValue() - { return GetBumpDistanceMaxValue_63(); } - - private native double GetBumpDistance_64(); - public double GetBumpDistance() - { return GetBumpDistance_64(); } - - private native void BumpPlane_65(int id0,double id1); - public void BumpPlane(int id0,double id1) - { BumpPlane_65(id0,id1); } - - private native void PushPlane_66(double id0); - public void PushPlane(double id0) - { PushPlane_66(id0); } - - private native int ComputeInteractionState_67(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_67(id0,id1,id2); } - - private native void PlaceWidget_68(double id0[]); - public void PlaceWidget(double id0[]) - { PlaceWidget_68(id0); } - - private native void BuildRepresentation_69(); - public void BuildRepresentation() - { BuildRepresentation_69(); } - - private native void StartWidgetInteraction_70(double id0[]); - public void StartWidgetInteraction(double id0[]) - { StartWidgetInteraction_70(id0); } - - private native void WidgetInteraction_71(double id0[]); - public void WidgetInteraction(double id0[]) - { WidgetInteraction_71(id0); } - - private native void EndWidgetInteraction_72(double id0[]); - public void EndWidgetInteraction(double id0[]) - { EndWidgetInteraction_72(id0); } - - private native double[] GetBounds_73(); - public double[] GetBounds() - { return GetBounds_73(); } - - private native void GetActors_74(vtkPropCollection id0); - public void GetActors(vtkPropCollection id0) - { GetActors_74(id0); } - - private native void ReleaseGraphicsResources_75(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_75(id0); } - - private native int RenderOpaqueGeometry_76(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_76(id0); } - - private native int RenderTranslucentPolygonalGeometry_77(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_77(id0); } - - private native int HasTranslucentPolygonalGeometry_78(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_78(); } - - private native void SetInteractionState_79(int id0); - public void SetInteractionState(int id0) - { SetInteractionState_79(id0); } - - private native int GetInteractionStateMinValue_80(); - public int GetInteractionStateMinValue() - { return GetInteractionStateMinValue_80(); } - - private native int GetInteractionStateMaxValue_81(); - public int GetInteractionStateMaxValue() - { return GetInteractionStateMaxValue_81(); } - - private native void SetRepresentationState_82(int id0); - public void SetRepresentationState(int id0) - { SetRepresentationState_82(id0); } - - private native int GetRepresentationState_83(); - public int GetRepresentationState() - { return GetRepresentationState_83(); } - - public vtkImplicitPlaneRepresentation() { super(); } - - public vtkImplicitPlaneRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImplicitPlaneRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkImplicitPlaneRepresentation 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 SetOrigin_2(double id0,double id1,double id2); + public void SetOrigin(double id0,double id1,double id2) + { SetOrigin_2(id0,id1,id2); } + + private native void SetOrigin_3(double id0[]); + public void SetOrigin(double id0[]) + { SetOrigin_3(id0); } + + private native double[] GetOrigin_4(); + public double[] GetOrigin() + { return GetOrigin_4(); } + + private native void GetOrigin_5(double id0[]); + public void GetOrigin(double id0[]) + { GetOrigin_5(id0); } + + private native void SetNormal_6(double id0,double id1,double id2); + public void SetNormal(double id0,double id1,double id2) + { SetNormal_6(id0,id1,id2); } + + private native void SetNormal_7(double id0[]); + public void SetNormal(double id0[]) + { SetNormal_7(id0); } + + private native void SetNormalToCamera_8(); + public void SetNormalToCamera() + { SetNormalToCamera_8(); } + + private native double[] GetNormal_9(); + public double[] GetNormal() + { return GetNormal_9(); } + + private native void GetNormal_10(double id0[]); + public void GetNormal(double id0[]) + { GetNormal_10(id0); } + + private native void SetNormalToXAxis_11(int id0); + public void SetNormalToXAxis(int id0) + { SetNormalToXAxis_11(id0); } + + private native int GetNormalToXAxis_12(); + public int GetNormalToXAxis() + { return GetNormalToXAxis_12(); } + + private native void NormalToXAxisOn_13(); + public void NormalToXAxisOn() + { NormalToXAxisOn_13(); } + + private native void NormalToXAxisOff_14(); + public void NormalToXAxisOff() + { NormalToXAxisOff_14(); } + + private native void SetNormalToYAxis_15(int id0); + public void SetNormalToYAxis(int id0) + { SetNormalToYAxis_15(id0); } + + private native int GetNormalToYAxis_16(); + public int GetNormalToYAxis() + { return GetNormalToYAxis_16(); } + + private native void NormalToYAxisOn_17(); + public void NormalToYAxisOn() + { NormalToYAxisOn_17(); } + + private native void NormalToYAxisOff_18(); + public void NormalToYAxisOff() + { NormalToYAxisOff_18(); } + + private native void SetNormalToZAxis_19(int id0); + public void SetNormalToZAxis(int id0) + { SetNormalToZAxis_19(id0); } + + private native int GetNormalToZAxis_20(); + public int GetNormalToZAxis() + { return GetNormalToZAxis_20(); } + + private native void NormalToZAxisOn_21(); + public void NormalToZAxisOn() + { NormalToZAxisOn_21(); } + + private native void NormalToZAxisOff_22(); + public void NormalToZAxisOff() + { NormalToZAxisOff_22(); } + + private native void SetLockNormalToCamera_23(int id0); + public void SetLockNormalToCamera(int id0) + { SetLockNormalToCamera_23(id0); } + + private native int GetLockNormalToCamera_24(); + public int GetLockNormalToCamera() + { return GetLockNormalToCamera_24(); } + + private native void LockNormalToCameraOn_25(); + public void LockNormalToCameraOn() + { LockNormalToCameraOn_25(); } + + private native void LockNormalToCameraOff_26(); + public void LockNormalToCameraOff() + { LockNormalToCameraOff_26(); } + + private native void SetTubing_27(int id0); + public void SetTubing(int id0) + { SetTubing_27(id0); } + + private native int GetTubing_28(); + public int GetTubing() + { return GetTubing_28(); } + + private native void TubingOn_29(); + public void TubingOn() + { TubingOn_29(); } + + private native void TubingOff_30(); + public void TubingOff() + { TubingOff_30(); } + + private native void SetDrawPlane_31(int id0); + public void SetDrawPlane(int id0) + { SetDrawPlane_31(id0); } + + private native int GetDrawPlane_32(); + public int GetDrawPlane() + { return GetDrawPlane_32(); } + + private native void DrawPlaneOn_33(); + public void DrawPlaneOn() + { DrawPlaneOn_33(); } + + private native void DrawPlaneOff_34(); + public void DrawPlaneOff() + { DrawPlaneOff_34(); } + + private native void SetDrawOutline_35(int id0); + public void SetDrawOutline(int id0) + { SetDrawOutline_35(id0); } + + private native int GetDrawOutline_36(); + public int GetDrawOutline() + { return GetDrawOutline_36(); } + + private native void DrawOutlineOn_37(); + public void DrawOutlineOn() + { DrawOutlineOn_37(); } + + private native void DrawOutlineOff_38(); + public void DrawOutlineOff() + { DrawOutlineOff_38(); } + + private native void SetOutlineTranslation_39(int id0); + public void SetOutlineTranslation(int id0) + { SetOutlineTranslation_39(id0); } + + private native int GetOutlineTranslation_40(); + public int GetOutlineTranslation() + { return GetOutlineTranslation_40(); } + + private native void OutlineTranslationOn_41(); + public void OutlineTranslationOn() + { OutlineTranslationOn_41(); } + + private native void OutlineTranslationOff_42(); + public void OutlineTranslationOff() + { OutlineTranslationOff_42(); } + + private native void SetOutsideBounds_43(int id0); + public void SetOutsideBounds(int id0) + { SetOutsideBounds_43(id0); } + + private native int GetOutsideBounds_44(); + public int GetOutsideBounds() + { return GetOutsideBounds_44(); } + + private native void OutsideBoundsOn_45(); + public void OutsideBoundsOn() + { OutsideBoundsOn_45(); } + + private native void OutsideBoundsOff_46(); + public void OutsideBoundsOff() + { OutsideBoundsOff_46(); } + + private native void SetWidgetBounds_47(double id0,double id1,double id2,double id3,double id4,double id5); + public void SetWidgetBounds(double id0,double id1,double id2,double id3,double id4,double id5) + { SetWidgetBounds_47(id0,id1,id2,id3,id4,id5); } + + private native void SetWidgetBounds_48(double id0[]); + public void SetWidgetBounds(double id0[]) + { SetWidgetBounds_48(id0); } + + private native double[] GetWidgetBounds_49(); + public double[] GetWidgetBounds() + { return GetWidgetBounds_49(); } + + private native void SetConstrainToWidgetBounds_50(int id0); + public void SetConstrainToWidgetBounds(int id0) + { SetConstrainToWidgetBounds_50(id0); } + + private native int GetConstrainToWidgetBounds_51(); + public int GetConstrainToWidgetBounds() + { return GetConstrainToWidgetBounds_51(); } + + private native void ConstrainToWidgetBoundsOn_52(); + public void ConstrainToWidgetBoundsOn() + { ConstrainToWidgetBoundsOn_52(); } + + private native void ConstrainToWidgetBoundsOff_53(); + public void ConstrainToWidgetBoundsOff() + { ConstrainToWidgetBoundsOff_53(); } + + private native void SetScaleEnabled_54(int id0); + public void SetScaleEnabled(int id0) + { SetScaleEnabled_54(id0); } + + private native int GetScaleEnabled_55(); + public int GetScaleEnabled() + { return GetScaleEnabled_55(); } + + private native void ScaleEnabledOn_56(); + public void ScaleEnabledOn() + { ScaleEnabledOn_56(); } + + private native void ScaleEnabledOff_57(); + public void ScaleEnabledOff() + { ScaleEnabledOff_57(); } + + private native void GetPolyData_58(vtkPolyData id0); + public void GetPolyData(vtkPolyData id0) + { GetPolyData_58(id0); } + + private native long GetPolyDataAlgorithm_59(); + public vtkPolyDataAlgorithm GetPolyDataAlgorithm() { + long temp = GetPolyDataAlgorithm_59(); + + if (temp == 0) return null; + return (vtkPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetPlane_60(vtkPlane id0); + public void GetPlane(vtkPlane id0) + { GetPlane_60(id0); } + + private native void SetPlane_61(vtkPlane id0); + public void SetPlane(vtkPlane id0) + { SetPlane_61(id0); } + + private native void UpdatePlacement_62(); + public void UpdatePlacement() + { UpdatePlacement_62(); } + + private native long GetNormalProperty_63(); + public vtkProperty GetNormalProperty() { + long temp = GetNormalProperty_63(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedNormalProperty_64(); + public vtkProperty GetSelectedNormalProperty() { + long temp = GetSelectedNormalProperty_64(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPlaneProperty_65(); + public vtkProperty GetPlaneProperty() { + long temp = GetPlaneProperty_65(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedPlaneProperty_66(); + public vtkProperty GetSelectedPlaneProperty() { + long temp = GetSelectedPlaneProperty_66(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutlineProperty_67(); + public vtkProperty GetOutlineProperty() { + long temp = GetOutlineProperty_67(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedOutlineProperty_68(); + public vtkProperty GetSelectedOutlineProperty() { + long temp = GetSelectedOutlineProperty_68(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetEdgesProperty_69(); + public vtkProperty GetEdgesProperty() { + long temp = GetEdgesProperty_69(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetEdgeColor_70(vtkLookupTable id0); + public void SetEdgeColor(vtkLookupTable id0) + { SetEdgeColor_70(id0); } + + private native void SetEdgeColor_71(double id0,double id1,double id2); + public void SetEdgeColor(double id0,double id1,double id2) + { SetEdgeColor_71(id0,id1,id2); } + + private native void SetEdgeColor_72(double id0[]); + public void SetEdgeColor(double id0[]) + { SetEdgeColor_72(id0); } + + private native void SetBumpDistance_73(double id0); + public void SetBumpDistance(double id0) + { SetBumpDistance_73(id0); } + + private native double GetBumpDistanceMinValue_74(); + public double GetBumpDistanceMinValue() + { return GetBumpDistanceMinValue_74(); } + + private native double GetBumpDistanceMaxValue_75(); + public double GetBumpDistanceMaxValue() + { return GetBumpDistanceMaxValue_75(); } + + private native double GetBumpDistance_76(); + public double GetBumpDistance() + { return GetBumpDistance_76(); } + + private native void BumpPlane_77(int id0,double id1); + public void BumpPlane(int id0,double id1) + { BumpPlane_77(id0,id1); } + + private native void PushPlane_78(double id0); + public void PushPlane(double id0) + { PushPlane_78(id0); } + + private native int ComputeInteractionState_79(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_79(id0,id1,id2); } + + private native void PlaceWidget_80(double id0[]); + public void PlaceWidget(double id0[]) + { PlaceWidget_80(id0); } + + private native void BuildRepresentation_81(); + public void BuildRepresentation() + { BuildRepresentation_81(); } + + private native void StartWidgetInteraction_82(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_82(id0); } + + private native void WidgetInteraction_83(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_83(id0); } + + private native void EndWidgetInteraction_84(double id0[]); + public void EndWidgetInteraction(double id0[]) + { EndWidgetInteraction_84(id0); } + + private native double[] GetBounds_85(); + public double[] GetBounds() + { return GetBounds_85(); } + + private native void GetActors_86(vtkPropCollection id0); + public void GetActors(vtkPropCollection id0) + { GetActors_86(id0); } + + private native void ReleaseGraphicsResources_87(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_87(id0); } + + private native int RenderOpaqueGeometry_88(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_88(id0); } + + private native int RenderTranslucentPolygonalGeometry_89(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_89(id0); } + + private native int HasTranslucentPolygonalGeometry_90(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_90(); } + + private native void SetInteractionState_91(int id0); + public void SetInteractionState(int id0) + { SetInteractionState_91(id0); } + + private native int GetInteractionStateMinValue_92(); + public int GetInteractionStateMinValue() + { return GetInteractionStateMinValue_92(); } + + private native int GetInteractionStateMaxValue_93(); + public int GetInteractionStateMaxValue() + { return GetInteractionStateMaxValue_93(); } + + private native void SetRepresentationState_94(int id0); + public void SetRepresentationState(int id0) + { SetRepresentationState_94(id0); } + + private native int GetRepresentationState_95(); + public int GetRepresentationState() + { return GetRepresentationState_95(); } + + private native long GetUnderlyingPlane_96(); + public vtkPlane GetUnderlyingPlane() { + long temp = GetUnderlyingPlane_96(); + + if (temp == 0) return null; + return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetCropPlaneToBoundingBox_97(boolean id0); + public void SetCropPlaneToBoundingBox(boolean id0) + { SetCropPlaneToBoundingBox_97(id0); } + + private native boolean GetCropPlaneToBoundingBox_98(); + public boolean GetCropPlaneToBoundingBox() + { return GetCropPlaneToBoundingBox_98(); } + + private native void CropPlaneToBoundingBoxOn_99(); + public void CropPlaneToBoundingBoxOn() + { CropPlaneToBoundingBoxOn_99(); } + + private native void CropPlaneToBoundingBoxOff_100(); + public void CropPlaneToBoundingBoxOff() + { CropPlaneToBoundingBoxOff_100(); } + + private native boolean GetSnapToAxes_101(); + public boolean GetSnapToAxes() + { return GetSnapToAxes_101(); } + + private native void SetSnapToAxes_102(boolean id0); + public void SetSnapToAxes(boolean id0) + { SetSnapToAxes_102(id0); } + + public vtkImplicitPlaneRepresentation() { super(); } + + public vtkImplicitPlaneRepresentation(long id) { super(id); } + public native long VTKInit(); + +}