X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageProperty.java;h=891cc5ee2c24d32621f5cdef08c83cd5a007c16b;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=64c329e4a7d62b3f56e11156fcab4707db18a6a2;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageProperty.java b/vtk/src/vtk/vtkImageProperty.java index 64c329e4..891cc5ee 100644 --- a/vtk/src/vtk/vtkImageProperty.java +++ b/vtk/src/vtk/vtkImageProperty.java @@ -1,231 +1,231 @@ -// java wrapper for vtkImageProperty object -// - -package vtk; -import vtk.*; - -public class vtkImageProperty extends vtkObject -{ - - 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 DeepCopy_2(vtkImageProperty id0); - public void DeepCopy(vtkImageProperty id0) - { DeepCopy_2(id0); } - - private native void SetColorWindow_3(double id0); - public void SetColorWindow(double id0) - { SetColorWindow_3(id0); } - - private native double GetColorWindow_4(); - public double GetColorWindow() - { return GetColorWindow_4(); } - - private native void SetColorLevel_5(double id0); - public void SetColorLevel(double id0) - { SetColorLevel_5(id0); } - - private native double GetColorLevel_6(); - public double GetColorLevel() - { return GetColorLevel_6(); } - - private native void SetLookupTable_7(vtkScalarsToColors id0); - public void SetLookupTable(vtkScalarsToColors id0) - { SetLookupTable_7(id0); } - - private native long GetLookupTable_8(); - public vtkScalarsToColors GetLookupTable() { - long temp = GetLookupTable_8(); - - if (temp == 0) return null; - return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetUseLookupTableScalarRange_9(int id0); - public void SetUseLookupTableScalarRange(int id0) - { SetUseLookupTableScalarRange_9(id0); } - - private native int GetUseLookupTableScalarRange_10(); - public int GetUseLookupTableScalarRange() - { return GetUseLookupTableScalarRange_10(); } - - private native void UseLookupTableScalarRangeOn_11(); - public void UseLookupTableScalarRangeOn() - { UseLookupTableScalarRangeOn_11(); } - - private native void UseLookupTableScalarRangeOff_12(); - public void UseLookupTableScalarRangeOff() - { UseLookupTableScalarRangeOff_12(); } - - private native void SetOpacity_13(double id0); - public void SetOpacity(double id0) - { SetOpacity_13(id0); } - - private native double GetOpacityMinValue_14(); - public double GetOpacityMinValue() - { return GetOpacityMinValue_14(); } - - private native double GetOpacityMaxValue_15(); - public double GetOpacityMaxValue() - { return GetOpacityMaxValue_15(); } - - private native double GetOpacity_16(); - public double GetOpacity() - { return GetOpacity_16(); } - - private native void SetAmbient_17(double id0); - public void SetAmbient(double id0) - { SetAmbient_17(id0); } - - private native double GetAmbientMinValue_18(); - public double GetAmbientMinValue() - { return GetAmbientMinValue_18(); } - - private native double GetAmbientMaxValue_19(); - public double GetAmbientMaxValue() - { return GetAmbientMaxValue_19(); } - - private native double GetAmbient_20(); - public double GetAmbient() - { return GetAmbient_20(); } - - private native void SetDiffuse_21(double id0); - public void SetDiffuse(double id0) - { SetDiffuse_21(id0); } - - private native double GetDiffuseMinValue_22(); - public double GetDiffuseMinValue() - { return GetDiffuseMinValue_22(); } - - private native double GetDiffuseMaxValue_23(); - public double GetDiffuseMaxValue() - { return GetDiffuseMaxValue_23(); } - - private native double GetDiffuse_24(); - public double GetDiffuse() - { return GetDiffuse_24(); } - - private native void SetInterpolationType_25(int id0); - public void SetInterpolationType(int id0) - { SetInterpolationType_25(id0); } - - private native int GetInterpolationTypeMinValue_26(); - public int GetInterpolationTypeMinValue() - { return GetInterpolationTypeMinValue_26(); } - - private native int GetInterpolationTypeMaxValue_27(); - public int GetInterpolationTypeMaxValue() - { return GetInterpolationTypeMaxValue_27(); } - - private native int GetInterpolationType_28(); - public int GetInterpolationType() - { return GetInterpolationType_28(); } - - private native void SetInterpolationTypeToNearest_29(); - public void SetInterpolationTypeToNearest() - { SetInterpolationTypeToNearest_29(); } - - private native void SetInterpolationTypeToLinear_30(); - public void SetInterpolationTypeToLinear() - { SetInterpolationTypeToLinear_30(); } - - private native void SetInterpolationTypeToCubic_31(); - public void SetInterpolationTypeToCubic() - { SetInterpolationTypeToCubic_31(); } - - private native String GetInterpolationTypeAsString_32(); - public String GetInterpolationTypeAsString() - { return GetInterpolationTypeAsString_32(); } - - private native void SetLayerNumber_33(int id0); - public void SetLayerNumber(int id0) - { SetLayerNumber_33(id0); } - - private native int GetLayerNumber_34(); - public int GetLayerNumber() - { return GetLayerNumber_34(); } - - private native void SetCheckerboard_35(int id0); - public void SetCheckerboard(int id0) - { SetCheckerboard_35(id0); } - - private native void CheckerboardOn_36(); - public void CheckerboardOn() - { CheckerboardOn_36(); } - - private native void CheckerboardOff_37(); - public void CheckerboardOff() - { CheckerboardOff_37(); } - - private native int GetCheckerboard_38(); - public int GetCheckerboard() - { return GetCheckerboard_38(); } - - private native void SetCheckerboardSpacing_39(double id0,double id1); - public void SetCheckerboardSpacing(double id0,double id1) - { SetCheckerboardSpacing_39(id0,id1); } - - private native void SetCheckerboardSpacing_40(double id0[]); - public void SetCheckerboardSpacing(double id0[]) - { SetCheckerboardSpacing_40(id0); } - - private native double[] GetCheckerboardSpacing_41(); - public double[] GetCheckerboardSpacing() - { return GetCheckerboardSpacing_41(); } - - private native void SetCheckerboardOffset_42(double id0,double id1); - public void SetCheckerboardOffset(double id0,double id1) - { SetCheckerboardOffset_42(id0,id1); } - - private native void SetCheckerboardOffset_43(double id0[]); - public void SetCheckerboardOffset(double id0[]) - { SetCheckerboardOffset_43(id0); } - - private native double[] GetCheckerboardOffset_44(); - public double[] GetCheckerboardOffset() - { return GetCheckerboardOffset_44(); } - - private native void SetBacking_45(int id0); - public void SetBacking(int id0) - { SetBacking_45(id0); } - - private native void BackingOn_46(); - public void BackingOn() - { BackingOn_46(); } - - private native void BackingOff_47(); - public void BackingOff() - { BackingOff_47(); } - - private native int GetBacking_48(); - public int GetBacking() - { return GetBacking_48(); } - - private native void SetBackingColor_49(double id0,double id1,double id2); - public void SetBackingColor(double id0,double id1,double id2) - { SetBackingColor_49(id0,id1,id2); } - - private native void SetBackingColor_50(double id0[]); - public void SetBackingColor(double id0[]) - { SetBackingColor_50(id0); } - - private native double[] GetBackingColor_51(); - public double[] GetBackingColor() - { return GetBackingColor_51(); } - - private native int GetMTime_52(); - public int GetMTime() - { return GetMTime_52(); } - - public vtkImageProperty() { super(); } - - public vtkImageProperty(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageProperty object +// + +package vtk; +import vtk.*; + +public class vtkImageProperty extends vtkObject +{ + + 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 DeepCopy_2(vtkImageProperty id0); + public void DeepCopy(vtkImageProperty id0) + { DeepCopy_2(id0); } + + private native void SetColorWindow_3(double id0); + public void SetColorWindow(double id0) + { SetColorWindow_3(id0); } + + private native double GetColorWindow_4(); + public double GetColorWindow() + { return GetColorWindow_4(); } + + private native void SetColorLevel_5(double id0); + public void SetColorLevel(double id0) + { SetColorLevel_5(id0); } + + private native double GetColorLevel_6(); + public double GetColorLevel() + { return GetColorLevel_6(); } + + private native void SetLookupTable_7(vtkScalarsToColors id0); + public void SetLookupTable(vtkScalarsToColors id0) + { SetLookupTable_7(id0); } + + private native long GetLookupTable_8(); + public vtkScalarsToColors GetLookupTable() { + long temp = GetLookupTable_8(); + + if (temp == 0) return null; + return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetUseLookupTableScalarRange_9(int id0); + public void SetUseLookupTableScalarRange(int id0) + { SetUseLookupTableScalarRange_9(id0); } + + private native int GetUseLookupTableScalarRange_10(); + public int GetUseLookupTableScalarRange() + { return GetUseLookupTableScalarRange_10(); } + + private native void UseLookupTableScalarRangeOn_11(); + public void UseLookupTableScalarRangeOn() + { UseLookupTableScalarRangeOn_11(); } + + private native void UseLookupTableScalarRangeOff_12(); + public void UseLookupTableScalarRangeOff() + { UseLookupTableScalarRangeOff_12(); } + + private native void SetOpacity_13(double id0); + public void SetOpacity(double id0) + { SetOpacity_13(id0); } + + private native double GetOpacityMinValue_14(); + public double GetOpacityMinValue() + { return GetOpacityMinValue_14(); } + + private native double GetOpacityMaxValue_15(); + public double GetOpacityMaxValue() + { return GetOpacityMaxValue_15(); } + + private native double GetOpacity_16(); + public double GetOpacity() + { return GetOpacity_16(); } + + private native void SetAmbient_17(double id0); + public void SetAmbient(double id0) + { SetAmbient_17(id0); } + + private native double GetAmbientMinValue_18(); + public double GetAmbientMinValue() + { return GetAmbientMinValue_18(); } + + private native double GetAmbientMaxValue_19(); + public double GetAmbientMaxValue() + { return GetAmbientMaxValue_19(); } + + private native double GetAmbient_20(); + public double GetAmbient() + { return GetAmbient_20(); } + + private native void SetDiffuse_21(double id0); + public void SetDiffuse(double id0) + { SetDiffuse_21(id0); } + + private native double GetDiffuseMinValue_22(); + public double GetDiffuseMinValue() + { return GetDiffuseMinValue_22(); } + + private native double GetDiffuseMaxValue_23(); + public double GetDiffuseMaxValue() + { return GetDiffuseMaxValue_23(); } + + private native double GetDiffuse_24(); + public double GetDiffuse() + { return GetDiffuse_24(); } + + private native void SetInterpolationType_25(int id0); + public void SetInterpolationType(int id0) + { SetInterpolationType_25(id0); } + + private native int GetInterpolationTypeMinValue_26(); + public int GetInterpolationTypeMinValue() + { return GetInterpolationTypeMinValue_26(); } + + private native int GetInterpolationTypeMaxValue_27(); + public int GetInterpolationTypeMaxValue() + { return GetInterpolationTypeMaxValue_27(); } + + private native int GetInterpolationType_28(); + public int GetInterpolationType() + { return GetInterpolationType_28(); } + + private native void SetInterpolationTypeToNearest_29(); + public void SetInterpolationTypeToNearest() + { SetInterpolationTypeToNearest_29(); } + + private native void SetInterpolationTypeToLinear_30(); + public void SetInterpolationTypeToLinear() + { SetInterpolationTypeToLinear_30(); } + + private native void SetInterpolationTypeToCubic_31(); + public void SetInterpolationTypeToCubic() + { SetInterpolationTypeToCubic_31(); } + + private native String GetInterpolationTypeAsString_32(); + public String GetInterpolationTypeAsString() + { return GetInterpolationTypeAsString_32(); } + + private native void SetLayerNumber_33(int id0); + public void SetLayerNumber(int id0) + { SetLayerNumber_33(id0); } + + private native int GetLayerNumber_34(); + public int GetLayerNumber() + { return GetLayerNumber_34(); } + + private native void SetCheckerboard_35(int id0); + public void SetCheckerboard(int id0) + { SetCheckerboard_35(id0); } + + private native void CheckerboardOn_36(); + public void CheckerboardOn() + { CheckerboardOn_36(); } + + private native void CheckerboardOff_37(); + public void CheckerboardOff() + { CheckerboardOff_37(); } + + private native int GetCheckerboard_38(); + public int GetCheckerboard() + { return GetCheckerboard_38(); } + + private native void SetCheckerboardSpacing_39(double id0,double id1); + public void SetCheckerboardSpacing(double id0,double id1) + { SetCheckerboardSpacing_39(id0,id1); } + + private native void SetCheckerboardSpacing_40(double id0[]); + public void SetCheckerboardSpacing(double id0[]) + { SetCheckerboardSpacing_40(id0); } + + private native double[] GetCheckerboardSpacing_41(); + public double[] GetCheckerboardSpacing() + { return GetCheckerboardSpacing_41(); } + + private native void SetCheckerboardOffset_42(double id0,double id1); + public void SetCheckerboardOffset(double id0,double id1) + { SetCheckerboardOffset_42(id0,id1); } + + private native void SetCheckerboardOffset_43(double id0[]); + public void SetCheckerboardOffset(double id0[]) + { SetCheckerboardOffset_43(id0); } + + private native double[] GetCheckerboardOffset_44(); + public double[] GetCheckerboardOffset() + { return GetCheckerboardOffset_44(); } + + private native void SetBacking_45(int id0); + public void SetBacking(int id0) + { SetBacking_45(id0); } + + private native void BackingOn_46(); + public void BackingOn() + { BackingOn_46(); } + + private native void BackingOff_47(); + public void BackingOff() + { BackingOff_47(); } + + private native int GetBacking_48(); + public int GetBacking() + { return GetBacking_48(); } + + private native void SetBackingColor_49(double id0,double id1,double id2); + public void SetBackingColor(double id0,double id1,double id2) + { SetBackingColor_49(id0,id1,id2); } + + private native void SetBackingColor_50(double id0[]); + public void SetBackingColor(double id0[]) + { SetBackingColor_50(id0); } + + private native double[] GetBackingColor_51(); + public double[] GetBackingColor() + { return GetBackingColor_51(); } + + private native int GetMTime_52(); + public int GetMTime() + { return GetMTime_52(); } + + public vtkImageProperty() { super(); } + + public vtkImageProperty(long id) { super(id); } + public native long VTKInit(); + +}