// java wrapper for vtkBezierContourLineInterpolator object // package vtk; import vtk.*; public class vtkBezierContourLineInterpolator extends vtkContourLineInterpolator { 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 InterpolateLine_2(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3); public int InterpolateLine(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3) { return InterpolateLine_2(id0,id1,id2,id3); } private native void SetMaximumCurveError_3(double id0); public void SetMaximumCurveError(double id0) { SetMaximumCurveError_3(id0); } private native double GetMaximumCurveErrorMinValue_4(); public double GetMaximumCurveErrorMinValue() { return GetMaximumCurveErrorMinValue_4(); } private native double GetMaximumCurveErrorMaxValue_5(); public double GetMaximumCurveErrorMaxValue() { return GetMaximumCurveErrorMaxValue_5(); } private native double GetMaximumCurveError_6(); public double GetMaximumCurveError() { return GetMaximumCurveError_6(); } private native void SetMaximumCurveLineSegments_7(int id0); public void SetMaximumCurveLineSegments(int id0) { SetMaximumCurveLineSegments_7(id0); } private native int GetMaximumCurveLineSegmentsMinValue_8(); public int GetMaximumCurveLineSegmentsMinValue() { return GetMaximumCurveLineSegmentsMinValue_8(); } private native int GetMaximumCurveLineSegmentsMaxValue_9(); public int GetMaximumCurveLineSegmentsMaxValue() { return GetMaximumCurveLineSegmentsMaxValue_9(); } private native int GetMaximumCurveLineSegments_10(); public int GetMaximumCurveLineSegments() { return GetMaximumCurveLineSegments_10(); } private native void GetSpan_11(int id0,vtkIntArray id1,vtkContourRepresentation id2); public void GetSpan(int id0,vtkIntArray id1,vtkContourRepresentation id2) { GetSpan_11(id0,id1,id2); } public vtkBezierContourLineInterpolator() { super(); } public vtkBezierContourLineInterpolator(long id) { super(id); } public native long VTKInit(); }