X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=inline;f=vtk%2Fsrc%2Fvtk%2FvtkGeometricErrorMetric.java;h=f6bb292482f9ace434dd202757148eb8afecb02f;hb=b93886889422a3111b05a6944b3bcb2cdd8c416a;hp=5d1ed22c7bf4becdb90f50208bbae2793af958e8;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGeometricErrorMetric.java b/vtk/src/vtk/vtkGeometricErrorMetric.java index 5d1ed22c..f6bb2924 100644 --- a/vtk/src/vtk/vtkGeometricErrorMetric.java +++ b/vtk/src/vtk/vtkGeometricErrorMetric.java @@ -1,39 +1,39 @@ -// java wrapper for vtkGeometricErrorMetric object -// - -package vtk; -import vtk.*; - -public class vtkGeometricErrorMetric 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 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(); - -} +// 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(); + +}