X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPointWidget.java;h=cf3cf5d9816683713b2f7e0b172ed275178872c9;hb=4dce64449d13ec20bb509954298168bd1dfe160b;hp=c7f21015bbfd3a6dc5b4928456673889de196e55;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPointWidget.java b/vtk/src/vtk/vtkPointWidget.java index c7f21015..cf3cf5d9 100644 --- a/vtk/src/vtk/vtkPointWidget.java +++ b/vtk/src/vtk/vtkPointWidget.java @@ -1,179 +1,179 @@ -// java wrapper for vtkPointWidget object -// - -package vtk; -import vtk.*; - -public class vtkPointWidget extends vtk3DWidget -{ - - 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 SetEnabled_2(int id0); - public void SetEnabled(int id0) - { SetEnabled_2(id0); } - - private native void PlaceWidget_3(double id0[]); - public void PlaceWidget(double id0[]) - { PlaceWidget_3(id0); } - - private native void PlaceWidget_4(); - public void PlaceWidget() - { PlaceWidget_4(); } - - private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5); - public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5) - { PlaceWidget_5(id0,id1,id2,id3,id4,id5); } - - private native void GetPolyData_6(vtkPolyData id0); - public void GetPolyData(vtkPolyData id0) - { GetPolyData_6(id0); } - - private native void SetPosition_7(double id0,double id1,double id2); - public void SetPosition(double id0,double id1,double id2) - { SetPosition_7(id0,id1,id2); } - - private native void SetPosition_8(double id0[]); - public void SetPosition(double id0[]) - { SetPosition_8(id0); } - - private native double[] GetPosition_9(); - public double[] GetPosition() - { return GetPosition_9(); } - - private native void GetPosition_10(double id0[]); - public void GetPosition(double id0[]) - { GetPosition_10(id0); } - - private native void SetOutline_11(int id0); - public void SetOutline(int id0) - { SetOutline_11(id0); } - - private native int GetOutline_12(); - public int GetOutline() - { return GetOutline_12(); } - - private native void OutlineOn_13(); - public void OutlineOn() - { OutlineOn_13(); } - - private native void OutlineOff_14(); - public void OutlineOff() - { OutlineOff_14(); } - - private native void SetXShadows_15(int id0); - public void SetXShadows(int id0) - { SetXShadows_15(id0); } - - private native int GetXShadows_16(); - public int GetXShadows() - { return GetXShadows_16(); } - - private native void XShadowsOn_17(); - public void XShadowsOn() - { XShadowsOn_17(); } - - private native void XShadowsOff_18(); - public void XShadowsOff() - { XShadowsOff_18(); } - - private native void SetYShadows_19(int id0); - public void SetYShadows(int id0) - { SetYShadows_19(id0); } - - private native int GetYShadows_20(); - public int GetYShadows() - { return GetYShadows_20(); } - - private native void YShadowsOn_21(); - public void YShadowsOn() - { YShadowsOn_21(); } - - private native void YShadowsOff_22(); - public void YShadowsOff() - { YShadowsOff_22(); } - - private native void SetZShadows_23(int id0); - public void SetZShadows(int id0) - { SetZShadows_23(id0); } - - private native int GetZShadows_24(); - public int GetZShadows() - { return GetZShadows_24(); } - - private native void ZShadowsOn_25(); - public void ZShadowsOn() - { ZShadowsOn_25(); } - - private native void ZShadowsOff_26(); - public void ZShadowsOff() - { ZShadowsOff_26(); } - - private native void SetTranslationMode_27(int id0); - public void SetTranslationMode(int id0) - { SetTranslationMode_27(id0); } - - private native int GetTranslationMode_28(); - public int GetTranslationMode() - { return GetTranslationMode_28(); } - - private native void TranslationModeOn_29(); - public void TranslationModeOn() - { TranslationModeOn_29(); } - - private native void TranslationModeOff_30(); - public void TranslationModeOff() - { TranslationModeOff_30(); } - - private native void AllOn_31(); - public void AllOn() - { AllOn_31(); } - - private native void AllOff_32(); - public void AllOff() - { AllOff_32(); } - - private native long GetProperty_33(); - public vtkProperty GetProperty() { - long temp = GetProperty_33(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedProperty_34(); - public vtkProperty GetSelectedProperty() { - long temp = GetSelectedProperty_34(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetHotSpotSize_35(double id0); - public void SetHotSpotSize(double id0) - { SetHotSpotSize_35(id0); } - - private native double GetHotSpotSizeMinValue_36(); - public double GetHotSpotSizeMinValue() - { return GetHotSpotSizeMinValue_36(); } - - private native double GetHotSpotSizeMaxValue_37(); - public double GetHotSpotSizeMaxValue() - { return GetHotSpotSizeMaxValue_37(); } - - private native double GetHotSpotSize_38(); - public double GetHotSpotSize() - { return GetHotSpotSize_38(); } - - public vtkPointWidget() { super(); } - - public vtkPointWidget(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPointWidget object +// + +package vtk; +import vtk.*; + +public class vtkPointWidget extends vtk3DWidget +{ + + 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 SetEnabled_2(int id0); + public void SetEnabled(int id0) + { SetEnabled_2(id0); } + + private native void PlaceWidget_3(double id0[]); + public void PlaceWidget(double id0[]) + { PlaceWidget_3(id0); } + + private native void PlaceWidget_4(); + public void PlaceWidget() + { PlaceWidget_4(); } + + private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5); + public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5) + { PlaceWidget_5(id0,id1,id2,id3,id4,id5); } + + private native void GetPolyData_6(vtkPolyData id0); + public void GetPolyData(vtkPolyData id0) + { GetPolyData_6(id0); } + + private native void SetPosition_7(double id0,double id1,double id2); + public void SetPosition(double id0,double id1,double id2) + { SetPosition_7(id0,id1,id2); } + + private native void SetPosition_8(double id0[]); + public void SetPosition(double id0[]) + { SetPosition_8(id0); } + + private native double[] GetPosition_9(); + public double[] GetPosition() + { return GetPosition_9(); } + + private native void GetPosition_10(double id0[]); + public void GetPosition(double id0[]) + { GetPosition_10(id0); } + + private native void SetOutline_11(int id0); + public void SetOutline(int id0) + { SetOutline_11(id0); } + + private native int GetOutline_12(); + public int GetOutline() + { return GetOutline_12(); } + + private native void OutlineOn_13(); + public void OutlineOn() + { OutlineOn_13(); } + + private native void OutlineOff_14(); + public void OutlineOff() + { OutlineOff_14(); } + + private native void SetXShadows_15(int id0); + public void SetXShadows(int id0) + { SetXShadows_15(id0); } + + private native int GetXShadows_16(); + public int GetXShadows() + { return GetXShadows_16(); } + + private native void XShadowsOn_17(); + public void XShadowsOn() + { XShadowsOn_17(); } + + private native void XShadowsOff_18(); + public void XShadowsOff() + { XShadowsOff_18(); } + + private native void SetYShadows_19(int id0); + public void SetYShadows(int id0) + { SetYShadows_19(id0); } + + private native int GetYShadows_20(); + public int GetYShadows() + { return GetYShadows_20(); } + + private native void YShadowsOn_21(); + public void YShadowsOn() + { YShadowsOn_21(); } + + private native void YShadowsOff_22(); + public void YShadowsOff() + { YShadowsOff_22(); } + + private native void SetZShadows_23(int id0); + public void SetZShadows(int id0) + { SetZShadows_23(id0); } + + private native int GetZShadows_24(); + public int GetZShadows() + { return GetZShadows_24(); } + + private native void ZShadowsOn_25(); + public void ZShadowsOn() + { ZShadowsOn_25(); } + + private native void ZShadowsOff_26(); + public void ZShadowsOff() + { ZShadowsOff_26(); } + + private native void SetTranslationMode_27(int id0); + public void SetTranslationMode(int id0) + { SetTranslationMode_27(id0); } + + private native int GetTranslationMode_28(); + public int GetTranslationMode() + { return GetTranslationMode_28(); } + + private native void TranslationModeOn_29(); + public void TranslationModeOn() + { TranslationModeOn_29(); } + + private native void TranslationModeOff_30(); + public void TranslationModeOff() + { TranslationModeOff_30(); } + + private native void AllOn_31(); + public void AllOn() + { AllOn_31(); } + + private native void AllOff_32(); + public void AllOff() + { AllOff_32(); } + + private native long GetProperty_33(); + public vtkProperty GetProperty() { + long temp = GetProperty_33(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedProperty_34(); + public vtkProperty GetSelectedProperty() { + long temp = GetSelectedProperty_34(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetHotSpotSize_35(double id0); + public void SetHotSpotSize(double id0) + { SetHotSpotSize_35(id0); } + + private native double GetHotSpotSizeMinValue_36(); + public double GetHotSpotSizeMinValue() + { return GetHotSpotSizeMinValue_36(); } + + private native double GetHotSpotSizeMaxValue_37(); + public double GetHotSpotSizeMaxValue() + { return GetHotSpotSizeMaxValue_37(); } + + private native double GetHotSpotSize_38(); + public double GetHotSpotSize() + { return GetHotSpotSize_38(); } + + public vtkPointWidget() { super(); } + + public vtkPointWidget(long id) { super(id); } + public native long VTKInit(); + +}