// java wrapper for vtkSplineFilter object // package vtk; import vtk.*; public class vtkSplineFilter extends vtkPolyDataAlgorithm { 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 SetMaximumNumberOfSubdivisions_2(int id0); public void SetMaximumNumberOfSubdivisions(int id0) { SetMaximumNumberOfSubdivisions_2(id0); } private native int GetMaximumNumberOfSubdivisionsMinValue_3(); public int GetMaximumNumberOfSubdivisionsMinValue() { return GetMaximumNumberOfSubdivisionsMinValue_3(); } private native int GetMaximumNumberOfSubdivisionsMaxValue_4(); public int GetMaximumNumberOfSubdivisionsMaxValue() { return GetMaximumNumberOfSubdivisionsMaxValue_4(); } private native int GetMaximumNumberOfSubdivisions_5(); public int GetMaximumNumberOfSubdivisions() { return GetMaximumNumberOfSubdivisions_5(); } private native void SetSubdivide_6(int id0); public void SetSubdivide(int id0) { SetSubdivide_6(id0); } private native int GetSubdivideMinValue_7(); public int GetSubdivideMinValue() { return GetSubdivideMinValue_7(); } private native int GetSubdivideMaxValue_8(); public int GetSubdivideMaxValue() { return GetSubdivideMaxValue_8(); } private native int GetSubdivide_9(); public int GetSubdivide() { return GetSubdivide_9(); } private native void SetSubdivideToSpecified_10(); public void SetSubdivideToSpecified() { SetSubdivideToSpecified_10(); } private native void SetSubdivideToLength_11(); public void SetSubdivideToLength() { SetSubdivideToLength_11(); } private native String GetSubdivideAsString_12(); public String GetSubdivideAsString() { return GetSubdivideAsString_12(); } private native void SetNumberOfSubdivisions_13(int id0); public void SetNumberOfSubdivisions(int id0) { SetNumberOfSubdivisions_13(id0); } private native int GetNumberOfSubdivisionsMinValue_14(); public int GetNumberOfSubdivisionsMinValue() { return GetNumberOfSubdivisionsMinValue_14(); } private native int GetNumberOfSubdivisionsMaxValue_15(); public int GetNumberOfSubdivisionsMaxValue() { return GetNumberOfSubdivisionsMaxValue_15(); } private native int GetNumberOfSubdivisions_16(); public int GetNumberOfSubdivisions() { return GetNumberOfSubdivisions_16(); } private native void SetLength_17(double id0); public void SetLength(double id0) { SetLength_17(id0); } private native double GetLengthMinValue_18(); public double GetLengthMinValue() { return GetLengthMinValue_18(); } private native double GetLengthMaxValue_19(); public double GetLengthMaxValue() { return GetLengthMaxValue_19(); } private native double GetLength_20(); public double GetLength() { return GetLength_20(); } private native void SetSpline_21(vtkSpline id0); public void SetSpline(vtkSpline id0) { SetSpline_21(id0); } private native long GetSpline_22(); public vtkSpline GetSpline() { long temp = GetSpline_22(); if (temp == 0) return null; return (vtkSpline)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGenerateTCoords_23(int id0); public void SetGenerateTCoords(int id0) { SetGenerateTCoords_23(id0); } private native int GetGenerateTCoordsMinValue_24(); public int GetGenerateTCoordsMinValue() { return GetGenerateTCoordsMinValue_24(); } private native int GetGenerateTCoordsMaxValue_25(); public int GetGenerateTCoordsMaxValue() { return GetGenerateTCoordsMaxValue_25(); } private native int GetGenerateTCoords_26(); public int GetGenerateTCoords() { return GetGenerateTCoords_26(); } private native void SetGenerateTCoordsToOff_27(); public void SetGenerateTCoordsToOff() { SetGenerateTCoordsToOff_27(); } private native void SetGenerateTCoordsToNormalizedLength_28(); public void SetGenerateTCoordsToNormalizedLength() { SetGenerateTCoordsToNormalizedLength_28(); } private native void SetGenerateTCoordsToUseLength_29(); public void SetGenerateTCoordsToUseLength() { SetGenerateTCoordsToUseLength_29(); } private native void SetGenerateTCoordsToUseScalars_30(); public void SetGenerateTCoordsToUseScalars() { SetGenerateTCoordsToUseScalars_30(); } private native String GetGenerateTCoordsAsString_31(); public String GetGenerateTCoordsAsString() { return GetGenerateTCoordsAsString_31(); } private native void SetTextureLength_32(double id0); public void SetTextureLength(double id0) { SetTextureLength_32(id0); } private native double GetTextureLengthMinValue_33(); public double GetTextureLengthMinValue() { return GetTextureLengthMinValue_33(); } private native double GetTextureLengthMaxValue_34(); public double GetTextureLengthMaxValue() { return GetTextureLengthMaxValue_34(); } private native double GetTextureLength_35(); public double GetTextureLength() { return GetTextureLength_35(); } public vtkSplineFilter() { super(); } public vtkSplineFilter(long id) { super(id); } public native long VTKInit(); }