]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSliderRepresentation3D.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkSliderRepresentation3D.java
1 // java wrapper for vtkSliderRepresentation3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSliderRepresentation3D extends vtkSliderRepresentation
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 long GetPoint1Coordinate_2();
19   public vtkCoordinate GetPoint1Coordinate() {
20     long temp = GetPoint1Coordinate_2();
21
22     if (temp == 0) return null;
23     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
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); }
29
30   private native long GetPoint2Coordinate_4();
31   public vtkCoordinate GetPoint2Coordinate() {
32     long temp = GetPoint2Coordinate_4();
33
34     if (temp == 0) return null;
35     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
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); }
41
42   private native void SetTitleText_6(String id0);
43   public void SetTitleText(String id0)
44     { SetTitleText_6(id0); }
45
46   private native String GetTitleText_7();
47   public String GetTitleText()
48     { return GetTitleText_7(); }
49
50   private native void SetSliderShape_8(int id0);
51   public void SetSliderShape(int id0)
52     { SetSliderShape_8(id0); }
53
54   private native int GetSliderShapeMinValue_9();
55   public int GetSliderShapeMinValue()
56     { return GetSliderShapeMinValue_9(); }
57
58   private native int GetSliderShapeMaxValue_10();
59   public int GetSliderShapeMaxValue()
60     { return GetSliderShapeMaxValue_10(); }
61
62   private native int GetSliderShape_11();
63   public int GetSliderShape()
64     { return GetSliderShape_11(); }
65
66   private native void SetSliderShapeToSphere_12();
67   public void SetSliderShapeToSphere()
68     { SetSliderShapeToSphere_12(); }
69
70   private native void SetSliderShapeToCylinder_13();
71   public void SetSliderShapeToCylinder()
72     { SetSliderShapeToCylinder_13(); }
73
74   private native void SetRotation_14(double id0);
75   public void SetRotation(double id0)
76     { SetRotation_14(id0); }
77
78   private native double GetRotation_15();
79   public double GetRotation()
80     { return GetRotation_15(); }
81
82   private native long GetSliderProperty_16();
83   public vtkProperty GetSliderProperty() {
84     long temp = GetSliderProperty_16();
85
86     if (temp == 0) return null;
87     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native long GetTubeProperty_17();
91   public vtkProperty GetTubeProperty() {
92     long temp = GetTubeProperty_17();
93
94     if (temp == 0) return null;
95     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native long GetCapProperty_18();
99   public vtkProperty GetCapProperty() {
100     long temp = GetCapProperty_18();
101
102     if (temp == 0) return null;
103     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native long GetSelectedProperty_19();
107   public vtkProperty GetSelectedProperty() {
108     long temp = GetSelectedProperty_19();
109
110     if (temp == 0) return null;
111     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native void PlaceWidget_20(double id0[]);
115   public void PlaceWidget(double id0[])
116     { PlaceWidget_20(id0); }
117
118   private native void BuildRepresentation_21();
119   public void BuildRepresentation()
120     { BuildRepresentation_21(); }
121
122   private native void StartWidgetInteraction_22(double id0[]);
123   public void StartWidgetInteraction(double id0[])
124     { StartWidgetInteraction_22(id0); }
125
126   private native void WidgetInteraction_23(double id0[]);
127   public void WidgetInteraction(double id0[])
128     { WidgetInteraction_23(id0); }
129
130   private native void Highlight_24(int id0);
131   public void Highlight(int id0)
132     { Highlight_24(id0); }
133
134   private native double[] GetBounds_25();
135   public double[] GetBounds()
136     { return GetBounds_25(); }
137
138   private native void GetActors_26(vtkPropCollection id0);
139   public void GetActors(vtkPropCollection id0)
140     { GetActors_26(id0); }
141
142   private native void ReleaseGraphicsResources_27(vtkWindow id0);
143   public void ReleaseGraphicsResources(vtkWindow id0)
144     { ReleaseGraphicsResources_27(id0); }
145
146   private native int RenderOpaqueGeometry_28(vtkViewport id0);
147   public int RenderOpaqueGeometry(vtkViewport id0)
148     { return RenderOpaqueGeometry_28(id0); }
149
150   private native int RenderTranslucentPolygonalGeometry_29(vtkViewport id0);
151   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
152     { return RenderTranslucentPolygonalGeometry_29(id0); }
153
154   private native int HasTranslucentPolygonalGeometry_30();
155   public int HasTranslucentPolygonalGeometry()
156     { return HasTranslucentPolygonalGeometry_30(); }
157
158   private native int GetMTime_31();
159   public int GetMTime()
160     { return GetMTime_31(); }
161
162   private native void RegisterPickers_32();
163   public void RegisterPickers()
164     { RegisterPickers_32(); }
165
166   public vtkSliderRepresentation3D() { super(); }
167
168   public vtkSliderRepresentation3D(long id) { super(id); }
169   public native long   VTKInit();
170
171 }