]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAngleRepresentation3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAngleRepresentation3D.java
1 // java wrapper for vtkAngleRepresentation3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAngleRepresentation3D extends vtkAngleRepresentation
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 double GetAngle_2();
19   public double GetAngle()
20     { return GetAngle_2(); }
21
22   private native void GetPoint1WorldPosition_3(double id0[]);
23   public void GetPoint1WorldPosition(double id0[])
24     { GetPoint1WorldPosition_3(id0); }
25
26   private native void GetCenterWorldPosition_4(double id0[]);
27   public void GetCenterWorldPosition(double id0[])
28     { GetCenterWorldPosition_4(id0); }
29
30   private native void GetPoint2WorldPosition_5(double id0[]);
31   public void GetPoint2WorldPosition(double id0[])
32     { GetPoint2WorldPosition_5(id0); }
33
34   private native void SetPoint1WorldPosition_6(double id0[]);
35   public void SetPoint1WorldPosition(double id0[])
36     { SetPoint1WorldPosition_6(id0); }
37
38   private native void SetPoint1DisplayPosition_7(double id0[]);
39   public void SetPoint1DisplayPosition(double id0[])
40     { SetPoint1DisplayPosition_7(id0); }
41
42   private native void SetCenterWorldPosition_8(double id0[]);
43   public void SetCenterWorldPosition(double id0[])
44     { SetCenterWorldPosition_8(id0); }
45
46   private native void SetCenterDisplayPosition_9(double id0[]);
47   public void SetCenterDisplayPosition(double id0[])
48     { SetCenterDisplayPosition_9(id0); }
49
50   private native void SetPoint2WorldPosition_10(double id0[]);
51   public void SetPoint2WorldPosition(double id0[])
52     { SetPoint2WorldPosition_10(id0); }
53
54   private native void SetPoint2DisplayPosition_11(double id0[]);
55   public void SetPoint2DisplayPosition(double id0[])
56     { SetPoint2DisplayPosition_11(id0); }
57
58   private native void GetPoint1DisplayPosition_12(double id0[]);
59   public void GetPoint1DisplayPosition(double id0[])
60     { GetPoint1DisplayPosition_12(id0); }
61
62   private native void GetCenterDisplayPosition_13(double id0[]);
63   public void GetCenterDisplayPosition(double id0[])
64     { GetCenterDisplayPosition_13(id0); }
65
66   private native void GetPoint2DisplayPosition_14(double id0[]);
67   public void GetPoint2DisplayPosition(double id0[])
68     { GetPoint2DisplayPosition_14(id0); }
69
70   private native long GetRay1_15();
71   public vtkActor GetRay1() {
72     long temp = GetRay1_15();
73
74     if (temp == 0) return null;
75     return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native long GetRay2_16();
79   public vtkActor GetRay2() {
80     long temp = GetRay2_16();
81
82     if (temp == 0) return null;
83     return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native long GetArc_17();
87   public vtkActor GetArc() {
88     long temp = GetArc_17();
89
90     if (temp == 0) return null;
91     return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native long GetTextActor_18();
95   public vtkFollower GetTextActor() {
96     long temp = GetTextActor_18();
97
98     if (temp == 0) return null;
99     return (vtkFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native void SetTextActorScale_19(double id0[]);
103   public void SetTextActorScale(double id0[])
104     { SetTextActorScale_19(id0); }
105
106   private native void BuildRepresentation_20();
107   public void BuildRepresentation()
108     { BuildRepresentation_20(); }
109
110   private native void ReleaseGraphicsResources_21(vtkWindow id0);
111   public void ReleaseGraphicsResources(vtkWindow id0)
112     { ReleaseGraphicsResources_21(id0); }
113
114   private native int RenderOpaqueGeometry_22(vtkViewport id0);
115   public int RenderOpaqueGeometry(vtkViewport id0)
116     { return RenderOpaqueGeometry_22(id0); }
117
118   private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);
119   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
120     { return RenderTranslucentPolygonalGeometry_23(id0); }
121
122   private native int HasTranslucentPolygonalGeometry_24();
123   public int HasTranslucentPolygonalGeometry()
124     { return HasTranslucentPolygonalGeometry_24(); }
125
126   public vtkAngleRepresentation3D() { super(); }
127
128   public vtkAngleRepresentation3D(long id) { super(id); }
129   public native long   VTKInit();
130
131 }