]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCompassRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkCompassRepresentation.java
1 // java wrapper for vtkCompassRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCompassRepresentation extends vtkContinuousValueWidgetRepresentation
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 long GetPoint2Coordinate_3();
27   public vtkCoordinate GetPoint2Coordinate() {
28     long temp = GetPoint2Coordinate_3();
29
30     if (temp == 0) return null;
31     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native long GetRingProperty_4();
35   public vtkProperty2D GetRingProperty() {
36     long temp = GetRingProperty_4();
37
38     if (temp == 0) return null;
39     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native long GetSelectedProperty_5();
43   public vtkProperty2D GetSelectedProperty() {
44     long temp = GetSelectedProperty_5();
45
46     if (temp == 0) return null;
47     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetLabelProperty_6();
51   public vtkTextProperty GetLabelProperty() {
52     long temp = GetLabelProperty_6();
53
54     if (temp == 0) return null;
55     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native void PlaceWidget_7(double id0[]);
59   public void PlaceWidget(double id0[])
60     { PlaceWidget_7(id0); }
61
62   private native void BuildRepresentation_8();
63   public void BuildRepresentation()
64     { BuildRepresentation_8(); }
65
66   private native void StartWidgetInteraction_9(double id0[]);
67   public void StartWidgetInteraction(double id0[])
68     { StartWidgetInteraction_9(id0); }
69
70   private native void WidgetInteraction_10(double id0[]);
71   public void WidgetInteraction(double id0[])
72     { WidgetInteraction_10(id0); }
73
74   private native void TiltWidgetInteraction_11(double id0[]);
75   public void TiltWidgetInteraction(double id0[])
76     { TiltWidgetInteraction_11(id0); }
77
78   private native void DistanceWidgetInteraction_12(double id0[]);
79   public void DistanceWidgetInteraction(double id0[])
80     { DistanceWidgetInteraction_12(id0); }
81
82   private native int ComputeInteractionState_13(int id0,int id1,int id2);
83   public int ComputeInteractionState(int id0,int id1,int id2)
84     { return ComputeInteractionState_13(id0,id1,id2); }
85
86   private native void Highlight_14(int id0);
87   public void Highlight(int id0)
88     { Highlight_14(id0); }
89
90   private native void GetActors_15(vtkPropCollection id0);
91   public void GetActors(vtkPropCollection id0)
92     { GetActors_15(id0); }
93
94   private native void ReleaseGraphicsResources_16(vtkWindow id0);
95   public void ReleaseGraphicsResources(vtkWindow id0)
96     { ReleaseGraphicsResources_16(id0); }
97
98   private native int RenderOverlay_17(vtkViewport id0);
99   public int RenderOverlay(vtkViewport id0)
100     { return RenderOverlay_17(id0); }
101
102   private native int RenderOpaqueGeometry_18(vtkViewport id0);
103   public int RenderOpaqueGeometry(vtkViewport id0)
104     { return RenderOpaqueGeometry_18(id0); }
105
106   private native void SetHeading_19(double id0);
107   public void SetHeading(double id0)
108     { SetHeading_19(id0); }
109
110   private native double GetHeading_20();
111   public double GetHeading()
112     { return GetHeading_20(); }
113
114   private native void SetTilt_21(double id0);
115   public void SetTilt(double id0)
116     { SetTilt_21(id0); }
117
118   private native double GetTilt_22();
119   public double GetTilt()
120     { return GetTilt_22(); }
121
122   private native void UpdateTilt_23(double id0);
123   public void UpdateTilt(double id0)
124     { UpdateTilt_23(id0); }
125
126   private native void EndTilt_24();
127   public void EndTilt()
128     { EndTilt_24(); }
129
130   private native void SetDistance_25(double id0);
131   public void SetDistance(double id0)
132     { SetDistance_25(id0); }
133
134   private native double GetDistance_26();
135   public double GetDistance()
136     { return GetDistance_26(); }
137
138   private native void UpdateDistance_27(double id0);
139   public void UpdateDistance(double id0)
140     { UpdateDistance_27(id0); }
141
142   private native void EndDistance_28();
143   public void EndDistance()
144     { EndDistance_28(); }
145
146   private native void SetRenderer_29(vtkRenderer id0);
147   public void SetRenderer(vtkRenderer id0)
148     { SetRenderer_29(id0); }
149
150   public vtkCompassRepresentation() { super(); }
151
152   public vtkCompassRepresentation(long id) { super(id); }
153   public native long   VTKInit();
154
155 }