// java wrapper for vtkAttributesErrorMetric object // package vtk; import vtk.*; public class vtkAttributesErrorMetric 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 GetAbsoluteAttributeTolerance_2(); public double GetAbsoluteAttributeTolerance() { return GetAbsoluteAttributeTolerance_2(); } private native void SetAbsoluteAttributeTolerance_3(double id0); public void SetAbsoluteAttributeTolerance(double id0) { SetAbsoluteAttributeTolerance_3(id0); } private native double GetAttributeTolerance_4(); public double GetAttributeTolerance() { return GetAttributeTolerance_4(); } private native void SetAttributeTolerance_5(double id0); public void SetAttributeTolerance(double id0) { SetAttributeTolerance_5(id0); } public vtkAttributesErrorMetric() { super(); } public vtkAttributesErrorMetric(long id) { super(id); } public native long VTKInit(); }