X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCameraInterpolator.java;h=4fe2e5388da76df5504cdbe5b210326b452d56e1;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=5d7499fb98fba12bacb1760be7b38fe90937a4d1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCameraInterpolator.java b/vtk/src/vtk/vtkCameraInterpolator.java index 5d7499fb..4fe2e538 100644 --- a/vtk/src/vtk/vtkCameraInterpolator.java +++ b/vtk/src/vtk/vtkCameraInterpolator.java @@ -1,155 +1,155 @@ -// java wrapper for vtkCameraInterpolator object -// - -package vtk; -import vtk.*; - -public class vtkCameraInterpolator 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 int GetNumberOfCameras_2(); - public int GetNumberOfCameras() - { return GetNumberOfCameras_2(); } - - private native double GetMinimumT_3(); - public double GetMinimumT() - { return GetMinimumT_3(); } - - private native double GetMaximumT_4(); - public double GetMaximumT() - { return GetMaximumT_4(); } - - private native void Initialize_5(); - public void Initialize() - { Initialize_5(); } - - private native void AddCamera_6(double id0,vtkCamera id1); - public void AddCamera(double id0,vtkCamera id1) - { AddCamera_6(id0,id1); } - - private native void RemoveCamera_7(double id0); - public void RemoveCamera(double id0) - { RemoveCamera_7(id0); } - - private native void InterpolateCamera_8(double id0,vtkCamera id1); - public void InterpolateCamera(double id0,vtkCamera id1) - { InterpolateCamera_8(id0,id1); } - - private native void SetInterpolationType_9(int id0); - public void SetInterpolationType(int id0) - { SetInterpolationType_9(id0); } - - private native int GetInterpolationTypeMinValue_10(); - public int GetInterpolationTypeMinValue() - { return GetInterpolationTypeMinValue_10(); } - - private native int GetInterpolationTypeMaxValue_11(); - public int GetInterpolationTypeMaxValue() - { return GetInterpolationTypeMaxValue_11(); } - - private native int GetInterpolationType_12(); - public int GetInterpolationType() - { return GetInterpolationType_12(); } - - private native void SetInterpolationTypeToLinear_13(); - public void SetInterpolationTypeToLinear() - { SetInterpolationTypeToLinear_13(); } - - private native void SetInterpolationTypeToSpline_14(); - public void SetInterpolationTypeToSpline() - { SetInterpolationTypeToSpline_14(); } - - private native void SetInterpolationTypeToManual_15(); - public void SetInterpolationTypeToManual() - { SetInterpolationTypeToManual_15(); } - - private native void SetPositionInterpolator_16(vtkTupleInterpolator id0); - public void SetPositionInterpolator(vtkTupleInterpolator id0) - { SetPositionInterpolator_16(id0); } - - private native long GetPositionInterpolator_17(); - public vtkTupleInterpolator GetPositionInterpolator() { - long temp = GetPositionInterpolator_17(); - - if (temp == 0) return null; - return (vtkTupleInterpolator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetFocalPointInterpolator_18(vtkTupleInterpolator id0); - public void SetFocalPointInterpolator(vtkTupleInterpolator id0) - { SetFocalPointInterpolator_18(id0); } - - private native long GetFocalPointInterpolator_19(); - public vtkTupleInterpolator GetFocalPointInterpolator() { - long temp = GetFocalPointInterpolator_19(); - - if (temp == 0) return null; - return (vtkTupleInterpolator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetViewUpInterpolator_20(vtkTupleInterpolator id0); - public void SetViewUpInterpolator(vtkTupleInterpolator id0) - { SetViewUpInterpolator_20(id0); } - - private native long GetViewUpInterpolator_21(); - public vtkTupleInterpolator GetViewUpInterpolator() { - long temp = GetViewUpInterpolator_21(); - - if (temp == 0) return null; - return (vtkTupleInterpolator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetViewAngleInterpolator_22(vtkTupleInterpolator id0); - public void SetViewAngleInterpolator(vtkTupleInterpolator id0) - { SetViewAngleInterpolator_22(id0); } - - private native long GetViewAngleInterpolator_23(); - public vtkTupleInterpolator GetViewAngleInterpolator() { - long temp = GetViewAngleInterpolator_23(); - - if (temp == 0) return null; - return (vtkTupleInterpolator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetParallelScaleInterpolator_24(vtkTupleInterpolator id0); - public void SetParallelScaleInterpolator(vtkTupleInterpolator id0) - { SetParallelScaleInterpolator_24(id0); } - - private native long GetParallelScaleInterpolator_25(); - public vtkTupleInterpolator GetParallelScaleInterpolator() { - long temp = GetParallelScaleInterpolator_25(); - - if (temp == 0) return null; - return (vtkTupleInterpolator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetClippingRangeInterpolator_26(vtkTupleInterpolator id0); - public void SetClippingRangeInterpolator(vtkTupleInterpolator id0) - { SetClippingRangeInterpolator_26(id0); } - - private native long GetClippingRangeInterpolator_27(); - public vtkTupleInterpolator GetClippingRangeInterpolator() { - long temp = GetClippingRangeInterpolator_27(); - - if (temp == 0) return null; - return (vtkTupleInterpolator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetMTime_28(); - public int GetMTime() - { return GetMTime_28(); } - - public vtkCameraInterpolator() { super(); } - - public vtkCameraInterpolator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCameraInterpolator object +// + +package vtk; +import vtk.*; + +public class vtkCameraInterpolator 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 int GetNumberOfCameras_2(); + public int GetNumberOfCameras() + { return GetNumberOfCameras_2(); } + + private native double GetMinimumT_3(); + public double GetMinimumT() + { return GetMinimumT_3(); } + + private native double GetMaximumT_4(); + public double GetMaximumT() + { return GetMaximumT_4(); } + + private native void Initialize_5(); + public void Initialize() + { Initialize_5(); } + + private native void AddCamera_6(double id0,vtkCamera id1); + public void AddCamera(double id0,vtkCamera id1) + { AddCamera_6(id0,id1); } + + private native void RemoveCamera_7(double id0); + public void RemoveCamera(double id0) + { RemoveCamera_7(id0); } + + private native void InterpolateCamera_8(double id0,vtkCamera id1); + public void InterpolateCamera(double id0,vtkCamera id1) + { InterpolateCamera_8(id0,id1); } + + private native void SetInterpolationType_9(int id0); + public void SetInterpolationType(int id0) + { SetInterpolationType_9(id0); } + + private native int GetInterpolationTypeMinValue_10(); + public int GetInterpolationTypeMinValue() + { return GetInterpolationTypeMinValue_10(); } + + private native int GetInterpolationTypeMaxValue_11(); + public int GetInterpolationTypeMaxValue() + { return GetInterpolationTypeMaxValue_11(); } + + private native int GetInterpolationType_12(); + public int GetInterpolationType() + { return GetInterpolationType_12(); } + + private native void SetInterpolationTypeToLinear_13(); + public void SetInterpolationTypeToLinear() + { SetInterpolationTypeToLinear_13(); } + + private native void SetInterpolationTypeToSpline_14(); + public void SetInterpolationTypeToSpline() + { SetInterpolationTypeToSpline_14(); } + + private native void SetInterpolationTypeToManual_15(); + public void SetInterpolationTypeToManual() + { SetInterpolationTypeToManual_15(); } + + private native void SetPositionInterpolator_16(vtkTupleInterpolator id0); + public void SetPositionInterpolator(vtkTupleInterpolator id0) + { SetPositionInterpolator_16(id0); } + + private native long GetPositionInterpolator_17(); + public vtkTupleInterpolator GetPositionInterpolator() { + long temp = GetPositionInterpolator_17(); + + if (temp == 0) return null; + return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetFocalPointInterpolator_18(vtkTupleInterpolator id0); + public void SetFocalPointInterpolator(vtkTupleInterpolator id0) + { SetFocalPointInterpolator_18(id0); } + + private native long GetFocalPointInterpolator_19(); + public vtkTupleInterpolator GetFocalPointInterpolator() { + long temp = GetFocalPointInterpolator_19(); + + if (temp == 0) return null; + return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetViewUpInterpolator_20(vtkTupleInterpolator id0); + public void SetViewUpInterpolator(vtkTupleInterpolator id0) + { SetViewUpInterpolator_20(id0); } + + private native long GetViewUpInterpolator_21(); + public vtkTupleInterpolator GetViewUpInterpolator() { + long temp = GetViewUpInterpolator_21(); + + if (temp == 0) return null; + return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetViewAngleInterpolator_22(vtkTupleInterpolator id0); + public void SetViewAngleInterpolator(vtkTupleInterpolator id0) + { SetViewAngleInterpolator_22(id0); } + + private native long GetViewAngleInterpolator_23(); + public vtkTupleInterpolator GetViewAngleInterpolator() { + long temp = GetViewAngleInterpolator_23(); + + if (temp == 0) return null; + return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetParallelScaleInterpolator_24(vtkTupleInterpolator id0); + public void SetParallelScaleInterpolator(vtkTupleInterpolator id0) + { SetParallelScaleInterpolator_24(id0); } + + private native long GetParallelScaleInterpolator_25(); + public vtkTupleInterpolator GetParallelScaleInterpolator() { + long temp = GetParallelScaleInterpolator_25(); + + if (temp == 0) return null; + return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetClippingRangeInterpolator_26(vtkTupleInterpolator id0); + public void SetClippingRangeInterpolator(vtkTupleInterpolator id0) + { SetClippingRangeInterpolator_26(id0); } + + private native long GetClippingRangeInterpolator_27(); + public vtkTupleInterpolator GetClippingRangeInterpolator() { + long temp = GetClippingRangeInterpolator_27(); + + if (temp == 0) return null; + return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetMTime_28(); + public int GetMTime() + { return GetMTime_28(); } + + public vtkCameraInterpolator() { super(); } + + public vtkCameraInterpolator(long id) { super(id); } + public native long VTKInit(); + +}