]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSphereHandleRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSphereHandleRepresentation.java
1 // java wrapper for vtkSphereHandleRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSphereHandleRepresentation extends vtkHandleRepresentation
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 SetWorldPosition_2(double id0[]);
19   public void SetWorldPosition(double id0[])
20     { SetWorldPosition_2(id0); }
21
22   private native void SetDisplayPosition_3(double id0[]);
23   public void SetDisplayPosition(double id0[])
24     { SetDisplayPosition_3(id0); }
25
26   private native void SetTranslationMode_4(int id0);
27   public void SetTranslationMode(int id0)
28     { SetTranslationMode_4(id0); }
29
30   private native int GetTranslationMode_5();
31   public int GetTranslationMode()
32     { return GetTranslationMode_5(); }
33
34   private native void TranslationModeOn_6();
35   public void TranslationModeOn()
36     { TranslationModeOn_6(); }
37
38   private native void TranslationModeOff_7();
39   public void TranslationModeOff()
40     { TranslationModeOff_7(); }
41
42   private native void SetSphereRadius_8(double id0);
43   public void SetSphereRadius(double id0)
44     { SetSphereRadius_8(id0); }
45
46   private native double GetSphereRadius_9();
47   public double GetSphereRadius()
48     { return GetSphereRadius_9(); }
49
50   private native void SetProperty_10(vtkProperty id0);
51   public void SetProperty(vtkProperty id0)
52     { SetProperty_10(id0); }
53
54   private native void SetSelectedProperty_11(vtkProperty id0);
55   public void SetSelectedProperty(vtkProperty id0)
56     { SetSelectedProperty_11(id0); }
57
58   private native long GetProperty_12();
59   public vtkProperty GetProperty() {
60     long temp = GetProperty_12();
61
62     if (temp == 0) return null;
63     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native long GetSelectedProperty_13();
67   public vtkProperty GetSelectedProperty() {
68     long temp = GetSelectedProperty_13();
69
70     if (temp == 0) return null;
71     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetHotSpotSize_14(double id0);
75   public void SetHotSpotSize(double id0)
76     { SetHotSpotSize_14(id0); }
77
78   private native double GetHotSpotSizeMinValue_15();
79   public double GetHotSpotSizeMinValue()
80     { return GetHotSpotSizeMinValue_15(); }
81
82   private native double GetHotSpotSizeMaxValue_16();
83   public double GetHotSpotSizeMaxValue()
84     { return GetHotSpotSizeMaxValue_16(); }
85
86   private native double GetHotSpotSize_17();
87   public double GetHotSpotSize()
88     { return GetHotSpotSize_17(); }
89
90   private native void SetHandleSize_18(double id0);
91   public void SetHandleSize(double id0)
92     { SetHandleSize_18(id0); }
93
94   private native double[] GetBounds_19();
95   public double[] GetBounds()
96     { return GetBounds_19(); }
97
98   private native void BuildRepresentation_20();
99   public void BuildRepresentation()
100     { BuildRepresentation_20(); }
101
102   private native void StartWidgetInteraction_21(double id0[]);
103   public void StartWidgetInteraction(double id0[])
104     { StartWidgetInteraction_21(id0); }
105
106   private native void WidgetInteraction_22(double id0[]);
107   public void WidgetInteraction(double id0[])
108     { WidgetInteraction_22(id0); }
109
110   private native int ComputeInteractionState_23(int id0,int id1,int id2);
111   public int ComputeInteractionState(int id0,int id1,int id2)
112     { return ComputeInteractionState_23(id0,id1,id2); }
113
114   private native void PlaceWidget_24(double id0[]);
115   public void PlaceWidget(double id0[])
116     { PlaceWidget_24(id0); }
117
118   private native void ShallowCopy_25(vtkProp id0);
119   public void ShallowCopy(vtkProp id0)
120     { ShallowCopy_25(id0); }
121
122   private native void DeepCopy_26(vtkProp id0);
123   public void DeepCopy(vtkProp id0)
124     { DeepCopy_26(id0); }
125
126   private native void GetActors_27(vtkPropCollection id0);
127   public void GetActors(vtkPropCollection id0)
128     { GetActors_27(id0); }
129
130   private native void ReleaseGraphicsResources_28(vtkWindow id0);
131   public void ReleaseGraphicsResources(vtkWindow id0)
132     { ReleaseGraphicsResources_28(id0); }
133
134   private native int RenderOpaqueGeometry_29(vtkViewport id0);
135   public int RenderOpaqueGeometry(vtkViewport id0)
136     { return RenderOpaqueGeometry_29(id0); }
137
138   private native int RenderTranslucentPolygonalGeometry_30(vtkViewport id0);
139   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
140     { return RenderTranslucentPolygonalGeometry_30(id0); }
141
142   private native int HasTranslucentPolygonalGeometry_31();
143   public int HasTranslucentPolygonalGeometry()
144     { return HasTranslucentPolygonalGeometry_31(); }
145
146   private native void Highlight_32(int id0);
147   public void Highlight(int id0)
148     { Highlight_32(id0); }
149
150   private native void RegisterPickers_33();
151   public void RegisterPickers()
152     { RegisterPickers_33(); }
153
154   public vtkSphereHandleRepresentation() { super(); }
155
156   public vtkSphereHandleRepresentation(long id) { super(id); }
157   public native long   VTKInit();
158
159 }