]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageCanvasSource2D.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkImageCanvasSource2D.java
1 // java wrapper for vtkImageCanvasSource2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageCanvasSource2D extends vtkImageAlgorithm
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 SetDrawColor_2(double id0,double id1,double id2,double id3);
19   public void SetDrawColor(double id0,double id1,double id2,double id3)
20     { SetDrawColor_2(id0,id1,id2,id3); }
21
22   private native void SetDrawColor_3(double id0[]);
23   public void SetDrawColor(double id0[])
24     { SetDrawColor_3(id0); }
25
26   private native double[] GetDrawColor_4();
27   public double[] GetDrawColor()
28     { return GetDrawColor_4(); }
29
30   private native void SetDrawColor_5(double id0);
31   public void SetDrawColor(double id0)
32     { SetDrawColor_5(id0); }
33
34   private native void SetDrawColor_6(double id0,double id1);
35   public void SetDrawColor(double id0,double id1)
36     { SetDrawColor_6(id0,id1); }
37
38   private native void SetDrawColor_7(double id0,double id1,double id2);
39   public void SetDrawColor(double id0,double id1,double id2)
40     { SetDrawColor_7(id0,id1,id2); }
41
42   private native void InitializeCanvasVolume_8(vtkImageData id0);
43   public void InitializeCanvasVolume(vtkImageData id0)
44     { InitializeCanvasVolume_8(id0); }
45
46   private native void FillBox_9(int id0,int id1,int id2,int id3);
47   public void FillBox(int id0,int id1,int id2,int id3)
48     { FillBox_9(id0,id1,id2,id3); }
49
50   private native void FillTube_10(int id0,int id1,int id2,int id3,double id4);
51   public void FillTube(int id0,int id1,int id2,int id3,double id4)
52     { FillTube_10(id0,id1,id2,id3,id4); }
53
54   private native void FillTriangle_11(int id0,int id1,int id2,int id3,int id4,int id5);
55   public void FillTriangle(int id0,int id1,int id2,int id3,int id4,int id5)
56     { FillTriangle_11(id0,id1,id2,id3,id4,id5); }
57
58   private native void DrawCircle_12(int id0,int id1,double id2);
59   public void DrawCircle(int id0,int id1,double id2)
60     { DrawCircle_12(id0,id1,id2); }
61
62   private native void DrawPoint_13(int id0,int id1);
63   public void DrawPoint(int id0,int id1)
64     { DrawPoint_13(id0,id1); }
65
66   private native void DrawSegment_14(int id0,int id1,int id2,int id3);
67   public void DrawSegment(int id0,int id1,int id2,int id3)
68     { DrawSegment_14(id0,id1,id2,id3); }
69
70   private native void DrawSegment3D_15(double id0,double id1,double id2,double id3,double id4,double id5);
71   public void DrawSegment3D(double id0,double id1,double id2,double id3,double id4,double id5)
72     { DrawSegment3D_15(id0,id1,id2,id3,id4,id5); }
73
74   private native void DrawImage_16(int id0,int id1,vtkImageData id2);
75   public void DrawImage(int id0,int id1,vtkImageData id2)
76     { DrawImage_16(id0,id1,id2); }
77
78   private native void DrawImage_17(int id0,int id1,vtkImageData id2,int id3,int id4,int id5,int id6);
79   public void DrawImage(int id0,int id1,vtkImageData id2,int id3,int id4,int id5,int id6)
80     { DrawImage_17(id0,id1,id2,id3,id4,id5,id6); }
81
82   private native void FillPixel_18(int id0,int id1);
83   public void FillPixel(int id0,int id1)
84     { FillPixel_18(id0,id1); }
85
86   private native void SetExtent_19(int id0,int id1,int id2,int id3,int id4,int id5);
87   public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)
88     { SetExtent_19(id0,id1,id2,id3,id4,id5); }
89
90   private native void SetDefaultZ_20(int id0);
91   public void SetDefaultZ(int id0)
92     { SetDefaultZ_20(id0); }
93
94   private native int GetDefaultZ_21();
95   public int GetDefaultZ()
96     { return GetDefaultZ_21(); }
97
98   private native void SetRatio_22(double id0,double id1,double id2);
99   public void SetRatio(double id0,double id1,double id2)
100     { SetRatio_22(id0,id1,id2); }
101
102   private native void SetRatio_23(double id0[]);
103   public void SetRatio(double id0[])
104     { SetRatio_23(id0); }
105
106   private native double[] GetRatio_24();
107   public double[] GetRatio()
108     { return GetRatio_24(); }
109
110   private native void SetNumberOfScalarComponents_25(int id0);
111   public void SetNumberOfScalarComponents(int id0)
112     { SetNumberOfScalarComponents_25(id0); }
113
114   private native int GetNumberOfScalarComponents_26();
115   public int GetNumberOfScalarComponents()
116     { return GetNumberOfScalarComponents_26(); }
117
118   private native void SetScalarTypeToFloat_27();
119   public void SetScalarTypeToFloat()
120     { SetScalarTypeToFloat_27(); }
121
122   private native void SetScalarTypeToDouble_28();
123   public void SetScalarTypeToDouble()
124     { SetScalarTypeToDouble_28(); }
125
126   private native void SetScalarTypeToInt_29();
127   public void SetScalarTypeToInt()
128     { SetScalarTypeToInt_29(); }
129
130   private native void SetScalarTypeToUnsignedInt_30();
131   public void SetScalarTypeToUnsignedInt()
132     { SetScalarTypeToUnsignedInt_30(); }
133
134   private native void SetScalarTypeToLong_31();
135   public void SetScalarTypeToLong()
136     { SetScalarTypeToLong_31(); }
137
138   private native void SetScalarTypeToUnsignedLong_32();
139   public void SetScalarTypeToUnsignedLong()
140     { SetScalarTypeToUnsignedLong_32(); }
141
142   private native void SetScalarTypeToShort_33();
143   public void SetScalarTypeToShort()
144     { SetScalarTypeToShort_33(); }
145
146   private native void SetScalarTypeToUnsignedShort_34();
147   public void SetScalarTypeToUnsignedShort()
148     { SetScalarTypeToUnsignedShort_34(); }
149
150   private native void SetScalarTypeToUnsignedChar_35();
151   public void SetScalarTypeToUnsignedChar()
152     { SetScalarTypeToUnsignedChar_35(); }
153
154   private native void SetScalarTypeToChar_36();
155   public void SetScalarTypeToChar()
156     { SetScalarTypeToChar_36(); }
157
158   private native void SetScalarType_37(int id0);
159   public void SetScalarType(int id0)
160     { SetScalarType_37(id0); }
161
162   private native int GetScalarType_38();
163   public int GetScalarType()
164     { return GetScalarType_38(); }
165
166   public vtkImageCanvasSource2D() { super(); }
167
168   public vtkImageCanvasSource2D(long id) { super(id); }
169   public native long   VTKInit();
170
171 }