]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAnnotationLink.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkAnnotationLink.java
1 // java wrapper for vtkAnnotationLink object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAnnotationLink extends vtkAnnotationLayersAlgorithm
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 long GetAnnotationLayers_2();
19   public vtkAnnotationLayers GetAnnotationLayers() {
20     long temp = GetAnnotationLayers_2();
21
22     if (temp == 0) return null;
23     return (vtkAnnotationLayers)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetAnnotationLayers_3(vtkAnnotationLayers id0);
27   public void SetAnnotationLayers(vtkAnnotationLayers id0)
28     { SetAnnotationLayers_3(id0); }
29
30   private native void SetCurrentSelection_4(vtkSelection id0);
31   public void SetCurrentSelection(vtkSelection id0)
32     { SetCurrentSelection_4(id0); }
33
34   private native long GetCurrentSelection_5();
35   public vtkSelection GetCurrentSelection() {
36     long temp = GetCurrentSelection_5();
37
38     if (temp == 0) return null;
39     return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void AddDomainMap_6(vtkTable id0);
43   public void AddDomainMap(vtkTable id0)
44     { AddDomainMap_6(id0); }
45
46   private native void RemoveDomainMap_7(vtkTable id0);
47   public void RemoveDomainMap(vtkTable id0)
48     { RemoveDomainMap_7(id0); }
49
50   private native void RemoveAllDomainMaps_8();
51   public void RemoveAllDomainMaps()
52     { RemoveAllDomainMaps_8(); }
53
54   private native int GetNumberOfDomainMaps_9();
55   public int GetNumberOfDomainMaps()
56     { return GetNumberOfDomainMaps_9(); }
57
58   private native long GetDomainMap_10(int id0);
59   public vtkTable GetDomainMap(int id0) {
60     long temp = GetDomainMap_10(id0);
61
62     if (temp == 0) return null;
63     return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native int GetMTime_11();
67   public int GetMTime()
68     { return GetMTime_11(); }
69
70   public vtkAnnotationLink() { super(); }
71
72   public vtkAnnotationLink(long id) { super(id); }
73   public native long   VTKInit();
74
75 }