X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSmoothErrorMetric.java;h=e5a1cb73fcb21f9f2ca03766283c517e5be3fa90;hb=c39250eb0521cf4e6d69f472f4fdf9e8b877c6e4;hp=49d9d1b572ef8141759e98e61f011f0a75c80046;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSmoothErrorMetric.java b/vtk/src/vtk/vtkSmoothErrorMetric.java index 49d9d1b5..e5a1cb73 100644 --- a/vtk/src/vtk/vtkSmoothErrorMetric.java +++ b/vtk/src/vtk/vtkSmoothErrorMetric.java @@ -1,31 +1,31 @@ -// java wrapper for vtkSmoothErrorMetric object -// - -package vtk; -import vtk.*; - -public class vtkSmoothErrorMetric 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 GetAngleTolerance_2(); - public double GetAngleTolerance() - { return GetAngleTolerance_2(); } - - private native void SetAngleTolerance_3(double id0); - public void SetAngleTolerance(double id0) - { SetAngleTolerance_3(id0); } - - public vtkSmoothErrorMetric() { super(); } - - public vtkSmoothErrorMetric(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSmoothErrorMetric object +// + +package vtk; +import vtk.*; + +public class vtkSmoothErrorMetric 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 GetAngleTolerance_2(); + public double GetAngleTolerance() + { return GetAngleTolerance_2(); } + + private native void SetAngleTolerance_3(double id0); + public void SetAngleTolerance(double id0) + { SetAngleTolerance_3(id0); } + + public vtkSmoothErrorMetric() { super(); } + + public vtkSmoothErrorMetric(long id) { super(id); } + public native long VTKInit(); + +}