]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCursor2D.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkCursor2D.java
1 // java wrapper for vtkCursor2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCursor2D 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 SetRadius_16(double id0);
75   public void SetRadius(double id0)
76     { SetRadius_16(id0); }
77
78   private native double GetRadiusMinValue_17();
79   public double GetRadiusMinValue()
80     { return GetRadiusMinValue_17(); }
81
82   private native double GetRadiusMaxValue_18();
83   public double GetRadiusMaxValue()
84     { return GetRadiusMaxValue_18(); }
85
86   private native double GetRadius_19();
87   public double GetRadius()
88     { return GetRadius_19(); }
89
90   private native void SetPoint_20(int id0);
91   public void SetPoint(int id0)
92     { SetPoint_20(id0); }
93
94   private native int GetPoint_21();
95   public int GetPoint()
96     { return GetPoint_21(); }
97
98   private native void PointOn_22();
99   public void PointOn()
100     { PointOn_22(); }
101
102   private native void PointOff_23();
103   public void PointOff()
104     { PointOff_23(); }
105
106   private native void SetTranslationMode_24(int id0);
107   public void SetTranslationMode(int id0)
108     { SetTranslationMode_24(id0); }
109
110   private native int GetTranslationMode_25();
111   public int GetTranslationMode()
112     { return GetTranslationMode_25(); }
113
114   private native void TranslationModeOn_26();
115   public void TranslationModeOn()
116     { TranslationModeOn_26(); }
117
118   private native void TranslationModeOff_27();
119   public void TranslationModeOff()
120     { TranslationModeOff_27(); }
121
122   private native void SetWrap_28(int id0);
123   public void SetWrap(int id0)
124     { SetWrap_28(id0); }
125
126   private native int GetWrap_29();
127   public int GetWrap()
128     { return GetWrap_29(); }
129
130   private native void WrapOn_30();
131   public void WrapOn()
132     { WrapOn_30(); }
133
134   private native void WrapOff_31();
135   public void WrapOff()
136     { WrapOff_31(); }
137
138   private native void AllOn_32();
139   public void AllOn()
140     { AllOn_32(); }
141
142   private native void AllOff_33();
143   public void AllOff()
144     { AllOff_33(); }
145
146   public vtkCursor2D() { super(); }
147
148   public vtkCursor2D(long id) { super(id); }
149   public native long   VTKInit();
150
151 }