]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCursor3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkCursor3D.java
1 // java wrapper for vtkCursor3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCursor3D extends vtkPolyDataAlgorithm
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 SetModelBounds_2(double id0,double id1,double id2,double id3,double id4,double id5);
19   public void SetModelBounds(double id0,double id1,double id2,double id3,double id4,double id5)
20     { SetModelBounds_2(id0,id1,id2,id3,id4,id5); }
21
22   private native void SetModelBounds_3(double id0[]);
23   public void SetModelBounds(double id0[])
24     { SetModelBounds_3(id0); }
25
26   private native double[] GetModelBounds_4();
27   public double[] GetModelBounds()
28     { return GetModelBounds_4(); }
29
30   private native void SetFocalPoint_5(double id0[]);
31   public void SetFocalPoint(double id0[])
32     { SetFocalPoint_5(id0); }
33
34   private native void SetFocalPoint_6(double id0,double id1,double id2);
35   public void SetFocalPoint(double id0,double id1,double id2)
36     { SetFocalPoint_6(id0,id1,id2); }
37
38   private native double[] GetFocalPoint_7();
39   public double[] GetFocalPoint()
40     { return GetFocalPoint_7(); }
41
42   private native void SetOutline_8(int id0);
43   public void SetOutline(int id0)
44     { SetOutline_8(id0); }
45
46   private native int GetOutline_9();
47   public int GetOutline()
48     { return GetOutline_9(); }
49
50   private native void OutlineOn_10();
51   public void OutlineOn()
52     { OutlineOn_10(); }
53
54   private native void OutlineOff_11();
55   public void OutlineOff()
56     { OutlineOff_11(); }
57
58   private native void SetAxes_12(int id0);
59   public void SetAxes(int id0)
60     { SetAxes_12(id0); }
61
62   private native int GetAxes_13();
63   public int GetAxes()
64     { return GetAxes_13(); }
65
66   private native void AxesOn_14();
67   public void AxesOn()
68     { AxesOn_14(); }
69
70   private native void AxesOff_15();
71   public void AxesOff()
72     { AxesOff_15(); }
73
74   private native void SetXShadows_16(int id0);
75   public void SetXShadows(int id0)
76     { SetXShadows_16(id0); }
77
78   private native int GetXShadows_17();
79   public int GetXShadows()
80     { return GetXShadows_17(); }
81
82   private native void XShadowsOn_18();
83   public void XShadowsOn()
84     { XShadowsOn_18(); }
85
86   private native void XShadowsOff_19();
87   public void XShadowsOff()
88     { XShadowsOff_19(); }
89
90   private native void SetYShadows_20(int id0);
91   public void SetYShadows(int id0)
92     { SetYShadows_20(id0); }
93
94   private native int GetYShadows_21();
95   public int GetYShadows()
96     { return GetYShadows_21(); }
97
98   private native void YShadowsOn_22();
99   public void YShadowsOn()
100     { YShadowsOn_22(); }
101
102   private native void YShadowsOff_23();
103   public void YShadowsOff()
104     { YShadowsOff_23(); }
105
106   private native void SetZShadows_24(int id0);
107   public void SetZShadows(int id0)
108     { SetZShadows_24(id0); }
109
110   private native int GetZShadows_25();
111   public int GetZShadows()
112     { return GetZShadows_25(); }
113
114   private native void ZShadowsOn_26();
115   public void ZShadowsOn()
116     { ZShadowsOn_26(); }
117
118   private native void ZShadowsOff_27();
119   public void ZShadowsOff()
120     { ZShadowsOff_27(); }
121
122   private native void SetTranslationMode_28(int id0);
123   public void SetTranslationMode(int id0)
124     { SetTranslationMode_28(id0); }
125
126   private native int GetTranslationMode_29();
127   public int GetTranslationMode()
128     { return GetTranslationMode_29(); }
129
130   private native void TranslationModeOn_30();
131   public void TranslationModeOn()
132     { TranslationModeOn_30(); }
133
134   private native void TranslationModeOff_31();
135   public void TranslationModeOff()
136     { TranslationModeOff_31(); }
137
138   private native void SetWrap_32(int id0);
139   public void SetWrap(int id0)
140     { SetWrap_32(id0); }
141
142   private native int GetWrap_33();
143   public int GetWrap()
144     { return GetWrap_33(); }
145
146   private native void WrapOn_34();
147   public void WrapOn()
148     { WrapOn_34(); }
149
150   private native void WrapOff_35();
151   public void WrapOff()
152     { WrapOff_35(); }
153
154   private native long GetFocus_36();
155   public vtkPolyData GetFocus() {
156     long temp = GetFocus_36();
157
158     if (temp == 0) return null;
159     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native void AllOn_37();
163   public void AllOn()
164     { AllOn_37(); }
165
166   private native void AllOff_38();
167   public void AllOff()
168     { AllOff_38(); }
169
170   public vtkCursor3D() { super(); }
171
172   public vtkCursor3D(long id) { super(id); }
173   public native long   VTKInit();
174
175 }