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