]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTexturedButtonRepresentation2D.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkTexturedButtonRepresentation2D.java
1 // java wrapper for vtkTexturedButtonRepresentation2D object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkTexturedButtonRepresentation2D extends vtkButtonRepresentation\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 SetProperty_2(vtkProperty2D id0);\r
19   public void SetProperty(vtkProperty2D id0)\r
20     { SetProperty_2(id0); }\r
21 \r
22   private native long GetProperty_3();\r
23   public vtkProperty2D GetProperty() {\r
24     long temp = GetProperty_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetHoveringProperty_4(vtkProperty2D id0);\r
31   public void SetHoveringProperty(vtkProperty2D id0)\r
32     { SetHoveringProperty_4(id0); }\r
33 \r
34   private native long GetHoveringProperty_5();\r
35   public vtkProperty2D GetHoveringProperty() {\r
36     long temp = GetHoveringProperty_5();\r
37 \r
38     if (temp == 0) return null;\r
39     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
40   }\r
41 \r
42   private native void SetSelectingProperty_6(vtkProperty2D id0);\r
43   public void SetSelectingProperty(vtkProperty2D id0)\r
44     { SetSelectingProperty_6(id0); }\r
45 \r
46   private native long GetSelectingProperty_7();\r
47   public vtkProperty2D GetSelectingProperty() {\r
48     long temp = GetSelectingProperty_7();\r
49 \r
50     if (temp == 0) return null;\r
51     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
52   }\r
53 \r
54   private native void SetButtonTexture_8(int id0,vtkImageData id1);\r
55   public void SetButtonTexture(int id0,vtkImageData id1)\r
56     { SetButtonTexture_8(id0,id1); }\r
57 \r
58   private native long GetButtonTexture_9(int id0);\r
59   public vtkImageData GetButtonTexture(int id0) {\r
60     long temp = GetButtonTexture_9(id0);\r
61 \r
62     if (temp == 0) return null;\r
63     return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
64   }\r
65 \r
66   private native long GetBalloon_10();\r
67   public vtkBalloonRepresentation GetBalloon() {\r
68     long temp = GetBalloon_10();\r
69 \r
70     if (temp == 0) return null;\r
71     return (vtkBalloonRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
72   }\r
73 \r
74   private native int ComputeInteractionState_11(int id0,int id1,int id2);\r
75   public int ComputeInteractionState(int id0,int id1,int id2)\r
76     { return ComputeInteractionState_11(id0,id1,id2); }\r
77 \r
78   private native void BuildRepresentation_12();\r
79   public void BuildRepresentation()\r
80     { BuildRepresentation_12(); }\r
81 \r
82   private native void Highlight_13(int id0);\r
83   public void Highlight(int id0)\r
84     { Highlight_13(id0); }\r
85 \r
86   private native void PlaceWidget_14(double id0[]);\r
87   public void PlaceWidget(double id0[])\r
88     { PlaceWidget_14(id0); }\r
89 \r
90   private native void PlaceWidget_15(double id0[],int id1[]);\r
91   public void PlaceWidget(double id0[],int id1[])\r
92     { PlaceWidget_15(id0,id1); }\r
93 \r
94   private native void ShallowCopy_16(vtkProp id0);\r
95   public void ShallowCopy(vtkProp id0)\r
96     { ShallowCopy_16(id0); }\r
97 \r
98   private native void GetActors_17(vtkPropCollection id0);\r
99   public void GetActors(vtkPropCollection id0)\r
100     { GetActors_17(id0); }\r
101 \r
102   private native void ReleaseGraphicsResources_18(vtkWindow id0);\r
103   public void ReleaseGraphicsResources(vtkWindow id0)\r
104     { ReleaseGraphicsResources_18(id0); }\r
105 \r
106   private native int RenderOverlay_19(vtkViewport id0);\r
107   public int RenderOverlay(vtkViewport id0)\r
108     { return RenderOverlay_19(id0); }\r
109 \r
110   private native int HasTranslucentPolygonalGeometry_20();\r
111   public int HasTranslucentPolygonalGeometry()\r
112     { return HasTranslucentPolygonalGeometry_20(); }\r
113 \r
114   public vtkTexturedButtonRepresentation2D() { super(); }\r
115 \r
116   public vtkTexturedButtonRepresentation2D(long id) { super(id); }\r
117   public native long   VTKInit();\r
118 \r
119 }\r