X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkViewDependentErrorMetric.java;h=578eafe07ca45f5b85332a1f10399061326de374;hb=b93886889422a3111b05a6944b3bcb2cdd8c416a;hp=a5aa226c3646c744aca74655e195b70fdb218eeb;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkViewDependentErrorMetric.java b/vtk/src/vtk/vtkViewDependentErrorMetric.java index a5aa226c..578eafe0 100644 --- a/vtk/src/vtk/vtkViewDependentErrorMetric.java +++ b/vtk/src/vtk/vtkViewDependentErrorMetric.java @@ -1,43 +1,43 @@ -// java wrapper for vtkViewDependentErrorMetric object -// - -package vtk; -import vtk.*; - -public class vtkViewDependentErrorMetric 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 GetPixelTolerance_2(); - public double GetPixelTolerance() - { return GetPixelTolerance_2(); } - - private native void SetPixelTolerance_3(double id0); - public void SetPixelTolerance(double id0) - { SetPixelTolerance_3(id0); } - - private native long GetViewport_4(); - public vtkViewport GetViewport() { - long temp = GetViewport_4(); - - if (temp == 0) return null; - return (vtkViewport)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetViewport_5(vtkViewport id0); - public void SetViewport(vtkViewport id0) - { SetViewport_5(id0); } - - public vtkViewDependentErrorMetric() { super(); } - - public vtkViewDependentErrorMetric(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkViewDependentErrorMetric object +// + +package vtk; +import vtk.*; + +public class vtkViewDependentErrorMetric 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 GetPixelTolerance_2(); + public double GetPixelTolerance() + { return GetPixelTolerance_2(); } + + private native void SetPixelTolerance_3(double id0); + public void SetPixelTolerance(double id0) + { SetPixelTolerance_3(id0); } + + private native long GetViewport_4(); + public vtkViewport GetViewport() { + long temp = GetViewport_4(); + + if (temp == 0) return null; + return (vtkViewport)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetViewport_5(vtkViewport id0); + public void SetViewport(vtkViewport id0) + { SetViewport_5(id0); } + + public vtkViewDependentErrorMetric() { super(); } + + public vtkViewDependentErrorMetric(long id) { super(id); } + public native long VTKInit(); + +}