X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAttributesErrorMetric.java;h=7814c66ce07e37f819d7f5df0778e1c810b164c2;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=d82bdfa8b0d8824d157cc4eee8fe670f56809e11;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAttributesErrorMetric.java b/vtk/src/vtk/vtkAttributesErrorMetric.java index d82bdfa8..7814c66c 100644 --- a/vtk/src/vtk/vtkAttributesErrorMetric.java +++ b/vtk/src/vtk/vtkAttributesErrorMetric.java @@ -1,39 +1,39 @@ -// java wrapper for vtkAttributesErrorMetric object -// - -package vtk; -import vtk.*; - -public class vtkAttributesErrorMetric extends vtkGenericSubdivisionErrorMetric -{ - - 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 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(); - -} +// 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(); + +}