]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkActor.java
Merge "Publish Plant3D feature"
[simantics/3d.git] / vtk / src / vtk / vtkActor.java
1 // java wrapper for vtkActor object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkActor extends vtkProp3D\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 void GetActors_2(vtkPropCollection id0);\r
19   public void GetActors(vtkPropCollection id0)\r
20     { GetActors_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 Render_6(vtkRenderer id0,vtkMapper id1);\r
35   public void Render(vtkRenderer id0,vtkMapper id1)\r
36     { Render_6(id0,id1); }\r
37 \r
38   private native void ShallowCopy_7(vtkProp id0);\r
39   public void ShallowCopy(vtkProp id0)\r
40     { ShallowCopy_7(id0); }\r
41 \r
42   private native void ReleaseGraphicsResources_8(vtkWindow id0);\r
43   public void ReleaseGraphicsResources(vtkWindow id0)\r
44     { ReleaseGraphicsResources_8(id0); }\r
45 \r
46   private native void SetProperty_9(vtkProperty id0);\r
47   public void SetProperty(vtkProperty id0)\r
48     { SetProperty_9(id0); }\r
49 \r
50   private native long GetProperty_10();\r
51   public vtkProperty GetProperty() {\r
52     long temp = GetProperty_10();\r
53 \r
54     if (temp == 0) return null;\r
55     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
56   }\r
57 \r
58   private native long MakeProperty_11();\r
59   public vtkProperty MakeProperty() {\r
60     long temp = MakeProperty_11();\r
61 \r
62     if (temp == 0) return null;\r
63     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
64   }\r
65 \r
66   private native void SetBackfaceProperty_12(vtkProperty id0);\r
67   public void SetBackfaceProperty(vtkProperty id0)\r
68     { SetBackfaceProperty_12(id0); }\r
69 \r
70   private native long GetBackfaceProperty_13();\r
71   public vtkProperty GetBackfaceProperty() {\r
72     long temp = GetBackfaceProperty_13();\r
73 \r
74     if (temp == 0) return null;\r
75     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
76   }\r
77 \r
78   private native void SetTexture_14(vtkTexture id0);\r
79   public void SetTexture(vtkTexture id0)\r
80     { SetTexture_14(id0); }\r
81 \r
82   private native long GetTexture_15();\r
83   public vtkTexture GetTexture() {\r
84     long temp = GetTexture_15();\r
85 \r
86     if (temp == 0) return null;\r
87     return (vtkTexture)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
88   }\r
89 \r
90   private native void SetMapper_16(vtkMapper id0);\r
91   public void SetMapper(vtkMapper id0)\r
92     { SetMapper_16(id0); }\r
93 \r
94   private native long GetMapper_17();\r
95   public vtkMapper GetMapper() {\r
96     long temp = GetMapper_17();\r
97 \r
98     if (temp == 0) return null;\r
99     return (vtkMapper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
100   }\r
101 \r
102   private native void GetBounds_18(double id0[]);\r
103   public void GetBounds(double id0[])\r
104     { GetBounds_18(id0); }\r
105 \r
106   private native double[] GetBounds_19();\r
107   public double[] GetBounds()\r
108     { return GetBounds_19(); }\r
109 \r
110   private native void ApplyProperties_20();\r
111   public void ApplyProperties()\r
112     { ApplyProperties_20(); }\r
113 \r
114   private native int GetMTime_21();\r
115   public int GetMTime()\r
116     { return GetMTime_21(); }\r
117 \r
118   private native int GetRedrawMTime_22();\r
119   public int GetRedrawMTime()\r
120     { return GetRedrawMTime_22(); }\r
121 \r
122   private native void InitPartTraversal_23();\r
123   public void InitPartTraversal()\r
124     { InitPartTraversal_23(); }\r
125 \r
126   private native long GetNextPart_24();\r
127   public vtkActor GetNextPart() {\r
128     long temp = GetNextPart_24();\r
129 \r
130     if (temp == 0) return null;\r
131     return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
132   }\r
133 \r
134   private native int GetNumberOfParts_25();\r
135   public int GetNumberOfParts()\r
136     { return GetNumberOfParts_25(); }\r
137 \r
138   private native boolean GetSupportsSelection_26();\r
139   public boolean GetSupportsSelection()\r
140     { return GetSupportsSelection_26(); }\r
141 \r
142   public vtkActor() { super(); }\r
143 \r
144   public vtkActor(long id) { super(id); }\r
145   public native long   VTKInit();\r
146 \r
147 }\r