]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPoints2D.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkPoints2D.java
1 // java wrapper for vtkPoints2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPoints2D 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(vtkPoints2D id0);
99   public void DeepCopy(vtkPoints2D id0)
100     { DeepCopy_21(id0); }
101
102   private native void ShallowCopy_22(vtkPoints2D id0);
103   public void ShallowCopy(vtkPoints2D 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);
127   public void SetPoint(int id0,double id1,double id2)
128     { SetPoint_28(id0,id1,id2); }
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);
135   public void InsertPoint(int id0,double id1,double id2)
136     { InsertPoint_30(id0,id1,id2); }
137
138   private native int InsertNextPoint_31(double id0[]);
139   public int InsertNextPoint(double id0[])
140     { return InsertNextPoint_31(id0); }
141
142   private native int InsertNextPoint_32(double id0,double id1);
143   public int InsertNextPoint(double id0,double id1)
144     { return InsertNextPoint_32(id0,id1); }
145
146   private native void RemovePoint_33(int id0);
147   public void RemovePoint(int id0)
148     { RemovePoint_33(id0); }
149
150   private native void SetNumberOfPoints_34(int id0);
151   public void SetNumberOfPoints(int id0)
152     { SetNumberOfPoints_34(id0); }
153
154   private native int Resize_35(int id0);
155   public int Resize(int id0)
156     { return Resize_35(id0); }
157
158   private native void GetPoints_36(vtkIdList id0,vtkPoints2D id1);
159   public void GetPoints(vtkIdList id0,vtkPoints2D id1)
160     { GetPoints_36(id0,id1); }
161
162   private native void ComputeBounds_37();
163   public void ComputeBounds()
164     { ComputeBounds_37(); }
165
166   private native double[] GetBounds_38();
167   public double[] GetBounds()
168     { return GetBounds_38(); }
169
170   private native void GetBounds_39(double id0[]);
171   public void GetBounds(double id0[])
172     { GetBounds_39(id0); }
173
174   public vtkPoints2D() { super(); }
175
176   public vtkPoints2D(long id) { super(id); }
177   public native long   VTKInit();
178
179 }