]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAttributesErrorMetric.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkAttributesErrorMetric.java
1 // java wrapper for vtkAttributesErrorMetric object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkAttributesErrorMetric 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 GetAbsoluteAttributeTolerance_2();\r
19   public double GetAbsoluteAttributeTolerance()\r
20     { return GetAbsoluteAttributeTolerance_2(); }\r
21 \r
22   private native void SetAbsoluteAttributeTolerance_3(double id0);\r
23   public void SetAbsoluteAttributeTolerance(double id0)\r
24     { SetAbsoluteAttributeTolerance_3(id0); }\r
25 \r
26   private native double GetAttributeTolerance_4();\r
27   public double GetAttributeTolerance()\r
28     { return GetAttributeTolerance_4(); }\r
29 \r
30   private native void SetAttributeTolerance_5(double id0);\r
31   public void SetAttributeTolerance(double id0)\r
32     { SetAttributeTolerance_5(id0); }\r
33 \r
34   public vtkAttributesErrorMetric() { super(); }\r
35 \r
36   public vtkAttributesErrorMetric(long id) { super(id); }\r
37   public native long   VTKInit();\r
38 \r
39 }\r