]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMapArrayValues.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkMapArrayValues.java
1 // java wrapper for vtkMapArrayValues object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMapArrayValues 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 SetFieldType_2(int id0);
19   public void SetFieldType(int id0)
20     { SetFieldType_2(id0); }
21
22   private native int GetFieldType_3();
23   public int GetFieldType()
24     { return GetFieldType_3(); }
25
26   private native void SetPassArray_4(int id0);
27   public void SetPassArray(int id0)
28     { SetPassArray_4(id0); }
29
30   private native int GetPassArray_5();
31   public int GetPassArray()
32     { return GetPassArray_5(); }
33
34   private native void PassArrayOn_6();
35   public void PassArrayOn()
36     { PassArrayOn_6(); }
37
38   private native void PassArrayOff_7();
39   public void PassArrayOff()
40     { PassArrayOff_7(); }
41
42   private native void SetFillValue_8(double id0);
43   public void SetFillValue(double id0)
44     { SetFillValue_8(id0); }
45
46   private native double GetFillValue_9();
47   public double GetFillValue()
48     { return GetFillValue_9(); }
49
50   private native void SetInputArrayName_10(String id0);
51   public void SetInputArrayName(String id0)
52     { SetInputArrayName_10(id0); }
53
54   private native String GetInputArrayName_11();
55   public String GetInputArrayName()
56     { return GetInputArrayName_11(); }
57
58   private native void SetOutputArrayName_12(String id0);
59   public void SetOutputArrayName(String id0)
60     { SetOutputArrayName_12(id0); }
61
62   private native String GetOutputArrayName_13();
63   public String GetOutputArrayName()
64     { return GetOutputArrayName_13(); }
65
66   private native int GetOutputArrayType_14();
67   public int GetOutputArrayType()
68     { return GetOutputArrayType_14(); }
69
70   private native void SetOutputArrayType_15(int id0);
71   public void SetOutputArrayType(int id0)
72     { SetOutputArrayType_15(id0); }
73
74   private native void AddToMap_16(int id0,int id1);
75   public void AddToMap(int id0,int id1)
76     { AddToMap_16(id0,id1); }
77
78   private native void AddToMap_17(int id0,String id1);
79   public void AddToMap(int id0,String id1)
80     { AddToMap_17(id0,id1); }
81
82   private native void AddToMap_18(String id0,int id1);
83   public void AddToMap(String id0,int id1)
84     { AddToMap_18(id0,id1); }
85
86   private native void AddToMap_19(String id0,String id1);
87   public void AddToMap(String id0,String id1)
88     { AddToMap_19(id0,id1); }
89
90   private native void ClearMap_20();
91   public void ClearMap()
92     { ClearMap_20(); }
93
94   private native int GetMapSize_21();
95   public int GetMapSize()
96     { return GetMapSize_21(); }
97
98   public vtkMapArrayValues() { super(); }
99
100   public vtkMapArrayValues(long id) { super(id); }
101   public native long   VTKInit();
102
103 }