// java wrapper for vtkContour3DLinearGrid object // package vtk; import vtk.*; public class vtkContour3DLinearGrid 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 SetMergePoints_8(int id0); public void SetMergePoints(int id0) { SetMergePoints_8(id0); } private native int GetMergePoints_9(); public int GetMergePoints() { return GetMergePoints_9(); } private native void MergePointsOn_10(); public void MergePointsOn() { MergePointsOn_10(); } private native void MergePointsOff_11(); public void MergePointsOff() { MergePointsOff_11(); } private native void SetInterpolateAttributes_12(int id0); public void SetInterpolateAttributes(int id0) { SetInterpolateAttributes_12(id0); } private native int GetInterpolateAttributes_13(); public int GetInterpolateAttributes() { return GetInterpolateAttributes_13(); } private native void InterpolateAttributesOn_14(); public void InterpolateAttributesOn() { InterpolateAttributesOn_14(); } private native void InterpolateAttributesOff_15(); public void InterpolateAttributesOff() { InterpolateAttributesOff_15(); } private native void SetComputeNormals_16(int id0); public void SetComputeNormals(int id0) { SetComputeNormals_16(id0); } private native int GetComputeNormals_17(); public int GetComputeNormals() { return GetComputeNormals_17(); } private native void ComputeNormalsOn_18(); public void ComputeNormalsOn() { ComputeNormalsOn_18(); } private native void ComputeNormalsOff_19(); public void ComputeNormalsOff() { ComputeNormalsOff_19(); } private native void SetOutputPointsPrecision_20(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_20(id0); } private native int GetOutputPointsPrecision_21(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_21(); } private native int GetMTime_22(); public int GetMTime() { return GetMTime_22(); } private native void SetSequentialProcessing_23(int id0); public void SetSequentialProcessing(int id0) { SetSequentialProcessing_23(id0); } private native int GetSequentialProcessing_24(); public int GetSequentialProcessing() { return GetSequentialProcessing_24(); } private native void SequentialProcessingOn_25(); public void SequentialProcessingOn() { SequentialProcessingOn_25(); } private native void SequentialProcessingOff_26(); public void SequentialProcessingOff() { SequentialProcessingOff_26(); } private native int GetNumberOfThreadsUsed_27(); public int GetNumberOfThreadsUsed() { return GetNumberOfThreadsUsed_27(); } private native boolean GetLargeIds_28(); public boolean GetLargeIds() { return GetLargeIds_28(); } public vtkContour3DLinearGrid() { super(); } public vtkContour3DLinearGrid(long id) { super(id); } public native long VTKInit(); }