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