1 // java wrapper for vtkSliderRepresentation3D object
7 public class vtkSliderRepresentation3D extends vtkSliderRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native long GetPoint1Coordinate_2();
19 public vtkCoordinate GetPoint1Coordinate() {
20 long temp = GetPoint1Coordinate_2();
22 if (temp == 0) return null;
23 return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native void SetPoint1InWorldCoordinates_3(double id0,double id1,double id2);
27 public void SetPoint1InWorldCoordinates(double id0,double id1,double id2)
28 { SetPoint1InWorldCoordinates_3(id0,id1,id2); }
30 private native long GetPoint2Coordinate_4();
31 public vtkCoordinate GetPoint2Coordinate() {
32 long temp = GetPoint2Coordinate_4();
34 if (temp == 0) return null;
35 return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
38 private native void SetPoint2InWorldCoordinates_5(double id0,double id1,double id2);
39 public void SetPoint2InWorldCoordinates(double id0,double id1,double id2)
40 { SetPoint2InWorldCoordinates_5(id0,id1,id2); }
42 private native void SetTitleText_6(String id0);
43 public void SetTitleText(String id0)
44 { SetTitleText_6(id0); }
46 private native String GetTitleText_7();
47 public String GetTitleText()
48 { return GetTitleText_7(); }
50 private native void SetSliderShape_8(int id0);
51 public void SetSliderShape(int id0)
52 { SetSliderShape_8(id0); }
54 private native int GetSliderShapeMinValue_9();
55 public int GetSliderShapeMinValue()
56 { return GetSliderShapeMinValue_9(); }
58 private native int GetSliderShapeMaxValue_10();
59 public int GetSliderShapeMaxValue()
60 { return GetSliderShapeMaxValue_10(); }
62 private native int GetSliderShape_11();
63 public int GetSliderShape()
64 { return GetSliderShape_11(); }
66 private native void SetSliderShapeToSphere_12();
67 public void SetSliderShapeToSphere()
68 { SetSliderShapeToSphere_12(); }
70 private native void SetSliderShapeToCylinder_13();
71 public void SetSliderShapeToCylinder()
72 { SetSliderShapeToCylinder_13(); }
74 private native void SetRotation_14(double id0);
75 public void SetRotation(double id0)
76 { SetRotation_14(id0); }
78 private native double GetRotation_15();
79 public double GetRotation()
80 { return GetRotation_15(); }
82 private native long GetSliderProperty_16();
83 public vtkProperty GetSliderProperty() {
84 long temp = GetSliderProperty_16();
86 if (temp == 0) return null;
87 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
90 private native long GetTubeProperty_17();
91 public vtkProperty GetTubeProperty() {
92 long temp = GetTubeProperty_17();
94 if (temp == 0) return null;
95 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
98 private native long GetCapProperty_18();
99 public vtkProperty GetCapProperty() {
100 long temp = GetCapProperty_18();
102 if (temp == 0) return null;
103 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
106 private native long GetSelectedProperty_19();
107 public vtkProperty GetSelectedProperty() {
108 long temp = GetSelectedProperty_19();
110 if (temp == 0) return null;
111 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
114 private native void PlaceWidget_20(double id0[]);
115 public void PlaceWidget(double id0[])
116 { PlaceWidget_20(id0); }
118 private native void BuildRepresentation_21();
119 public void BuildRepresentation()
120 { BuildRepresentation_21(); }
122 private native void StartWidgetInteraction_22(double id0[]);
123 public void StartWidgetInteraction(double id0[])
124 { StartWidgetInteraction_22(id0); }
126 private native void WidgetInteraction_23(double id0[]);
127 public void WidgetInteraction(double id0[])
128 { WidgetInteraction_23(id0); }
130 private native void Highlight_24(int id0);
131 public void Highlight(int id0)
132 { Highlight_24(id0); }
134 private native double[] GetBounds_25();
135 public double[] GetBounds()
136 { return GetBounds_25(); }
138 private native void GetActors_26(vtkPropCollection id0);
139 public void GetActors(vtkPropCollection id0)
140 { GetActors_26(id0); }
142 private native void ReleaseGraphicsResources_27(vtkWindow id0);
143 public void ReleaseGraphicsResources(vtkWindow id0)
144 { ReleaseGraphicsResources_27(id0); }
146 private native int RenderOpaqueGeometry_28(vtkViewport id0);
147 public int RenderOpaqueGeometry(vtkViewport id0)
148 { return RenderOpaqueGeometry_28(id0); }
150 private native int RenderTranslucentPolygonalGeometry_29(vtkViewport id0);
151 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
152 { return RenderTranslucentPolygonalGeometry_29(id0); }
154 private native int HasTranslucentPolygonalGeometry_30();
155 public int HasTranslucentPolygonalGeometry()
156 { return HasTranslucentPolygonalGeometry_30(); }
158 private native int GetMTime_31();
159 public int GetMTime()
160 { return GetMTime_31(); }
162 private native void RegisterPickers_32();
163 public void RegisterPickers()
164 { RegisterPickers_32(); }
166 public vtkSliderRepresentation3D() { super(); }
168 public vtkSliderRepresentation3D(long id) { super(id); }
169 public native long VTKInit();