]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTransferAttributes.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkTransferAttributes.java
1 // java wrapper for vtkTransferAttributes object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTransferAttributes extends vtkPassInputTypeAlgorithm
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 SetDirectMapping_2(boolean id0);
19   public void SetDirectMapping(boolean id0)
20     { SetDirectMapping_2(id0); }
21
22   private native boolean GetDirectMapping_3();
23   public boolean GetDirectMapping()
24     { return GetDirectMapping_3(); }
25
26   private native void DirectMappingOn_4();
27   public void DirectMappingOn()
28     { DirectMappingOn_4(); }
29
30   private native void DirectMappingOff_5();
31   public void DirectMappingOff()
32     { DirectMappingOff_5(); }
33
34   private native String GetSourceArrayName_6();
35   public String GetSourceArrayName()
36     { return GetSourceArrayName_6(); }
37
38   private native void SetSourceArrayName_7(String id0);
39   public void SetSourceArrayName(String id0)
40     { SetSourceArrayName_7(id0); }
41
42   private native String GetTargetArrayName_8();
43   public String GetTargetArrayName()
44     { return GetTargetArrayName_8(); }
45
46   private native void SetTargetArrayName_9(String id0);
47   public void SetTargetArrayName(String id0)
48     { SetTargetArrayName_9(id0); }
49
50   private native int GetSourceFieldType_10();
51   public int GetSourceFieldType()
52     { return GetSourceFieldType_10(); }
53
54   private native void SetSourceFieldType_11(int id0);
55   public void SetSourceFieldType(int id0)
56     { SetSourceFieldType_11(id0); }
57
58   private native int GetTargetFieldType_12();
59   public int GetTargetFieldType()
60     { return GetTargetFieldType_12(); }
61
62   private native void SetTargetFieldType_13(int id0);
63   public void SetTargetFieldType(int id0)
64     { SetTargetFieldType_13(id0); }
65
66   private native int FillInputPortInformation_14(int id0,vtkInformation id1);
67   public int FillInputPortInformation(int id0,vtkInformation id1)
68     { return FillInputPortInformation_14(id0,id1); }
69
70   public vtkTransferAttributes() { super(); }
71
72   public vtkTransferAttributes(long id) { super(id); }
73   public native long   VTKInit();
74
75 }