// java wrapper for vtkStaticCleanPolyData object // package vtk; import vtk.*; public class vtkStaticCleanPolyData 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 SetToleranceIsAbsolute_2(int id0); public void SetToleranceIsAbsolute(int id0) { SetToleranceIsAbsolute_2(id0); } private native void ToleranceIsAbsoluteOn_3(); public void ToleranceIsAbsoluteOn() { ToleranceIsAbsoluteOn_3(); } private native void ToleranceIsAbsoluteOff_4(); public void ToleranceIsAbsoluteOff() { ToleranceIsAbsoluteOff_4(); } private native int GetToleranceIsAbsolute_5(); public int GetToleranceIsAbsolute() { return GetToleranceIsAbsolute_5(); } private native void SetTolerance_6(double id0); public void SetTolerance(double id0) { SetTolerance_6(id0); } private native double GetToleranceMinValue_7(); public double GetToleranceMinValue() { return GetToleranceMinValue_7(); } private native double GetToleranceMaxValue_8(); public double GetToleranceMaxValue() { return GetToleranceMaxValue_8(); } private native double GetTolerance_9(); public double GetTolerance() { return GetTolerance_9(); } private native void SetAbsoluteTolerance_10(double id0); public void SetAbsoluteTolerance(double id0) { SetAbsoluteTolerance_10(id0); } private native double GetAbsoluteToleranceMinValue_11(); public double GetAbsoluteToleranceMinValue() { return GetAbsoluteToleranceMinValue_11(); } private native double GetAbsoluteToleranceMaxValue_12(); public double GetAbsoluteToleranceMaxValue() { return GetAbsoluteToleranceMaxValue_12(); } private native double GetAbsoluteTolerance_13(); public double GetAbsoluteTolerance() { return GetAbsoluteTolerance_13(); } private native void SetConvertLinesToPoints_14(int id0); public void SetConvertLinesToPoints(int id0) { SetConvertLinesToPoints_14(id0); } private native void ConvertLinesToPointsOn_15(); public void ConvertLinesToPointsOn() { ConvertLinesToPointsOn_15(); } private native void ConvertLinesToPointsOff_16(); public void ConvertLinesToPointsOff() { ConvertLinesToPointsOff_16(); } private native int GetConvertLinesToPoints_17(); public int GetConvertLinesToPoints() { return GetConvertLinesToPoints_17(); } private native void SetConvertPolysToLines_18(int id0); public void SetConvertPolysToLines(int id0) { SetConvertPolysToLines_18(id0); } private native void ConvertPolysToLinesOn_19(); public void ConvertPolysToLinesOn() { ConvertPolysToLinesOn_19(); } private native void ConvertPolysToLinesOff_20(); public void ConvertPolysToLinesOff() { ConvertPolysToLinesOff_20(); } private native int GetConvertPolysToLines_21(); public int GetConvertPolysToLines() { return GetConvertPolysToLines_21(); } private native void SetConvertStripsToPolys_22(int id0); public void SetConvertStripsToPolys(int id0) { SetConvertStripsToPolys_22(id0); } private native void ConvertStripsToPolysOn_23(); public void ConvertStripsToPolysOn() { ConvertStripsToPolysOn_23(); } private native void ConvertStripsToPolysOff_24(); public void ConvertStripsToPolysOff() { ConvertStripsToPolysOff_24(); } private native int GetConvertStripsToPolys_25(); public int GetConvertStripsToPolys() { return GetConvertStripsToPolys_25(); } private native void SetPieceInvariant_26(int id0); public void SetPieceInvariant(int id0) { SetPieceInvariant_26(id0); } private native int GetPieceInvariant_27(); public int GetPieceInvariant() { return GetPieceInvariant_27(); } private native void PieceInvariantOn_28(); public void PieceInvariantOn() { PieceInvariantOn_28(); } private native void PieceInvariantOff_29(); public void PieceInvariantOff() { PieceInvariantOff_29(); } private native void SetOutputPointsPrecision_30(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_30(id0); } private native int GetOutputPointsPrecision_31(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_31(); } private native long GetLocator_32(); public vtkStaticPointLocator GetLocator() { long temp = GetLocator_32(); if (temp == 0) return null; return (vtkStaticPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetMTime_33(); public int GetMTime() { return GetMTime_33(); } public vtkStaticCleanPolyData() { super(); } public vtkStaticCleanPolyData(long id) { super(id); } public native long VTKInit(); }