]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkActor2D.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkActor2D.java
1 // java wrapper for vtkActor2D object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkActor2D extends vtkProp\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 int RenderOverlay_2(vtkViewport id0);\r
19   public int RenderOverlay(vtkViewport id0)\r
20     { return RenderOverlay_2(id0); }\r
21 \r
22   private native int RenderOpaqueGeometry_3(vtkViewport id0);\r
23   public int RenderOpaqueGeometry(vtkViewport id0)\r
24     { return RenderOpaqueGeometry_3(id0); }\r
25 \r
26   private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0);\r
27   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
28     { return RenderTranslucentPolygonalGeometry_4(id0); }\r
29 \r
30   private native int HasTranslucentPolygonalGeometry_5();\r
31   public int HasTranslucentPolygonalGeometry()\r
32     { return HasTranslucentPolygonalGeometry_5(); }\r
33 \r
34   private native void SetMapper_6(vtkMapper2D id0);\r
35   public void SetMapper(vtkMapper2D id0)\r
36     { SetMapper_6(id0); }\r
37 \r
38   private native long GetMapper_7();\r
39   public vtkMapper2D GetMapper() {\r
40     long temp = GetMapper_7();\r
41 \r
42     if (temp == 0) return null;\r
43     return (vtkMapper2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
44   }\r
45 \r
46   private native void SetLayerNumber_8(int id0);\r
47   public void SetLayerNumber(int id0)\r
48     { SetLayerNumber_8(id0); }\r
49 \r
50   private native int GetLayerNumber_9();\r
51   public int GetLayerNumber()\r
52     { return GetLayerNumber_9(); }\r
53 \r
54   private native long GetProperty_10();\r
55   public vtkProperty2D GetProperty() {\r
56     long temp = GetProperty_10();\r
57 \r
58     if (temp == 0) return null;\r
59     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
60   }\r
61 \r
62   private native void SetProperty_11(vtkProperty2D id0);\r
63   public void SetProperty(vtkProperty2D id0)\r
64     { SetProperty_11(id0); }\r
65 \r
66   private native long GetPositionCoordinate_12();\r
67   public vtkCoordinate GetPositionCoordinate() {\r
68     long temp = GetPositionCoordinate_12();\r
69 \r
70     if (temp == 0) return null;\r
71     return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
72   }\r
73 \r
74   private native void SetPosition_13(double id0,double id1);\r
75   public void SetPosition(double id0,double id1)\r
76     { SetPosition_13(id0,id1); }\r
77 \r
78   private native void SetPosition_14(double id0[]);\r
79   public void SetPosition(double id0[])\r
80     { SetPosition_14(id0); }\r
81 \r
82   private native double[] GetPosition_15();\r
83   public double[] GetPosition()\r
84     { return GetPosition_15(); }\r
85 \r
86   private native void SetDisplayPosition_16(int id0,int id1);\r
87   public void SetDisplayPosition(int id0,int id1)\r
88     { SetDisplayPosition_16(id0,id1); }\r
89 \r
90   private native long GetPosition2Coordinate_17();\r
91   public vtkCoordinate GetPosition2Coordinate() {\r
92     long temp = GetPosition2Coordinate_17();\r
93 \r
94     if (temp == 0) return null;\r
95     return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
96   }\r
97 \r
98   private native void SetPosition2_18(double id0,double id1);\r
99   public void SetPosition2(double id0,double id1)\r
100     { SetPosition2_18(id0,id1); }\r
101 \r
102   private native void SetPosition2_19(double id0[]);\r
103   public void SetPosition2(double id0[])\r
104     { SetPosition2_19(id0); }\r
105 \r
106   private native double[] GetPosition2_20();\r
107   public double[] GetPosition2()\r
108     { return GetPosition2_20(); }\r
109 \r
110   private native void SetWidth_21(double id0);\r
111   public void SetWidth(double id0)\r
112     { SetWidth_21(id0); }\r
113 \r
114   private native double GetWidth_22();\r
115   public double GetWidth()\r
116     { return GetWidth_22(); }\r
117 \r
118   private native void SetHeight_23(double id0);\r
119   public void SetHeight(double id0)\r
120     { SetHeight_23(id0); }\r
121 \r
122   private native double GetHeight_24();\r
123   public double GetHeight()\r
124     { return GetHeight_24(); }\r
125 \r
126   private native int GetMTime_25();\r
127   public int GetMTime()\r
128     { return GetMTime_25(); }\r
129 \r
130   private native void GetActors2D_26(vtkPropCollection id0);\r
131   public void GetActors2D(vtkPropCollection id0)\r
132     { GetActors2D_26(id0); }\r
133 \r
134   private native void ShallowCopy_27(vtkProp id0);\r
135   public void ShallowCopy(vtkProp id0)\r
136     { ShallowCopy_27(id0); }\r
137 \r
138   private native void ReleaseGraphicsResources_28(vtkWindow id0);\r
139   public void ReleaseGraphicsResources(vtkWindow id0)\r
140     { ReleaseGraphicsResources_28(id0); }\r
141 \r
142   private native long GetActualPositionCoordinate_29();\r
143   public vtkCoordinate GetActualPositionCoordinate() {\r
144     long temp = GetActualPositionCoordinate_29();\r
145 \r
146     if (temp == 0) return null;\r
147     return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
148   }\r
149 \r
150   private native long GetActualPosition2Coordinate_30();\r
151   public vtkCoordinate GetActualPosition2Coordinate() {\r
152     long temp = GetActualPosition2Coordinate_30();\r
153 \r
154     if (temp == 0) return null;\r
155     return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
156   }\r
157 \r
158   public vtkActor2D() { super(); }\r
159 \r
160   public vtkActor2D(long id) { super(id); }\r
161   public native long   VTKInit();\r
162 \r
163 }\r