]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPoints.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPoints.java
1 // java wrapper for vtkPoints object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPoints 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 int Allocate_2(int id0,int id1);
19   public int Allocate(int id0,int id1)
20     { return Allocate_2(id0,id1); }
21
22   private native void Initialize_3();
23   public void Initialize()
24     { Initialize_3(); }
25
26   private native void SetData_4(vtkDataArray id0);
27   public void SetData(vtkDataArray id0)
28     { SetData_4(id0); }
29
30   private native long GetData_5();
31   public vtkDataArray GetData() {
32     long temp = GetData_5();
33
34     if (temp == 0) return null;
35     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native int GetDataType_6();
39   public int GetDataType()
40     { return GetDataType_6(); }
41
42   private native void SetDataType_7(int id0);
43   public void SetDataType(int id0)
44     { SetDataType_7(id0); }
45
46   private native void SetDataTypeToBit_8();
47   public void SetDataTypeToBit()
48     { SetDataTypeToBit_8(); }
49
50   private native void SetDataTypeToChar_9();
51   public void SetDataTypeToChar()
52     { SetDataTypeToChar_9(); }
53
54   private native void SetDataTypeToUnsignedChar_10();
55   public void SetDataTypeToUnsignedChar()
56     { SetDataTypeToUnsignedChar_10(); }
57
58   private native void SetDataTypeToShort_11();
59   public void SetDataTypeToShort()
60     { SetDataTypeToShort_11(); }
61
62   private native void SetDataTypeToUnsignedShort_12();
63   public void SetDataTypeToUnsignedShort()
64     { SetDataTypeToUnsignedShort_12(); }
65
66   private native void SetDataTypeToInt_13();
67   public void SetDataTypeToInt()
68     { SetDataTypeToInt_13(); }
69
70   private native void SetDataTypeToUnsignedInt_14();
71   public void SetDataTypeToUnsignedInt()
72     { SetDataTypeToUnsignedInt_14(); }
73
74   private native void SetDataTypeToLong_15();
75   public void SetDataTypeToLong()
76     { SetDataTypeToLong_15(); }
77
78   private native void SetDataTypeToUnsignedLong_16();
79   public void SetDataTypeToUnsignedLong()
80     { SetDataTypeToUnsignedLong_16(); }
81
82   private native void SetDataTypeToFloat_17();
83   public void SetDataTypeToFloat()
84     { SetDataTypeToFloat_17(); }
85
86   private native void SetDataTypeToDouble_18();
87   public void SetDataTypeToDouble()
88     { SetDataTypeToDouble_18(); }
89
90   private native void Squeeze_19();
91   public void Squeeze()
92     { Squeeze_19(); }
93
94   private native void Reset_20();
95   public void Reset()
96     { Reset_20(); }
97
98   private native void DeepCopy_21(vtkPoints id0);
99   public void DeepCopy(vtkPoints id0)
100     { DeepCopy_21(id0); }
101
102   private native void ShallowCopy_22(vtkPoints id0);
103   public void ShallowCopy(vtkPoints id0)
104     { ShallowCopy_22(id0); }
105
106   private native int GetActualMemorySize_23();
107   public int GetActualMemorySize()
108     { return GetActualMemorySize_23(); }
109
110   private native int GetNumberOfPoints_24();
111   public int GetNumberOfPoints()
112     { return GetNumberOfPoints_24(); }
113
114   private native double[] GetPoint_25(int id0);
115   public double[] GetPoint(int id0)
116     { return GetPoint_25(id0); }
117
118   private native void GetPoint_26(int id0,double id1[]);
119   public void GetPoint(int id0,double id1[])
120     { GetPoint_26(id0,id1); }
121
122   private native void SetPoint_27(int id0,double id1[]);
123   public void SetPoint(int id0,double id1[])
124     { SetPoint_27(id0,id1); }
125
126   private native void SetPoint_28(int id0,double id1,double id2,double id3);
127   public void SetPoint(int id0,double id1,double id2,double id3)
128     { SetPoint_28(id0,id1,id2,id3); }
129
130   private native void InsertPoint_29(int id0,double id1[]);
131   public void InsertPoint(int id0,double id1[])
132     { InsertPoint_29(id0,id1); }
133
134   private native void InsertPoint_30(int id0,double id1,double id2,double id3);
135   public void InsertPoint(int id0,double id1,double id2,double id3)
136     { InsertPoint_30(id0,id1,id2,id3); }
137
138   private native void InsertPoints_31(vtkIdList id0,vtkIdList id1,vtkPoints id2);
139   public void InsertPoints(vtkIdList id0,vtkIdList id1,vtkPoints id2)
140     { InsertPoints_31(id0,id1,id2); }
141
142   private native void InsertPoints_32(int id0,int id1,int id2,vtkPoints id3);
143   public void InsertPoints(int id0,int id1,int id2,vtkPoints id3)
144     { InsertPoints_32(id0,id1,id2,id3); }
145
146   private native int InsertNextPoint_33(double id0[]);
147   public int InsertNextPoint(double id0[])
148     { return InsertNextPoint_33(id0); }
149
150   private native int InsertNextPoint_34(double id0,double id1,double id2);
151   public int InsertNextPoint(double id0,double id1,double id2)
152     { return InsertNextPoint_34(id0,id1,id2); }
153
154   private native void SetNumberOfPoints_35(int id0);
155   public void SetNumberOfPoints(int id0)
156     { SetNumberOfPoints_35(id0); }
157
158   private native int Resize_36(int id0);
159   public int Resize(int id0)
160     { return Resize_36(id0); }
161
162   private native void GetPoints_37(vtkIdList id0,vtkPoints id1);
163   public void GetPoints(vtkIdList id0,vtkPoints id1)
164     { GetPoints_37(id0,id1); }
165
166   private native void ComputeBounds_38();
167   public void ComputeBounds()
168     { ComputeBounds_38(); }
169
170   private native double[] GetBounds_39();
171   public double[] GetBounds()
172     { return GetBounds_39(); }
173
174   private native void GetBounds_40(double id0[]);
175   public void GetBounds(double id0[])
176     { GetBounds_40(id0); }
177
178   private native int GetMTime_41();
179   public int GetMTime()
180     { return GetMTime_41(); }
181
182   private native void Modified_42();
183   public void Modified()
184     { Modified_42(); }
185
186   public vtkPoints() { super(); }
187
188   public vtkPoints(long id) { super(id); }
189   public native long   VTKInit();
190
191 }