// java wrapper for vtkDiscreteFlyingEdges2D object // package vtk; import vtk.*; public class vtkDiscreteFlyingEdges2D 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 int GetMTime_2(); public int GetMTime() { return GetMTime_2(); } private native void SetValue_3(int id0,double id1); public void SetValue(int id0,double id1) { SetValue_3(id0,id1); } private native double GetValue_4(int id0); public double GetValue(int id0) { return GetValue_4(id0); } private native void SetNumberOfContours_5(int id0); public void SetNumberOfContours(int id0) { SetNumberOfContours_5(id0); } private native int GetNumberOfContours_6(); public int GetNumberOfContours() { return GetNumberOfContours_6(); } private native void GenerateValues_7(int id0,double id1[]); public void GenerateValues(int id0,double id1[]) { GenerateValues_7(id0,id1); } private native void GenerateValues_8(int id0,double id1,double id2); public void GenerateValues(int id0,double id1,double id2) { GenerateValues_8(id0,id1,id2); } private native void SetComputeScalars_9(int id0); public void SetComputeScalars(int id0) { SetComputeScalars_9(id0); } private native int GetComputeScalars_10(); public int GetComputeScalars() { return GetComputeScalars_10(); } private native void ComputeScalarsOn_11(); public void ComputeScalarsOn() { ComputeScalarsOn_11(); } private native void ComputeScalarsOff_12(); public void ComputeScalarsOff() { ComputeScalarsOff_12(); } private native void SetArrayComponent_13(int id0); public void SetArrayComponent(int id0) { SetArrayComponent_13(id0); } private native int GetArrayComponent_14(); public int GetArrayComponent() { return GetArrayComponent_14(); } public vtkDiscreteFlyingEdges2D() { super(); } public vtkDiscreteFlyingEdges2D(long id) { super(id); } public native long VTKInit(); }