// java wrapper for vtkGeometricErrorMetric object // package vtk; import vtk.*; public class vtkGeometricErrorMetric extends vtkGenericSubdivisionErrorMetric { 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 double GetAbsoluteGeometricTolerance_2(); public double GetAbsoluteGeometricTolerance() { return GetAbsoluteGeometricTolerance_2(); } private native void SetAbsoluteGeometricTolerance_3(double id0); public void SetAbsoluteGeometricTolerance(double id0) { SetAbsoluteGeometricTolerance_3(id0); } private native void SetRelativeGeometricTolerance_4(double id0,vtkGenericDataSet id1); public void SetRelativeGeometricTolerance(double id0,vtkGenericDataSet id1) { SetRelativeGeometricTolerance_4(id0,id1); } private native int GetRelative_5(); public int GetRelative() { return GetRelative_5(); } public vtkGeometricErrorMetric() { super(); } public vtkGeometricErrorMetric(long id) { super(id); } public native long VTKInit(); }