// java wrapper for vtkDiscreteFlyingEdges3D object // package vtk; import vtk.*; public class vtkDiscreteFlyingEdges3D 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 SetComputeNormals_3(int id0); public void SetComputeNormals(int id0) { SetComputeNormals_3(id0); } private native int GetComputeNormals_4(); public int GetComputeNormals() { return GetComputeNormals_4(); } private native void ComputeNormalsOn_5(); public void ComputeNormalsOn() { ComputeNormalsOn_5(); } private native void ComputeNormalsOff_6(); public void ComputeNormalsOff() { ComputeNormalsOff_6(); } private native void SetComputeGradients_7(int id0); public void SetComputeGradients(int id0) { SetComputeGradients_7(id0); } private native int GetComputeGradients_8(); public int GetComputeGradients() { return GetComputeGradients_8(); } private native void ComputeGradientsOn_9(); public void ComputeGradientsOn() { ComputeGradientsOn_9(); } private native void ComputeGradientsOff_10(); public void ComputeGradientsOff() { ComputeGradientsOff_10(); } private native void SetComputeScalars_11(int id0); public void SetComputeScalars(int id0) { SetComputeScalars_11(id0); } private native int GetComputeScalars_12(); public int GetComputeScalars() { return GetComputeScalars_12(); } private native void ComputeScalarsOn_13(); public void ComputeScalarsOn() { ComputeScalarsOn_13(); } private native void ComputeScalarsOff_14(); public void ComputeScalarsOff() { ComputeScalarsOff_14(); } private native void SetInterpolateAttributes_15(int id0); public void SetInterpolateAttributes(int id0) { SetInterpolateAttributes_15(id0); } private native int GetInterpolateAttributes_16(); public int GetInterpolateAttributes() { return GetInterpolateAttributes_16(); } private native void InterpolateAttributesOn_17(); public void InterpolateAttributesOn() { InterpolateAttributesOn_17(); } private native void InterpolateAttributesOff_18(); public void InterpolateAttributesOff() { InterpolateAttributesOff_18(); } private native void SetValue_19(int id0,double id1); public void SetValue(int id0,double id1) { SetValue_19(id0,id1); } private native double GetValue_20(int id0); public double GetValue(int id0) { return GetValue_20(id0); } private native void SetNumberOfContours_21(int id0); public void SetNumberOfContours(int id0) { SetNumberOfContours_21(id0); } private native int GetNumberOfContours_22(); public int GetNumberOfContours() { return GetNumberOfContours_22(); } private native void GenerateValues_23(int id0,double id1[]); public void GenerateValues(int id0,double id1[]) { GenerateValues_23(id0,id1); } private native void GenerateValues_24(int id0,double id1,double id2); public void GenerateValues(int id0,double id1,double id2) { GenerateValues_24(id0,id1,id2); } private native void SetArrayComponent_25(int id0); public void SetArrayComponent(int id0) { SetArrayComponent_25(id0); } private native int GetArrayComponent_26(); public int GetArrayComponent() { return GetArrayComponent_26(); } public vtkDiscreteFlyingEdges3D() { super(); } public vtkDiscreteFlyingEdges3D(long id) { super(id); } public native long VTKInit(); }