]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGenericSubdivisionErrorMetric.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkGenericSubdivisionErrorMetric.java
1 // java wrapper for vtkGenericSubdivisionErrorMetric object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGenericSubdivisionErrorMetric extends vtkObject
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 void SetGenericCell_2(vtkGenericAdaptorCell id0);
19   public void SetGenericCell(vtkGenericAdaptorCell id0)
20     { SetGenericCell_2(id0); }
21
22   private native long GetGenericCell_3();
23   public vtkGenericAdaptorCell GetGenericCell() {
24     long temp = GetGenericCell_3();
25
26     if (temp == 0) return null;
27     return (vtkGenericAdaptorCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetDataSet_4(vtkGenericDataSet id0);
31   public void SetDataSet(vtkGenericDataSet id0)
32     { SetDataSet_4(id0); }
33
34   private native long GetDataSet_5();
35   public vtkGenericDataSet GetDataSet() {
36     long temp = GetDataSet_5();
37
38     if (temp == 0) return null;
39     return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   public vtkGenericSubdivisionErrorMetric() { super(); }
43
44   public vtkGenericSubdivisionErrorMetric(long id) { super(id); }
45
46 }