// 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(); }