// java wrapper for vtkBandedPolyDataContourFilter object // package vtk; import vtk.*; public class vtkBandedPolyDataContourFilter 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 SetValue_2(int id0,double id1); public void SetValue(int id0,double id1) { SetValue_2(id0,id1); } private native double GetValue_3(int id0); public double GetValue(int id0) { return GetValue_3(id0); } private native void SetNumberOfContours_4(int id0); public void SetNumberOfContours(int id0) { SetNumberOfContours_4(id0); } private native int GetNumberOfContours_5(); public int GetNumberOfContours() { return GetNumberOfContours_5(); } private native void GenerateValues_6(int id0,double id1[]); public void GenerateValues(int id0,double id1[]) { GenerateValues_6(id0,id1); } private native void GenerateValues_7(int id0,double id1,double id2); public void GenerateValues(int id0,double id1,double id2) { GenerateValues_7(id0,id1,id2); } private native void SetClipping_8(int id0); public void SetClipping(int id0) { SetClipping_8(id0); } private native int GetClipping_9(); public int GetClipping() { return GetClipping_9(); } private native void ClippingOn_10(); public void ClippingOn() { ClippingOn_10(); } private native void ClippingOff_11(); public void ClippingOff() { ClippingOff_11(); } private native void SetScalarMode_12(int id0); public void SetScalarMode(int id0) { SetScalarMode_12(id0); } private native int GetScalarModeMinValue_13(); public int GetScalarModeMinValue() { return GetScalarModeMinValue_13(); } private native int GetScalarModeMaxValue_14(); public int GetScalarModeMaxValue() { return GetScalarModeMaxValue_14(); } private native int GetScalarMode_15(); public int GetScalarMode() { return GetScalarMode_15(); } private native void SetScalarModeToIndex_16(); public void SetScalarModeToIndex() { SetScalarModeToIndex_16(); } private native void SetScalarModeToValue_17(); public void SetScalarModeToValue() { SetScalarModeToValue_17(); } private native void SetGenerateContourEdges_18(int id0); public void SetGenerateContourEdges(int id0) { SetGenerateContourEdges_18(id0); } private native int GetGenerateContourEdges_19(); public int GetGenerateContourEdges() { return GetGenerateContourEdges_19(); } private native void GenerateContourEdgesOn_20(); public void GenerateContourEdgesOn() { GenerateContourEdgesOn_20(); } private native void GenerateContourEdgesOff_21(); public void GenerateContourEdgesOff() { GenerateContourEdgesOff_21(); } private native void SetClipTolerance_22(double id0); public void SetClipTolerance(double id0) { SetClipTolerance_22(id0); } private native double GetClipTolerance_23(); public double GetClipTolerance() { return GetClipTolerance_23(); } private native void SetComponent_24(int id0); public void SetComponent(int id0) { SetComponent_24(id0); } private native int GetComponent_25(); public int GetComponent() { return GetComponent_25(); } private native long GetContourEdgesOutput_26(); public vtkPolyData GetContourEdgesOutput() { long temp = GetContourEdgesOutput_26(); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetMTime_27(); public int GetMTime() { return GetMTime_27(); } public vtkBandedPolyDataContourFilter() { super(); } public vtkBandedPolyDataContourFilter(long id) { super(id); } public native long VTKInit(); }