]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDistanceRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkDistanceRepresentation.java
1 // java wrapper for vtkDistanceRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDistanceRepresentation extends vtkWidgetRepresentation
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 double GetDistance_2();
19   public double GetDistance()
20     { return GetDistance_2(); }
21
22   private native void GetPoint1WorldPosition_3(double id0[]);
23   public void GetPoint1WorldPosition(double id0[])
24     { GetPoint1WorldPosition_3(id0); }
25
26   private native void GetPoint2WorldPosition_4(double id0[]);
27   public void GetPoint2WorldPosition(double id0[])
28     { GetPoint2WorldPosition_4(id0); }
29
30   private native double[] GetPoint1WorldPosition_5();
31   public double[] GetPoint1WorldPosition()
32     { return GetPoint1WorldPosition_5(); }
33
34   private native double[] GetPoint2WorldPosition_6();
35   public double[] GetPoint2WorldPosition()
36     { return GetPoint2WorldPosition_6(); }
37
38   private native void SetPoint1DisplayPosition_7(double id0[]);
39   public void SetPoint1DisplayPosition(double id0[])
40     { SetPoint1DisplayPosition_7(id0); }
41
42   private native void SetPoint2DisplayPosition_8(double id0[]);
43   public void SetPoint2DisplayPosition(double id0[])
44     { SetPoint2DisplayPosition_8(id0); }
45
46   private native void GetPoint1DisplayPosition_9(double id0[]);
47   public void GetPoint1DisplayPosition(double id0[])
48     { GetPoint1DisplayPosition_9(id0); }
49
50   private native void GetPoint2DisplayPosition_10(double id0[]);
51   public void GetPoint2DisplayPosition(double id0[])
52     { GetPoint2DisplayPosition_10(id0); }
53
54   private native void SetPoint1WorldPosition_11(double id0[]);
55   public void SetPoint1WorldPosition(double id0[])
56     { SetPoint1WorldPosition_11(id0); }
57
58   private native void SetPoint2WorldPosition_12(double id0[]);
59   public void SetPoint2WorldPosition(double id0[])
60     { SetPoint2WorldPosition_12(id0); }
61
62   private native void SetHandleRepresentation_13(vtkHandleRepresentation id0);
63   public void SetHandleRepresentation(vtkHandleRepresentation id0)
64     { SetHandleRepresentation_13(id0); }
65
66   private native void InstantiateHandleRepresentation_14();
67   public void InstantiateHandleRepresentation()
68     { InstantiateHandleRepresentation_14(); }
69
70   private native long GetPoint1Representation_15();
71   public vtkHandleRepresentation GetPoint1Representation() {
72     long temp = GetPoint1Representation_15();
73
74     if (temp == 0) return null;
75     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native long GetPoint2Representation_16();
79   public vtkHandleRepresentation GetPoint2Representation() {
80     long temp = GetPoint2Representation_16();
81
82     if (temp == 0) return null;
83     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void SetTolerance_17(int id0);
87   public void SetTolerance(int id0)
88     { SetTolerance_17(id0); }
89
90   private native int GetToleranceMinValue_18();
91   public int GetToleranceMinValue()
92     { return GetToleranceMinValue_18(); }
93
94   private native int GetToleranceMaxValue_19();
95   public int GetToleranceMaxValue()
96     { return GetToleranceMaxValue_19(); }
97
98   private native int GetTolerance_20();
99   public int GetTolerance()
100     { return GetTolerance_20(); }
101
102   private native void SetLabelFormat_21(String id0);
103   public void SetLabelFormat(String id0)
104     { SetLabelFormat_21(id0); }
105
106   private native String GetLabelFormat_22();
107   public String GetLabelFormat()
108     { return GetLabelFormat_22(); }
109
110   private native void SetScale_23(double id0);
111   public void SetScale(double id0)
112     { SetScale_23(id0); }
113
114   private native double GetScale_24();
115   public double GetScale()
116     { return GetScale_24(); }
117
118   private native void SetRulerMode_25(int id0);
119   public void SetRulerMode(int id0)
120     { SetRulerMode_25(id0); }
121
122   private native int GetRulerMode_26();
123   public int GetRulerMode()
124     { return GetRulerMode_26(); }
125
126   private native void RulerModeOn_27();
127   public void RulerModeOn()
128     { RulerModeOn_27(); }
129
130   private native void RulerModeOff_28();
131   public void RulerModeOff()
132     { RulerModeOff_28(); }
133
134   private native void SetRulerDistance_29(double id0);
135   public void SetRulerDistance(double id0)
136     { SetRulerDistance_29(id0); }
137
138   private native double GetRulerDistanceMinValue_30();
139   public double GetRulerDistanceMinValue()
140     { return GetRulerDistanceMinValue_30(); }
141
142   private native double GetRulerDistanceMaxValue_31();
143   public double GetRulerDistanceMaxValue()
144     { return GetRulerDistanceMaxValue_31(); }
145
146   private native double GetRulerDistance_32();
147   public double GetRulerDistance()
148     { return GetRulerDistance_32(); }
149
150   private native void SetNumberOfRulerTicks_33(int id0);
151   public void SetNumberOfRulerTicks(int id0)
152     { SetNumberOfRulerTicks_33(id0); }
153
154   private native int GetNumberOfRulerTicksMinValue_34();
155   public int GetNumberOfRulerTicksMinValue()
156     { return GetNumberOfRulerTicksMinValue_34(); }
157
158   private native int GetNumberOfRulerTicksMaxValue_35();
159   public int GetNumberOfRulerTicksMaxValue()
160     { return GetNumberOfRulerTicksMaxValue_35(); }
161
162   private native int GetNumberOfRulerTicks_36();
163   public int GetNumberOfRulerTicks()
164     { return GetNumberOfRulerTicks_36(); }
165
166   private native void BuildRepresentation_37();
167   public void BuildRepresentation()
168     { BuildRepresentation_37(); }
169
170   private native int ComputeInteractionState_38(int id0,int id1,int id2);
171   public int ComputeInteractionState(int id0,int id1,int id2)
172     { return ComputeInteractionState_38(id0,id1,id2); }
173
174   private native void StartWidgetInteraction_39(double id0[]);
175   public void StartWidgetInteraction(double id0[])
176     { StartWidgetInteraction_39(id0); }
177
178   private native void WidgetInteraction_40(double id0[]);
179   public void WidgetInteraction(double id0[])
180     { WidgetInteraction_40(id0); }
181
182   public vtkDistanceRepresentation() { super(); }
183
184   public vtkDistanceRepresentation(long id) { super(id); }
185
186 }