// java wrapper for vtkCleanPolyData object // package vtk; import vtk.*; public class vtkCleanPolyData extends vtkPolyDataAlgorithm { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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 SetPointMerging_26(int id0); public void SetPointMerging(int id0) { SetPointMerging_26(id0); } private native int GetPointMerging_27(); public int GetPointMerging() { return GetPointMerging_27(); } private native void PointMergingOn_28(); public void PointMergingOn() { PointMergingOn_28(); } private native void PointMergingOff_29(); public void PointMergingOff() { PointMergingOff_29(); } private native void SetLocator_30(vtkIncrementalPointLocator id0); public void SetLocator(vtkIncrementalPointLocator id0) { SetLocator_30(id0); } private native long GetLocator_31(); public vtkIncrementalPointLocator GetLocator() { long temp = GetLocator_31(); if (temp == 0) return null; return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultLocator_32(vtkPolyData id0); public void CreateDefaultLocator(vtkPolyData id0) { CreateDefaultLocator_32(id0); } private native void ReleaseLocator_33(); public void ReleaseLocator() { ReleaseLocator_33(); } private native int GetMTime_34(); public int GetMTime() { return GetMTime_34(); } private native void OperateOnPoint_35(double id0[],double id1[]); public void OperateOnPoint(double id0[],double id1[]) { OperateOnPoint_35(id0,id1); } private native void OperateOnBounds_36(double id0[],double id1[]); public void OperateOnBounds(double id0[],double id1[]) { OperateOnBounds_36(id0,id1); } private native void SetPieceInvariant_37(int id0); public void SetPieceInvariant(int id0) { SetPieceInvariant_37(id0); } private native int GetPieceInvariant_38(); public int GetPieceInvariant() { return GetPieceInvariant_38(); } private native void PieceInvariantOn_39(); public void PieceInvariantOn() { PieceInvariantOn_39(); } private native void PieceInvariantOff_40(); public void PieceInvariantOff() { PieceInvariantOff_40(); } public vtkCleanPolyData() { super(); } public vtkCleanPolyData(long id) { super(id); } public native long VTKInit(); }