]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabeledDataMapper.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkLabeledDataMapper.java
1 // java wrapper for vtkLabeledDataMapper object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkLabeledDataMapper extends vtkMapper2D\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 SetLabelFormat_2(String id0);\r
19   public void SetLabelFormat(String id0)\r
20     { SetLabelFormat_2(id0); }\r
21 \r
22   private native String GetLabelFormat_3();\r
23   public String GetLabelFormat()\r
24     { return GetLabelFormat_3(); }\r
25 \r
26   private native void SetLabeledComponent_4(int id0);\r
27   public void SetLabeledComponent(int id0)\r
28     { SetLabeledComponent_4(id0); }\r
29 \r
30   private native int GetLabeledComponent_5();\r
31   public int GetLabeledComponent()\r
32     { return GetLabeledComponent_5(); }\r
33 \r
34   private native void SetFieldDataArray_6(int id0);\r
35   public void SetFieldDataArray(int id0)\r
36     { SetFieldDataArray_6(id0); }\r
37 \r
38   private native int GetFieldDataArray_7();\r
39   public int GetFieldDataArray()\r
40     { return GetFieldDataArray_7(); }\r
41 \r
42   private native void SetFieldDataName_8(String id0);\r
43   public void SetFieldDataName(String id0)\r
44     { SetFieldDataName_8(id0); }\r
45 \r
46   private native String GetFieldDataName_9();\r
47   public String GetFieldDataName()\r
48     { return GetFieldDataName_9(); }\r
49 \r
50   private native void SetInput_10(vtkDataObject id0);\r
51   public void SetInput(vtkDataObject id0)\r
52     { SetInput_10(id0); }\r
53 \r
54   private native long GetInput_11();\r
55   public vtkDataSet GetInput() {\r
56     long temp = GetInput_11();\r
57 \r
58     if (temp == 0) return null;\r
59     return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
60   }\r
61 \r
62   private native void SetLabelMode_12(int id0);\r
63   public void SetLabelMode(int id0)\r
64     { SetLabelMode_12(id0); }\r
65 \r
66   private native int GetLabelMode_13();\r
67   public int GetLabelMode()\r
68     { return GetLabelMode_13(); }\r
69 \r
70   private native void SetLabelModeToLabelIds_14();\r
71   public void SetLabelModeToLabelIds()\r
72     { SetLabelModeToLabelIds_14(); }\r
73 \r
74   private native void SetLabelModeToLabelScalars_15();\r
75   public void SetLabelModeToLabelScalars()\r
76     { SetLabelModeToLabelScalars_15(); }\r
77 \r
78   private native void SetLabelModeToLabelVectors_16();\r
79   public void SetLabelModeToLabelVectors()\r
80     { SetLabelModeToLabelVectors_16(); }\r
81 \r
82   private native void SetLabelModeToLabelNormals_17();\r
83   public void SetLabelModeToLabelNormals()\r
84     { SetLabelModeToLabelNormals_17(); }\r
85 \r
86   private native void SetLabelModeToLabelTCoords_18();\r
87   public void SetLabelModeToLabelTCoords()\r
88     { SetLabelModeToLabelTCoords_18(); }\r
89 \r
90   private native void SetLabelModeToLabelTensors_19();\r
91   public void SetLabelModeToLabelTensors()\r
92     { SetLabelModeToLabelTensors_19(); }\r
93 \r
94   private native void SetLabelModeToLabelFieldData_20();\r
95   public void SetLabelModeToLabelFieldData()\r
96     { SetLabelModeToLabelFieldData_20(); }\r
97 \r
98   private native void SetLabelTextProperty_21(vtkTextProperty id0);\r
99   public void SetLabelTextProperty(vtkTextProperty id0)\r
100     { SetLabelTextProperty_21(id0); }\r
101 \r
102   private native long GetLabelTextProperty_22();\r
103   public vtkTextProperty GetLabelTextProperty() {\r
104     long temp = GetLabelTextProperty_22();\r
105 \r
106     if (temp == 0) return null;\r
107     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
108   }\r
109 \r
110   private native void SetLabelTextProperty_23(vtkTextProperty id0,int id1);\r
111   public void SetLabelTextProperty(vtkTextProperty id0,int id1)\r
112     { SetLabelTextProperty_23(id0,id1); }\r
113 \r
114   private native long GetLabelTextProperty_24(int id0);\r
115   public vtkTextProperty GetLabelTextProperty(int id0) {\r
116     long temp = GetLabelTextProperty_24(id0);\r
117 \r
118     if (temp == 0) return null;\r
119     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
120   }\r
121 \r
122   private native void RenderOpaqueGeometry_25(vtkViewport id0,vtkActor2D id1);\r
123   public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1)\r
124     { RenderOpaqueGeometry_25(id0,id1); }\r
125 \r
126   private native void RenderOverlay_26(vtkViewport id0,vtkActor2D id1);\r
127   public void RenderOverlay(vtkViewport id0,vtkActor2D id1)\r
128     { RenderOverlay_26(id0,id1); }\r
129 \r
130   private native void ReleaseGraphicsResources_27(vtkWindow id0);\r
131   public void ReleaseGraphicsResources(vtkWindow id0)\r
132     { ReleaseGraphicsResources_27(id0); }\r
133 \r
134   private native long GetTransform_28();\r
135   public vtkTransform GetTransform() {\r
136     long temp = GetTransform_28();\r
137 \r
138     if (temp == 0) return null;\r
139     return (vtkTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
140   }\r
141 \r
142   private native void SetTransform_29(vtkTransform id0);\r
143   public void SetTransform(vtkTransform id0)\r
144     { SetTransform_29(id0); }\r
145 \r
146   private native int GetCoordinateSystem_30();\r
147   public int GetCoordinateSystem()\r
148     { return GetCoordinateSystem_30(); }\r
149 \r
150   private native void SetCoordinateSystem_31(int id0);\r
151   public void SetCoordinateSystem(int id0)\r
152     { SetCoordinateSystem_31(id0); }\r
153 \r
154   private native int GetCoordinateSystemMinValue_32();\r
155   public int GetCoordinateSystemMinValue()\r
156     { return GetCoordinateSystemMinValue_32(); }\r
157 \r
158   private native int GetCoordinateSystemMaxValue_33();\r
159   public int GetCoordinateSystemMaxValue()\r
160     { return GetCoordinateSystemMaxValue_33(); }\r
161 \r
162   private native void CoordinateSystemWorld_34();\r
163   public void CoordinateSystemWorld()\r
164     { CoordinateSystemWorld_34(); }\r
165 \r
166   private native void CoordinateSystemDisplay_35();\r
167   public void CoordinateSystemDisplay()\r
168     { CoordinateSystemDisplay_35(); }\r
169 \r
170   private native int GetMTime_36();\r
171   public int GetMTime()\r
172     { return GetMTime_36(); }\r
173 \r
174   public vtkLabeledDataMapper() { super(); }\r
175 \r
176   public vtkLabeledDataMapper(long id) { super(id); }\r
177   public native long   VTKInit();\r
178 \r
179 }\r