// java wrapper for vtkAdaptiveSubdivisionFilter object // package vtk; import vtk.*; public class vtkAdaptiveSubdivisionFilter 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 SetMaximumEdgeLength_2(double id0); public void SetMaximumEdgeLength(double id0) { SetMaximumEdgeLength_2(id0); } private native double GetMaximumEdgeLengthMinValue_3(); public double GetMaximumEdgeLengthMinValue() { return GetMaximumEdgeLengthMinValue_3(); } private native double GetMaximumEdgeLengthMaxValue_4(); public double GetMaximumEdgeLengthMaxValue() { return GetMaximumEdgeLengthMaxValue_4(); } private native double GetMaximumEdgeLength_5(); public double GetMaximumEdgeLength() { return GetMaximumEdgeLength_5(); } private native void SetMaximumTriangleArea_6(double id0); public void SetMaximumTriangleArea(double id0) { SetMaximumTriangleArea_6(id0); } private native double GetMaximumTriangleAreaMinValue_7(); public double GetMaximumTriangleAreaMinValue() { return GetMaximumTriangleAreaMinValue_7(); } private native double GetMaximumTriangleAreaMaxValue_8(); public double GetMaximumTriangleAreaMaxValue() { return GetMaximumTriangleAreaMaxValue_8(); } private native double GetMaximumTriangleArea_9(); public double GetMaximumTriangleArea() { return GetMaximumTriangleArea_9(); } private native void SetMaximumNumberOfTriangles_10(int id0); public void SetMaximumNumberOfTriangles(int id0) { SetMaximumNumberOfTriangles_10(id0); } private native int GetMaximumNumberOfTrianglesMinValue_11(); public int GetMaximumNumberOfTrianglesMinValue() { return GetMaximumNumberOfTrianglesMinValue_11(); } private native int GetMaximumNumberOfTrianglesMaxValue_12(); public int GetMaximumNumberOfTrianglesMaxValue() { return GetMaximumNumberOfTrianglesMaxValue_12(); } private native int GetMaximumNumberOfTriangles_13(); public int GetMaximumNumberOfTriangles() { return GetMaximumNumberOfTriangles_13(); } private native void SetMaximumNumberOfPasses_14(int id0); public void SetMaximumNumberOfPasses(int id0) { SetMaximumNumberOfPasses_14(id0); } private native int GetMaximumNumberOfPassesMinValue_15(); public int GetMaximumNumberOfPassesMinValue() { return GetMaximumNumberOfPassesMinValue_15(); } private native int GetMaximumNumberOfPassesMaxValue_16(); public int GetMaximumNumberOfPassesMaxValue() { return GetMaximumNumberOfPassesMaxValue_16(); } private native int GetMaximumNumberOfPasses_17(); public int GetMaximumNumberOfPasses() { return GetMaximumNumberOfPasses_17(); } private native void SetLocator_18(vtkIncrementalPointLocator id0); public void SetLocator(vtkIncrementalPointLocator id0) { SetLocator_18(id0); } private native long GetLocator_19(); public vtkIncrementalPointLocator GetLocator() { long temp = GetLocator_19(); if (temp == 0) return null; return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } 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 void CreateDefaultLocator_22(); public void CreateDefaultLocator() { CreateDefaultLocator_22(); } private native int GetMTime_23(); public int GetMTime() { return GetMTime_23(); } public vtkAdaptiveSubdivisionFilter() { super(); } public vtkAdaptiveSubdivisionFilter(long id) { super(id); } public native long VTKInit(); }