X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=inline;f=vtk%2Fsrc%2Fvtk%2FvtkLODProp3D.java;h=b5ece0e1ef86cb38bacd2b9fe8c7dc31ec5f597c;hb=064a7d0401dba71baae82737271620ca7bcb6bfa;hp=e484ac369d619e956b8fb13d8133336a31ceedc1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLODProp3D.java b/vtk/src/vtk/vtkLODProp3D.java index e484ac36..b5ece0e1 100644 --- a/vtk/src/vtk/vtkLODProp3D.java +++ b/vtk/src/vtk/vtkLODProp3D.java @@ -1,271 +1,271 @@ -// java wrapper for vtkLODProp3D object -// - -package vtk; -import vtk.*; - -public class vtkLODProp3D extends vtkProp3D -{ - - 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 double[] GetBounds_2(); - public double[] GetBounds() - { return GetBounds_2(); } - - private native void GetBounds_3(double id0[]); - public void GetBounds(double id0[]) - { GetBounds_3(id0); } - - private native int AddLOD_4(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4); - public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4) - { return AddLOD_4(id0,id1,id2,id3,id4); } - - private native int AddLOD_5(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3); - public int AddLOD(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3) - { return AddLOD_5(id0,id1,id2,id3); } - - private native int AddLOD_6(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3); - public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3) - { return AddLOD_6(id0,id1,id2,id3); } - - private native int AddLOD_7(vtkMapper id0,vtkProperty id1,double id2); - public int AddLOD(vtkMapper id0,vtkProperty id1,double id2) - { return AddLOD_7(id0,id1,id2); } - - private native int AddLOD_8(vtkMapper id0,vtkTexture id1,double id2); - public int AddLOD(vtkMapper id0,vtkTexture id1,double id2) - { return AddLOD_8(id0,id1,id2); } - - private native int AddLOD_9(vtkMapper id0,double id1); - public int AddLOD(vtkMapper id0,double id1) - { return AddLOD_9(id0,id1); } - - private native int AddLOD_10(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2); - public int AddLOD(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2) - { return AddLOD_10(id0,id1,id2); } - - private native int AddLOD_11(vtkAbstractVolumeMapper id0,double id1); - public int AddLOD(vtkAbstractVolumeMapper id0,double id1) - { return AddLOD_11(id0,id1); } - - private native int AddLOD_12(vtkImageMapper3D id0,vtkImageProperty id1,double id2); - public int AddLOD(vtkImageMapper3D id0,vtkImageProperty id1,double id2) - { return AddLOD_12(id0,id1,id2); } - - private native int AddLOD_13(vtkImageMapper3D id0,double id1); - public int AddLOD(vtkImageMapper3D id0,double id1) - { return AddLOD_13(id0,id1); } - - private native int GetNumberOfLODs_14(); - public int GetNumberOfLODs() - { return GetNumberOfLODs_14(); } - - private native int GetCurrentIndex_15(); - public int GetCurrentIndex() - { return GetCurrentIndex_15(); } - - private native void RemoveLOD_16(int id0); - public void RemoveLOD(int id0) - { RemoveLOD_16(id0); } - - private native void SetLODProperty_17(int id0,vtkProperty id1); - public void SetLODProperty(int id0,vtkProperty id1) - { SetLODProperty_17(id0,id1); } - - private native void SetLODProperty_18(int id0,vtkVolumeProperty id1); - public void SetLODProperty(int id0,vtkVolumeProperty id1) - { SetLODProperty_18(id0,id1); } - - private native void SetLODProperty_19(int id0,vtkImageProperty id1); - public void SetLODProperty(int id0,vtkImageProperty id1) - { SetLODProperty_19(id0,id1); } - - private native void SetLODMapper_20(int id0,vtkMapper id1); - public void SetLODMapper(int id0,vtkMapper id1) - { SetLODMapper_20(id0,id1); } - - private native void SetLODMapper_21(int id0,vtkAbstractVolumeMapper id1); - public void SetLODMapper(int id0,vtkAbstractVolumeMapper id1) - { SetLODMapper_21(id0,id1); } - - private native void SetLODMapper_22(int id0,vtkImageMapper3D id1); - public void SetLODMapper(int id0,vtkImageMapper3D id1) - { SetLODMapper_22(id0,id1); } - - private native long GetLODMapper_23(int id0); - public vtkAbstractMapper3D GetLODMapper(int id0) { - long temp = GetLODMapper_23(id0); - - if (temp == 0) return null; - return (vtkAbstractMapper3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLODBackfaceProperty_24(int id0,vtkProperty id1); - public void SetLODBackfaceProperty(int id0,vtkProperty id1) - { SetLODBackfaceProperty_24(id0,id1); } - - private native void SetLODTexture_25(int id0,vtkTexture id1); - public void SetLODTexture(int id0,vtkTexture id1) - { SetLODTexture_25(id0,id1); } - - private native void EnableLOD_26(int id0); - public void EnableLOD(int id0) - { EnableLOD_26(id0); } - - private native void DisableLOD_27(int id0); - public void DisableLOD(int id0) - { DisableLOD_27(id0); } - - private native int IsLODEnabled_28(int id0); - public int IsLODEnabled(int id0) - { return IsLODEnabled_28(id0); } - - private native void SetLODLevel_29(int id0,double id1); - public void SetLODLevel(int id0,double id1) - { SetLODLevel_29(id0,id1); } - - private native double GetLODLevel_30(int id0); - public double GetLODLevel(int id0) - { return GetLODLevel_30(id0); } - - private native double GetLODIndexLevel_31(int id0); - public double GetLODIndexLevel(int id0) - { return GetLODIndexLevel_31(id0); } - - private native double GetLODEstimatedRenderTime_32(int id0); - public double GetLODEstimatedRenderTime(int id0) - { return GetLODEstimatedRenderTime_32(id0); } - - private native double GetLODIndexEstimatedRenderTime_33(int id0); - public double GetLODIndexEstimatedRenderTime(int id0) - { return GetLODIndexEstimatedRenderTime_33(id0); } - - private native void SetAutomaticLODSelection_34(int id0); - public void SetAutomaticLODSelection(int id0) - { SetAutomaticLODSelection_34(id0); } - - private native int GetAutomaticLODSelectionMinValue_35(); - public int GetAutomaticLODSelectionMinValue() - { return GetAutomaticLODSelectionMinValue_35(); } - - private native int GetAutomaticLODSelectionMaxValue_36(); - public int GetAutomaticLODSelectionMaxValue() - { return GetAutomaticLODSelectionMaxValue_36(); } - - private native int GetAutomaticLODSelection_37(); - public int GetAutomaticLODSelection() - { return GetAutomaticLODSelection_37(); } - - private native void AutomaticLODSelectionOn_38(); - public void AutomaticLODSelectionOn() - { AutomaticLODSelectionOn_38(); } - - private native void AutomaticLODSelectionOff_39(); - public void AutomaticLODSelectionOff() - { AutomaticLODSelectionOff_39(); } - - private native void SetSelectedLODID_40(int id0); - public void SetSelectedLODID(int id0) - { SetSelectedLODID_40(id0); } - - private native int GetSelectedLODID_41(); - public int GetSelectedLODID() - { return GetSelectedLODID_41(); } - - private native int GetLastRenderedLODID_42(); - public int GetLastRenderedLODID() - { return GetLastRenderedLODID_42(); } - - private native int GetPickLODID_43(); - public int GetPickLODID() - { return GetPickLODID_43(); } - - private native void GetActors_44(vtkPropCollection id0); - public void GetActors(vtkPropCollection id0) - { GetActors_44(id0); } - - private native void GetVolumes_45(vtkPropCollection id0); - public void GetVolumes(vtkPropCollection id0) - { GetVolumes_45(id0); } - - private native void SetSelectedPickLODID_46(int id0); - public void SetSelectedPickLODID(int id0) - { SetSelectedPickLODID_46(id0); } - - private native int GetSelectedPickLODID_47(); - public int GetSelectedPickLODID() - { return GetSelectedPickLODID_47(); } - - private native void SetAutomaticPickLODSelection_48(int id0); - public void SetAutomaticPickLODSelection(int id0) - { SetAutomaticPickLODSelection_48(id0); } - - private native int GetAutomaticPickLODSelectionMinValue_49(); - public int GetAutomaticPickLODSelectionMinValue() - { return GetAutomaticPickLODSelectionMinValue_49(); } - - private native int GetAutomaticPickLODSelectionMaxValue_50(); - public int GetAutomaticPickLODSelectionMaxValue() - { return GetAutomaticPickLODSelectionMaxValue_50(); } - - private native int GetAutomaticPickLODSelection_51(); - public int GetAutomaticPickLODSelection() - { return GetAutomaticPickLODSelection_51(); } - - private native void AutomaticPickLODSelectionOn_52(); - public void AutomaticPickLODSelectionOn() - { AutomaticPickLODSelectionOn_52(); } - - private native void AutomaticPickLODSelectionOff_53(); - public void AutomaticPickLODSelectionOff() - { AutomaticPickLODSelectionOff_53(); } - - private native void ShallowCopy_54(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_54(id0); } - - private native int RenderOpaqueGeometry_55(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_55(id0); } - - private native int RenderTranslucentPolygonalGeometry_56(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_56(id0); } - - private native int RenderVolumetricGeometry_57(vtkViewport id0); - public int RenderVolumetricGeometry(vtkViewport id0) - { return RenderVolumetricGeometry_57(id0); } - - private native int HasTranslucentPolygonalGeometry_58(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_58(); } - - private native void ReleaseGraphicsResources_59(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_59(id0); } - - private native void SetAllocatedRenderTime_60(double id0,vtkViewport id1); - public void SetAllocatedRenderTime(double id0,vtkViewport id1) - { SetAllocatedRenderTime_60(id0,id1); } - - private native void RestoreEstimatedRenderTime_61(); - public void RestoreEstimatedRenderTime() - { RestoreEstimatedRenderTime_61(); } - - private native void AddEstimatedRenderTime_62(double id0,vtkViewport id1); - public void AddEstimatedRenderTime(double id0,vtkViewport id1) - { AddEstimatedRenderTime_62(id0,id1); } - - public vtkLODProp3D() { super(); } - - public vtkLODProp3D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLODProp3D object +// + +package vtk; +import vtk.*; + +public class vtkLODProp3D extends vtkProp3D +{ + + 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 double[] GetBounds_2(); + public double[] GetBounds() + { return GetBounds_2(); } + + private native void GetBounds_3(double id0[]); + public void GetBounds(double id0[]) + { GetBounds_3(id0); } + + private native int AddLOD_4(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4); + public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4) + { return AddLOD_4(id0,id1,id2,id3,id4); } + + private native int AddLOD_5(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3); + public int AddLOD(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3) + { return AddLOD_5(id0,id1,id2,id3); } + + private native int AddLOD_6(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3); + public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3) + { return AddLOD_6(id0,id1,id2,id3); } + + private native int AddLOD_7(vtkMapper id0,vtkProperty id1,double id2); + public int AddLOD(vtkMapper id0,vtkProperty id1,double id2) + { return AddLOD_7(id0,id1,id2); } + + private native int AddLOD_8(vtkMapper id0,vtkTexture id1,double id2); + public int AddLOD(vtkMapper id0,vtkTexture id1,double id2) + { return AddLOD_8(id0,id1,id2); } + + private native int AddLOD_9(vtkMapper id0,double id1); + public int AddLOD(vtkMapper id0,double id1) + { return AddLOD_9(id0,id1); } + + private native int AddLOD_10(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2); + public int AddLOD(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2) + { return AddLOD_10(id0,id1,id2); } + + private native int AddLOD_11(vtkAbstractVolumeMapper id0,double id1); + public int AddLOD(vtkAbstractVolumeMapper id0,double id1) + { return AddLOD_11(id0,id1); } + + private native int AddLOD_12(vtkImageMapper3D id0,vtkImageProperty id1,double id2); + public int AddLOD(vtkImageMapper3D id0,vtkImageProperty id1,double id2) + { return AddLOD_12(id0,id1,id2); } + + private native int AddLOD_13(vtkImageMapper3D id0,double id1); + public int AddLOD(vtkImageMapper3D id0,double id1) + { return AddLOD_13(id0,id1); } + + private native int GetNumberOfLODs_14(); + public int GetNumberOfLODs() + { return GetNumberOfLODs_14(); } + + private native int GetCurrentIndex_15(); + public int GetCurrentIndex() + { return GetCurrentIndex_15(); } + + private native void RemoveLOD_16(int id0); + public void RemoveLOD(int id0) + { RemoveLOD_16(id0); } + + private native void SetLODProperty_17(int id0,vtkProperty id1); + public void SetLODProperty(int id0,vtkProperty id1) + { SetLODProperty_17(id0,id1); } + + private native void SetLODProperty_18(int id0,vtkVolumeProperty id1); + public void SetLODProperty(int id0,vtkVolumeProperty id1) + { SetLODProperty_18(id0,id1); } + + private native void SetLODProperty_19(int id0,vtkImageProperty id1); + public void SetLODProperty(int id0,vtkImageProperty id1) + { SetLODProperty_19(id0,id1); } + + private native void SetLODMapper_20(int id0,vtkMapper id1); + public void SetLODMapper(int id0,vtkMapper id1) + { SetLODMapper_20(id0,id1); } + + private native void SetLODMapper_21(int id0,vtkAbstractVolumeMapper id1); + public void SetLODMapper(int id0,vtkAbstractVolumeMapper id1) + { SetLODMapper_21(id0,id1); } + + private native void SetLODMapper_22(int id0,vtkImageMapper3D id1); + public void SetLODMapper(int id0,vtkImageMapper3D id1) + { SetLODMapper_22(id0,id1); } + + private native long GetLODMapper_23(int id0); + public vtkAbstractMapper3D GetLODMapper(int id0) { + long temp = GetLODMapper_23(id0); + + if (temp == 0) return null; + return (vtkAbstractMapper3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLODBackfaceProperty_24(int id0,vtkProperty id1); + public void SetLODBackfaceProperty(int id0,vtkProperty id1) + { SetLODBackfaceProperty_24(id0,id1); } + + private native void SetLODTexture_25(int id0,vtkTexture id1); + public void SetLODTexture(int id0,vtkTexture id1) + { SetLODTexture_25(id0,id1); } + + private native void EnableLOD_26(int id0); + public void EnableLOD(int id0) + { EnableLOD_26(id0); } + + private native void DisableLOD_27(int id0); + public void DisableLOD(int id0) + { DisableLOD_27(id0); } + + private native int IsLODEnabled_28(int id0); + public int IsLODEnabled(int id0) + { return IsLODEnabled_28(id0); } + + private native void SetLODLevel_29(int id0,double id1); + public void SetLODLevel(int id0,double id1) + { SetLODLevel_29(id0,id1); } + + private native double GetLODLevel_30(int id0); + public double GetLODLevel(int id0) + { return GetLODLevel_30(id0); } + + private native double GetLODIndexLevel_31(int id0); + public double GetLODIndexLevel(int id0) + { return GetLODIndexLevel_31(id0); } + + private native double GetLODEstimatedRenderTime_32(int id0); + public double GetLODEstimatedRenderTime(int id0) + { return GetLODEstimatedRenderTime_32(id0); } + + private native double GetLODIndexEstimatedRenderTime_33(int id0); + public double GetLODIndexEstimatedRenderTime(int id0) + { return GetLODIndexEstimatedRenderTime_33(id0); } + + private native void SetAutomaticLODSelection_34(int id0); + public void SetAutomaticLODSelection(int id0) + { SetAutomaticLODSelection_34(id0); } + + private native int GetAutomaticLODSelectionMinValue_35(); + public int GetAutomaticLODSelectionMinValue() + { return GetAutomaticLODSelectionMinValue_35(); } + + private native int GetAutomaticLODSelectionMaxValue_36(); + public int GetAutomaticLODSelectionMaxValue() + { return GetAutomaticLODSelectionMaxValue_36(); } + + private native int GetAutomaticLODSelection_37(); + public int GetAutomaticLODSelection() + { return GetAutomaticLODSelection_37(); } + + private native void AutomaticLODSelectionOn_38(); + public void AutomaticLODSelectionOn() + { AutomaticLODSelectionOn_38(); } + + private native void AutomaticLODSelectionOff_39(); + public void AutomaticLODSelectionOff() + { AutomaticLODSelectionOff_39(); } + + private native void SetSelectedLODID_40(int id0); + public void SetSelectedLODID(int id0) + { SetSelectedLODID_40(id0); } + + private native int GetSelectedLODID_41(); + public int GetSelectedLODID() + { return GetSelectedLODID_41(); } + + private native int GetLastRenderedLODID_42(); + public int GetLastRenderedLODID() + { return GetLastRenderedLODID_42(); } + + private native int GetPickLODID_43(); + public int GetPickLODID() + { return GetPickLODID_43(); } + + private native void GetActors_44(vtkPropCollection id0); + public void GetActors(vtkPropCollection id0) + { GetActors_44(id0); } + + private native void GetVolumes_45(vtkPropCollection id0); + public void GetVolumes(vtkPropCollection id0) + { GetVolumes_45(id0); } + + private native void SetSelectedPickLODID_46(int id0); + public void SetSelectedPickLODID(int id0) + { SetSelectedPickLODID_46(id0); } + + private native int GetSelectedPickLODID_47(); + public int GetSelectedPickLODID() + { return GetSelectedPickLODID_47(); } + + private native void SetAutomaticPickLODSelection_48(int id0); + public void SetAutomaticPickLODSelection(int id0) + { SetAutomaticPickLODSelection_48(id0); } + + private native int GetAutomaticPickLODSelectionMinValue_49(); + public int GetAutomaticPickLODSelectionMinValue() + { return GetAutomaticPickLODSelectionMinValue_49(); } + + private native int GetAutomaticPickLODSelectionMaxValue_50(); + public int GetAutomaticPickLODSelectionMaxValue() + { return GetAutomaticPickLODSelectionMaxValue_50(); } + + private native int GetAutomaticPickLODSelection_51(); + public int GetAutomaticPickLODSelection() + { return GetAutomaticPickLODSelection_51(); } + + private native void AutomaticPickLODSelectionOn_52(); + public void AutomaticPickLODSelectionOn() + { AutomaticPickLODSelectionOn_52(); } + + private native void AutomaticPickLODSelectionOff_53(); + public void AutomaticPickLODSelectionOff() + { AutomaticPickLODSelectionOff_53(); } + + private native void ShallowCopy_54(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_54(id0); } + + private native int RenderOpaqueGeometry_55(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_55(id0); } + + private native int RenderTranslucentPolygonalGeometry_56(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_56(id0); } + + private native int RenderVolumetricGeometry_57(vtkViewport id0); + public int RenderVolumetricGeometry(vtkViewport id0) + { return RenderVolumetricGeometry_57(id0); } + + private native int HasTranslucentPolygonalGeometry_58(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_58(); } + + private native void ReleaseGraphicsResources_59(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_59(id0); } + + private native void SetAllocatedRenderTime_60(double id0,vtkViewport id1); + public void SetAllocatedRenderTime(double id0,vtkViewport id1) + { SetAllocatedRenderTime_60(id0,id1); } + + private native void RestoreEstimatedRenderTime_61(); + public void RestoreEstimatedRenderTime() + { RestoreEstimatedRenderTime_61(); } + + private native void AddEstimatedRenderTime_62(double id0,vtkViewport id1); + public void AddEstimatedRenderTime(double id0,vtkViewport id1) + { AddEstimatedRenderTime_62(id0,id1); } + + public vtkLODProp3D() { super(); } + + public vtkLODProp3D(long id) { super(id); } + public native long VTKInit(); + +}