X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLight.java;h=ed9c78b7d41733ec43845faba4f182d24e76fdd7;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=55dc3f6119299b618bdc20f5626aca35c60b4b11;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLight.java b/vtk/src/vtk/vtkLight.java index 55dc3f61..ed9c78b7 100644 --- a/vtk/src/vtk/vtkLight.java +++ b/vtk/src/vtk/vtkLight.java @@ -1,259 +1,271 @@ -// java wrapper for vtkLight object -// - -package vtk; -import vtk.*; - -public class vtkLight 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 long ShallowClone_2(); - public vtkLight ShallowClone() { - long temp = ShallowClone_2(); - - if (temp == 0) return null; - return (vtkLight)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Render_3(vtkRenderer id0,int id1); - public void Render(vtkRenderer id0,int id1) - { Render_3(id0,id1); } - - private native void SetAmbientColor_4(double id0,double id1,double id2); - public void SetAmbientColor(double id0,double id1,double id2) - { SetAmbientColor_4(id0,id1,id2); } - - private native void SetAmbientColor_5(double id0[]); - public void SetAmbientColor(double id0[]) - { SetAmbientColor_5(id0); } - - private native double[] GetAmbientColor_6(); - public double[] GetAmbientColor() - { return GetAmbientColor_6(); } - - private native void SetDiffuseColor_7(double id0,double id1,double id2); - public void SetDiffuseColor(double id0,double id1,double id2) - { SetDiffuseColor_7(id0,id1,id2); } - - private native void SetDiffuseColor_8(double id0[]); - public void SetDiffuseColor(double id0[]) - { SetDiffuseColor_8(id0); } - - private native double[] GetDiffuseColor_9(); - public double[] GetDiffuseColor() - { return GetDiffuseColor_9(); } - - private native void SetSpecularColor_10(double id0,double id1,double id2); - public void SetSpecularColor(double id0,double id1,double id2) - { SetSpecularColor_10(id0,id1,id2); } - - private native void SetSpecularColor_11(double id0[]); - public void SetSpecularColor(double id0[]) - { SetSpecularColor_11(id0); } - - private native double[] GetSpecularColor_12(); - public double[] GetSpecularColor() - { return GetSpecularColor_12(); } - - private native void SetColor_13(double id0,double id1,double id2); - public void SetColor(double id0,double id1,double id2) - { SetColor_13(id0,id1,id2); } - - private native void SetColor_14(double id0[]); - public void SetColor(double id0[]) - { SetColor_14(id0); } - - private native void GetColor_15(double id0[]); - public void GetColor(double id0[]) - { GetColor_15(id0); } - - private native double[] GetColor_16(); - public double[] GetColor() - { return GetColor_16(); } - - private native void SetPosition_17(double id0,double id1,double id2); - public void SetPosition(double id0,double id1,double id2) - { SetPosition_17(id0,id1,id2); } - - private native void SetPosition_18(double id0[]); - public void SetPosition(double id0[]) - { SetPosition_18(id0); } - - private native double[] GetPosition_19(); - public double[] GetPosition() - { return GetPosition_19(); } - - private native void SetFocalPoint_20(double id0,double id1,double id2); - public void SetFocalPoint(double id0,double id1,double id2) - { SetFocalPoint_20(id0,id1,id2); } - - private native void SetFocalPoint_21(double id0[]); - public void SetFocalPoint(double id0[]) - { SetFocalPoint_21(id0); } - - private native double[] GetFocalPoint_22(); - public double[] GetFocalPoint() - { return GetFocalPoint_22(); } - - private native void SetIntensity_23(double id0); - public void SetIntensity(double id0) - { SetIntensity_23(id0); } - - private native double GetIntensity_24(); - public double GetIntensity() - { return GetIntensity_24(); } - - private native void SetSwitch_25(int id0); - public void SetSwitch(int id0) - { SetSwitch_25(id0); } - - private native int GetSwitch_26(); - public int GetSwitch() - { return GetSwitch_26(); } - - private native void SwitchOn_27(); - public void SwitchOn() - { SwitchOn_27(); } - - private native void SwitchOff_28(); - public void SwitchOff() - { SwitchOff_28(); } - - private native void SetPositional_29(int id0); - public void SetPositional(int id0) - { SetPositional_29(id0); } - - private native int GetPositional_30(); - public int GetPositional() - { return GetPositional_30(); } - - private native void PositionalOn_31(); - public void PositionalOn() - { PositionalOn_31(); } - - private native void PositionalOff_32(); - public void PositionalOff() - { PositionalOff_32(); } - - private native void SetExponent_33(double id0); - public void SetExponent(double id0) - { SetExponent_33(id0); } - - private native double GetExponentMinValue_34(); - public double GetExponentMinValue() - { return GetExponentMinValue_34(); } - - private native double GetExponentMaxValue_35(); - public double GetExponentMaxValue() - { return GetExponentMaxValue_35(); } - - private native double GetExponent_36(); - public double GetExponent() - { return GetExponent_36(); } - - private native void SetConeAngle_37(double id0); - public void SetConeAngle(double id0) - { SetConeAngle_37(id0); } - - private native double GetConeAngle_38(); - public double GetConeAngle() - { return GetConeAngle_38(); } - - private native void SetAttenuationValues_39(double id0,double id1,double id2); - public void SetAttenuationValues(double id0,double id1,double id2) - { SetAttenuationValues_39(id0,id1,id2); } - - private native void SetAttenuationValues_40(double id0[]); - public void SetAttenuationValues(double id0[]) - { SetAttenuationValues_40(id0); } - - private native double[] GetAttenuationValues_41(); - public double[] GetAttenuationValues() - { return GetAttenuationValues_41(); } - - private native void SetTransformMatrix_42(vtkMatrix4x4 id0); - public void SetTransformMatrix(vtkMatrix4x4 id0) - { SetTransformMatrix_42(id0); } - - private native long GetTransformMatrix_43(); - public vtkMatrix4x4 GetTransformMatrix() { - long temp = GetTransformMatrix_43(); - - if (temp == 0) return null; - return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetTransformedPosition_44(double id0[]); - public void GetTransformedPosition(double id0[]) - { GetTransformedPosition_44(id0); } - - private native double[] GetTransformedPosition_45(); - public double[] GetTransformedPosition() - { return GetTransformedPosition_45(); } - - private native void GetTransformedFocalPoint_46(double id0[]); - public void GetTransformedFocalPoint(double id0[]) - { GetTransformedFocalPoint_46(id0); } - - private native double[] GetTransformedFocalPoint_47(); - public double[] GetTransformedFocalPoint() - { return GetTransformedFocalPoint_47(); } - - private native void SetDirectionAngle_48(double id0,double id1); - public void SetDirectionAngle(double id0,double id1) - { SetDirectionAngle_48(id0,id1); } - - private native void SetDirectionAngle_49(double id0[]); - public void SetDirectionAngle(double id0[]) - { SetDirectionAngle_49(id0); } - - private native void DeepCopy_50(vtkLight id0); - public void DeepCopy(vtkLight id0) - { DeepCopy_50(id0); } - - private native void SetLightType_51(int id0); - public void SetLightType(int id0) - { SetLightType_51(id0); } - - private native int GetLightType_52(); - public int GetLightType() - { return GetLightType_52(); } - - private native void SetLightTypeToHeadlight_53(); - public void SetLightTypeToHeadlight() - { SetLightTypeToHeadlight_53(); } - - private native void SetLightTypeToSceneLight_54(); - public void SetLightTypeToSceneLight() - { SetLightTypeToSceneLight_54(); } - - private native void SetLightTypeToCameraLight_55(); - public void SetLightTypeToCameraLight() - { SetLightTypeToCameraLight_55(); } - - private native int LightTypeIsHeadlight_56(); - public int LightTypeIsHeadlight() - { return LightTypeIsHeadlight_56(); } - - private native int LightTypeIsSceneLight_57(); - public int LightTypeIsSceneLight() - { return LightTypeIsSceneLight_57(); } - - private native int LightTypeIsCameraLight_58(); - public int LightTypeIsCameraLight() - { return LightTypeIsCameraLight_58(); } - - public vtkLight() { super(); } - - public vtkLight(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLight object +// + +package vtk; +import vtk.*; + +public class vtkLight 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 long ShallowClone_2(); + public vtkLight ShallowClone() { + long temp = ShallowClone_2(); + + if (temp == 0) return null; + return (vtkLight)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Render_3(vtkRenderer id0,int id1); + public void Render(vtkRenderer id0,int id1) + { Render_3(id0,id1); } + + private native void SetAmbientColor_4(double id0,double id1,double id2); + public void SetAmbientColor(double id0,double id1,double id2) + { SetAmbientColor_4(id0,id1,id2); } + + private native void SetAmbientColor_5(double id0[]); + public void SetAmbientColor(double id0[]) + { SetAmbientColor_5(id0); } + + private native double[] GetAmbientColor_6(); + public double[] GetAmbientColor() + { return GetAmbientColor_6(); } + + private native void SetDiffuseColor_7(double id0,double id1,double id2); + public void SetDiffuseColor(double id0,double id1,double id2) + { SetDiffuseColor_7(id0,id1,id2); } + + private native void SetDiffuseColor_8(double id0[]); + public void SetDiffuseColor(double id0[]) + { SetDiffuseColor_8(id0); } + + private native double[] GetDiffuseColor_9(); + public double[] GetDiffuseColor() + { return GetDiffuseColor_9(); } + + private native void SetSpecularColor_10(double id0,double id1,double id2); + public void SetSpecularColor(double id0,double id1,double id2) + { SetSpecularColor_10(id0,id1,id2); } + + private native void SetSpecularColor_11(double id0[]); + public void SetSpecularColor(double id0[]) + { SetSpecularColor_11(id0); } + + private native double[] GetSpecularColor_12(); + public double[] GetSpecularColor() + { return GetSpecularColor_12(); } + + private native void SetColor_13(double id0,double id1,double id2); + public void SetColor(double id0,double id1,double id2) + { SetColor_13(id0,id1,id2); } + + private native void SetColor_14(double id0[]); + public void SetColor(double id0[]) + { SetColor_14(id0); } + + private native void SetPosition_15(double id0,double id1,double id2); + public void SetPosition(double id0,double id1,double id2) + { SetPosition_15(id0,id1,id2); } + + private native void SetPosition_16(double id0[]); + public void SetPosition(double id0[]) + { SetPosition_16(id0); } + + private native double[] GetPosition_17(); + public double[] GetPosition() + { return GetPosition_17(); } + + private native void SetFocalPoint_18(double id0,double id1,double id2); + public void SetFocalPoint(double id0,double id1,double id2) + { SetFocalPoint_18(id0,id1,id2); } + + private native void SetFocalPoint_19(double id0[]); + public void SetFocalPoint(double id0[]) + { SetFocalPoint_19(id0); } + + private native double[] GetFocalPoint_20(); + public double[] GetFocalPoint() + { return GetFocalPoint_20(); } + + private native void SetIntensity_21(double id0); + public void SetIntensity(double id0) + { SetIntensity_21(id0); } + + private native double GetIntensity_22(); + public double GetIntensity() + { return GetIntensity_22(); } + + private native void SetSwitch_23(int id0); + public void SetSwitch(int id0) + { SetSwitch_23(id0); } + + private native int GetSwitch_24(); + public int GetSwitch() + { return GetSwitch_24(); } + + private native void SwitchOn_25(); + public void SwitchOn() + { SwitchOn_25(); } + + private native void SwitchOff_26(); + public void SwitchOff() + { SwitchOff_26(); } + + private native void SetPositional_27(int id0); + public void SetPositional(int id0) + { SetPositional_27(id0); } + + private native int GetPositional_28(); + public int GetPositional() + { return GetPositional_28(); } + + private native void PositionalOn_29(); + public void PositionalOn() + { PositionalOn_29(); } + + private native void PositionalOff_30(); + public void PositionalOff() + { PositionalOff_30(); } + + private native void SetExponent_31(double id0); + public void SetExponent(double id0) + { SetExponent_31(id0); } + + private native double GetExponentMinValue_32(); + public double GetExponentMinValue() + { return GetExponentMinValue_32(); } + + private native double GetExponentMaxValue_33(); + public double GetExponentMaxValue() + { return GetExponentMaxValue_33(); } + + private native double GetExponent_34(); + public double GetExponent() + { return GetExponent_34(); } + + private native void SetConeAngle_35(double id0); + public void SetConeAngle(double id0) + { SetConeAngle_35(id0); } + + private native double GetConeAngle_36(); + public double GetConeAngle() + { return GetConeAngle_36(); } + + private native void SetAttenuationValues_37(double id0,double id1,double id2); + public void SetAttenuationValues(double id0,double id1,double id2) + { SetAttenuationValues_37(id0,id1,id2); } + + private native void SetAttenuationValues_38(double id0[]); + public void SetAttenuationValues(double id0[]) + { SetAttenuationValues_38(id0); } + + private native double[] GetAttenuationValues_39(); + public double[] GetAttenuationValues() + { return GetAttenuationValues_39(); } + + private native void SetTransformMatrix_40(vtkMatrix4x4 id0); + public void SetTransformMatrix(vtkMatrix4x4 id0) + { SetTransformMatrix_40(id0); } + + private native long GetTransformMatrix_41(); + public vtkMatrix4x4 GetTransformMatrix() { + long temp = GetTransformMatrix_41(); + + if (temp == 0) return null; + return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetTransformedPosition_42(double id0[]); + public void GetTransformedPosition(double id0[]) + { GetTransformedPosition_42(id0); } + + private native double[] GetTransformedPosition_43(); + public double[] GetTransformedPosition() + { return GetTransformedPosition_43(); } + + private native void GetTransformedFocalPoint_44(double id0[]); + public void GetTransformedFocalPoint(double id0[]) + { GetTransformedFocalPoint_44(id0); } + + private native double[] GetTransformedFocalPoint_45(); + public double[] GetTransformedFocalPoint() + { return GetTransformedFocalPoint_45(); } + + private native void SetDirectionAngle_46(double id0,double id1); + public void SetDirectionAngle(double id0,double id1) + { SetDirectionAngle_46(id0,id1); } + + private native void SetDirectionAngle_47(double id0[]); + public void SetDirectionAngle(double id0[]) + { SetDirectionAngle_47(id0); } + + private native void DeepCopy_48(vtkLight id0); + public void DeepCopy(vtkLight id0) + { DeepCopy_48(id0); } + + private native void SetLightType_49(int id0); + public void SetLightType(int id0) + { SetLightType_49(id0); } + + private native int GetLightType_50(); + public int GetLightType() + { return GetLightType_50(); } + + private native void SetLightTypeToHeadlight_51(); + public void SetLightTypeToHeadlight() + { SetLightTypeToHeadlight_51(); } + + private native void SetLightTypeToSceneLight_52(); + public void SetLightTypeToSceneLight() + { SetLightTypeToSceneLight_52(); } + + private native void SetLightTypeToCameraLight_53(); + public void SetLightTypeToCameraLight() + { SetLightTypeToCameraLight_53(); } + + private native int LightTypeIsHeadlight_54(); + public int LightTypeIsHeadlight() + { return LightTypeIsHeadlight_54(); } + + private native int LightTypeIsSceneLight_55(); + public int LightTypeIsSceneLight() + { return LightTypeIsSceneLight_55(); } + + private native int LightTypeIsCameraLight_56(); + public int LightTypeIsCameraLight() + { return LightTypeIsCameraLight_56(); } + + private native void SetShadowAttenuation_57(double id0); + public void SetShadowAttenuation(double id0) + { SetShadowAttenuation_57(id0); } + + private native double GetShadowAttenuation_58(); + public double GetShadowAttenuation() + { return GetShadowAttenuation_58(); } + + private native long GetInformation_59(); + public vtkInformation GetInformation() { + long temp = GetInformation_59(); + + if (temp == 0) return null; + return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInformation_60(vtkInformation id0); + public void SetInformation(vtkInformation id0) + { SetInformation_60(id0); } + + public vtkLight() { super(); } + + public vtkLight(long id) { super(id); } + public native long VTKInit(); + +}