// java wrapper for vtkQuaternionInterpolator object // package vtk; import vtk.*; public class vtkQuaternionInterpolator 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 GetNumberOfQuaternions_2(); public int GetNumberOfQuaternions() { return GetNumberOfQuaternions_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 AddQuaternion_6(double id0,double id1[]); public void AddQuaternion(double id0,double id1[]) { AddQuaternion_6(id0,id1); } private native void RemoveQuaternion_7(double id0); public void RemoveQuaternion(double id0) { RemoveQuaternion_7(id0); } private native void InterpolateQuaternion_8(double id0,double id1[]); public void InterpolateQuaternion(double id0,double id1[]) { InterpolateQuaternion_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(); } public vtkQuaternionInterpolator() { super(); } public vtkQuaternionInterpolator(long id) { super(id); } public native long VTKInit(); }