]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDistanceRepresentation3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDistanceRepresentation3D.java
1 // java wrapper for vtkDistanceRepresentation3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDistanceRepresentation3D extends vtkDistanceRepresentation
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 GetDistance_2();
19   public double GetDistance()
20     { return GetDistance_2(); }
21
22   private native void SetGlyphScale_3(double id0);
23   public void SetGlyphScale(double id0)
24     { SetGlyphScale_3(id0); }
25
26   private native double GetGlyphScale_4();
27   public double GetGlyphScale()
28     { return GetGlyphScale_4(); }
29
30   private native long GetLineProperty_5();
31   public vtkProperty GetLineProperty() {
32     long temp = GetLineProperty_5();
33
34     if (temp == 0) return null;
35     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native void SetLabelPosition_6(double id0);
39   public void SetLabelPosition(double id0)
40     { SetLabelPosition_6(id0); }
41
42   private native double GetLabelPosition_7();
43   public double GetLabelPosition()
44     { return GetLabelPosition_7(); }
45
46   private native void SetMaximumNumberOfRulerTicks_8(int id0);
47   public void SetMaximumNumberOfRulerTicks(int id0)
48     { SetMaximumNumberOfRulerTicks_8(id0); }
49
50   private native int GetMaximumNumberOfRulerTicksMinValue_9();
51   public int GetMaximumNumberOfRulerTicksMinValue()
52     { return GetMaximumNumberOfRulerTicksMinValue_9(); }
53
54   private native int GetMaximumNumberOfRulerTicksMaxValue_10();
55   public int GetMaximumNumberOfRulerTicksMaxValue()
56     { return GetMaximumNumberOfRulerTicksMaxValue_10(); }
57
58   private native int GetMaximumNumberOfRulerTicks_11();
59   public int GetMaximumNumberOfRulerTicks()
60     { return GetMaximumNumberOfRulerTicks_11(); }
61
62   private native long GetGlyphActor_12();
63   public vtkActor GetGlyphActor() {
64     long temp = GetGlyphActor_12();
65
66     if (temp == 0) return null;
67     return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native long GetLabelActor_13();
71   public vtkFollower GetLabelActor() {
72     long temp = GetLabelActor_13();
73
74     if (temp == 0) return null;
75     return (vtkFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native void SetLabelActor_14(vtkFollower id0);
79   public void SetLabelActor(vtkFollower id0)
80     { SetLabelActor_14(id0); }
81
82   private native void GetPoint1WorldPosition_15(double id0[]);
83   public void GetPoint1WorldPosition(double id0[])
84     { GetPoint1WorldPosition_15(id0); }
85
86   private native void GetPoint2WorldPosition_16(double id0[]);
87   public void GetPoint2WorldPosition(double id0[])
88     { GetPoint2WorldPosition_16(id0); }
89
90   private native void SetPoint1WorldPosition_17(double id0[]);
91   public void SetPoint1WorldPosition(double id0[])
92     { SetPoint1WorldPosition_17(id0); }
93
94   private native void SetPoint2WorldPosition_18(double id0[]);
95   public void SetPoint2WorldPosition(double id0[])
96     { SetPoint2WorldPosition_18(id0); }
97
98   private native void SetPoint1DisplayPosition_19(double id0[]);
99   public void SetPoint1DisplayPosition(double id0[])
100     { SetPoint1DisplayPosition_19(id0); }
101
102   private native void SetPoint2DisplayPosition_20(double id0[]);
103   public void SetPoint2DisplayPosition(double id0[])
104     { SetPoint2DisplayPosition_20(id0); }
105
106   private native void GetPoint1DisplayPosition_21(double id0[]);
107   public void GetPoint1DisplayPosition(double id0[])
108     { GetPoint1DisplayPosition_21(id0); }
109
110   private native void GetPoint2DisplayPosition_22(double id0[]);
111   public void GetPoint2DisplayPosition(double id0[])
112     { GetPoint2DisplayPosition_22(id0); }
113
114   private native void BuildRepresentation_23();
115   public void BuildRepresentation()
116     { BuildRepresentation_23(); }
117
118   private native void ReleaseGraphicsResources_24(vtkWindow id0);
119   public void ReleaseGraphicsResources(vtkWindow id0)
120     { ReleaseGraphicsResources_24(id0); }
121
122   private native int RenderOpaqueGeometry_25(vtkViewport id0);
123   public int RenderOpaqueGeometry(vtkViewport id0)
124     { return RenderOpaqueGeometry_25(id0); }
125
126   private native int RenderTranslucentPolygonalGeometry_26(vtkViewport id0);
127   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
128     { return RenderTranslucentPolygonalGeometry_26(id0); }
129
130   private native void SetLabelScale_27(double id0,double id1,double id2);
131   public void SetLabelScale(double id0,double id1,double id2)
132     { SetLabelScale_27(id0,id1,id2); }
133
134   private native void SetLabelScale_28(double id0[]);
135   public void SetLabelScale(double id0[])
136     { SetLabelScale_28(id0); }
137
138   private native long GetLabelProperty_29();
139   public vtkProperty GetLabelProperty() {
140     long temp = GetLabelProperty_29();
141
142     if (temp == 0) return null;
143     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   public vtkDistanceRepresentation3D() { super(); }
147
148   public vtkDistanceRepresentation3D(long id) { super(id); }
149   public native long   VTKInit();
150
151 }