// java wrapper for vtkGreedyTerrainDecimation object // package vtk; import vtk.*; public class vtkGreedyTerrainDecimation 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 SetErrorMeasure_2(int id0); public void SetErrorMeasure(int id0) { SetErrorMeasure_2(id0); } private native int GetErrorMeasureMinValue_3(); public int GetErrorMeasureMinValue() { return GetErrorMeasureMinValue_3(); } private native int GetErrorMeasureMaxValue_4(); public int GetErrorMeasureMaxValue() { return GetErrorMeasureMaxValue_4(); } private native int GetErrorMeasure_5(); public int GetErrorMeasure() { return GetErrorMeasure_5(); } private native void SetErrorMeasureToNumberOfTriangles_6(); public void SetErrorMeasureToNumberOfTriangles() { SetErrorMeasureToNumberOfTriangles_6(); } private native void SetErrorMeasureToSpecifiedReduction_7(); public void SetErrorMeasureToSpecifiedReduction() { SetErrorMeasureToSpecifiedReduction_7(); } private native void SetErrorMeasureToAbsoluteError_8(); public void SetErrorMeasureToAbsoluteError() { SetErrorMeasureToAbsoluteError_8(); } private native void SetErrorMeasureToRelativeError_9(); public void SetErrorMeasureToRelativeError() { SetErrorMeasureToRelativeError_9(); } private native void SetNumberOfTriangles_10(int id0); public void SetNumberOfTriangles(int id0) { SetNumberOfTriangles_10(id0); } private native int GetNumberOfTrianglesMinValue_11(); public int GetNumberOfTrianglesMinValue() { return GetNumberOfTrianglesMinValue_11(); } private native int GetNumberOfTrianglesMaxValue_12(); public int GetNumberOfTrianglesMaxValue() { return GetNumberOfTrianglesMaxValue_12(); } private native int GetNumberOfTriangles_13(); public int GetNumberOfTriangles() { return GetNumberOfTriangles_13(); } private native void SetReduction_14(double id0); public void SetReduction(double id0) { SetReduction_14(id0); } private native double GetReductionMinValue_15(); public double GetReductionMinValue() { return GetReductionMinValue_15(); } private native double GetReductionMaxValue_16(); public double GetReductionMaxValue() { return GetReductionMaxValue_16(); } private native double GetReduction_17(); public double GetReduction() { return GetReduction_17(); } private native void SetAbsoluteError_18(double id0); public void SetAbsoluteError(double id0) { SetAbsoluteError_18(id0); } private native double GetAbsoluteErrorMinValue_19(); public double GetAbsoluteErrorMinValue() { return GetAbsoluteErrorMinValue_19(); } private native double GetAbsoluteErrorMaxValue_20(); public double GetAbsoluteErrorMaxValue() { return GetAbsoluteErrorMaxValue_20(); } private native double GetAbsoluteError_21(); public double GetAbsoluteError() { return GetAbsoluteError_21(); } private native void SetRelativeError_22(double id0); public void SetRelativeError(double id0) { SetRelativeError_22(id0); } private native double GetRelativeErrorMinValue_23(); public double GetRelativeErrorMinValue() { return GetRelativeErrorMinValue_23(); } private native double GetRelativeErrorMaxValue_24(); public double GetRelativeErrorMaxValue() { return GetRelativeErrorMaxValue_24(); } private native double GetRelativeError_25(); public double GetRelativeError() { return GetRelativeError_25(); } private native void SetBoundaryVertexDeletion_26(int id0); public void SetBoundaryVertexDeletion(int id0) { SetBoundaryVertexDeletion_26(id0); } private native int GetBoundaryVertexDeletion_27(); public int GetBoundaryVertexDeletion() { return GetBoundaryVertexDeletion_27(); } private native void BoundaryVertexDeletionOn_28(); public void BoundaryVertexDeletionOn() { BoundaryVertexDeletionOn_28(); } private native void BoundaryVertexDeletionOff_29(); public void BoundaryVertexDeletionOff() { BoundaryVertexDeletionOff_29(); } private native void SetComputeNormals_30(int id0); public void SetComputeNormals(int id0) { SetComputeNormals_30(id0); } private native int GetComputeNormals_31(); public int GetComputeNormals() { return GetComputeNormals_31(); } private native void ComputeNormalsOn_32(); public void ComputeNormalsOn() { ComputeNormalsOn_32(); } private native void ComputeNormalsOff_33(); public void ComputeNormalsOff() { ComputeNormalsOff_33(); } public vtkGreedyTerrainDecimation() { super(); } public vtkGreedyTerrainDecimation(long id) { super(id); } public native long VTKInit(); }