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