]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkViewDependentErrorMetric.java
Hide insertion position controls when adding to a connected pipe
[simantics/3d.git] / vtk / src / vtk / vtkViewDependentErrorMetric.java
1 // java wrapper for vtkViewDependentErrorMetric object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkViewDependentErrorMetric extends vtkGenericSubdivisionErrorMetric
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native double GetPixelTolerance_2();
19   public double GetPixelTolerance()
20     { return GetPixelTolerance_2(); }
21
22   private native void SetPixelTolerance_3(double id0);
23   public void SetPixelTolerance(double id0)
24     { SetPixelTolerance_3(id0); }
25
26   private native long GetViewport_4();
27   public vtkViewport GetViewport() {
28     long temp = GetViewport_4();
29
30     if (temp == 0) return null;
31     return (vtkViewport)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetViewport_5(vtkViewport id0);
35   public void SetViewport(vtkViewport id0)
36     { SetViewport_5(id0); }
37
38   public vtkViewDependentErrorMetric() { super(); }
39
40   public vtkViewDependentErrorMetric(long id) { super(id); }
41   public native long   VTKInit();
42
43 }