]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageViewer.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkImageViewer.java
1 // java wrapper for vtkImageViewer object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageViewer extends vtkObject\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 String GetWindowName_2();\r
19   public String GetWindowName()\r
20     { return GetWindowName_2(); }\r
21 \r
22   private native void Render_3();\r
23   public void Render()\r
24     { Render_3(); }\r
25 \r
26   private native void SetInput_4(vtkImageData id0);\r
27   public void SetInput(vtkImageData id0)\r
28     { SetInput_4(id0); }\r
29 \r
30   private native long GetInput_5();\r
31   public vtkImageData GetInput() {\r
32     long temp = GetInput_5();\r
33 \r
34     if (temp == 0) return null;\r
35     return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
36   }\r
37 \r
38   private native void SetInputConnection_6(vtkAlgorithmOutput id0);\r
39   public void SetInputConnection(vtkAlgorithmOutput id0)\r
40     { SetInputConnection_6(id0); }\r
41 \r
42   private native int GetWholeZMin_7();\r
43   public int GetWholeZMin()\r
44     { return GetWholeZMin_7(); }\r
45 \r
46   private native int GetWholeZMax_8();\r
47   public int GetWholeZMax()\r
48     { return GetWholeZMax_8(); }\r
49 \r
50   private native int GetZSlice_9();\r
51   public int GetZSlice()\r
52     { return GetZSlice_9(); }\r
53 \r
54   private native void SetZSlice_10(int id0);\r
55   public void SetZSlice(int id0)\r
56     { SetZSlice_10(id0); }\r
57 \r
58   private native double GetColorWindow_11();\r
59   public double GetColorWindow()\r
60     { return GetColorWindow_11(); }\r
61 \r
62   private native double GetColorLevel_12();\r
63   public double GetColorLevel()\r
64     { return GetColorLevel_12(); }\r
65 \r
66   private native void SetColorWindow_13(double id0);\r
67   public void SetColorWindow(double id0)\r
68     { SetColorWindow_13(id0); }\r
69 \r
70   private native void SetColorLevel_14(double id0);\r
71   public void SetColorLevel(double id0)\r
72     { SetColorLevel_14(id0); }\r
73 \r
74   private native int GetGrayScaleHint_15();\r
75   public int GetGrayScaleHint()\r
76     { return GetGrayScaleHint_15(); }\r
77 \r
78   private native void SetGrayScaleHint_16(int id0);\r
79   public void SetGrayScaleHint(int id0)\r
80     { SetGrayScaleHint_16(id0); }\r
81 \r
82   private native void GrayScaleHintOn_17();\r
83   public void GrayScaleHintOn()\r
84     { GrayScaleHintOn_17(); }\r
85 \r
86   private native void GrayScaleHintOff_18();\r
87   public void GrayScaleHintOff()\r
88     { GrayScaleHintOff_18(); }\r
89 \r
90   private native int[]  GetPosition_19();\r
91   public int[]  GetPosition()\r
92     { return GetPosition_19(); }\r
93 \r
94   private native void SetPosition_20(int id0,int id1);\r
95   public void SetPosition(int id0,int id1)\r
96     { SetPosition_20(id0,id1); }\r
97 \r
98   private native void SetPosition_21(int id0[]);\r
99   public void SetPosition(int id0[])\r
100     { SetPosition_21(id0); }\r
101 \r
102   private native int[]  GetSize_22();\r
103   public int[]  GetSize()\r
104     { return GetSize_22(); }\r
105 \r
106   private native void SetSize_23(int id0,int id1);\r
107   public void SetSize(int id0,int id1)\r
108     { SetSize_23(id0,id1); }\r
109 \r
110   private native void SetSize_24(int id0[]);\r
111   public void SetSize(int id0[])\r
112     { SetSize_24(id0); }\r
113 \r
114   private native long GetRenderWindow_25();\r
115   public vtkRenderWindow GetRenderWindow() {\r
116     long temp = GetRenderWindow_25();\r
117 \r
118     if (temp == 0) return null;\r
119     return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
120   }\r
121 \r
122   private native long GetRenderer_26();\r
123   public vtkRenderer GetRenderer() {\r
124     long temp = GetRenderer_26();\r
125 \r
126     if (temp == 0) return null;\r
127     return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
128   }\r
129 \r
130   private native long GetImageMapper_27();\r
131   public vtkImageMapper GetImageMapper() {\r
132     long temp = GetImageMapper_27();\r
133 \r
134     if (temp == 0) return null;\r
135     return (vtkImageMapper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
136   }\r
137 \r
138   private native long GetActor2D_28();\r
139   public vtkActor2D GetActor2D() {\r
140     long temp = GetActor2D_28();\r
141 \r
142     if (temp == 0) return null;\r
143     return (vtkActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
144   }\r
145 \r
146   private native void SetupInteractor_29(vtkRenderWindowInteractor id0);\r
147   public void SetupInteractor(vtkRenderWindowInteractor id0)\r
148     { SetupInteractor_29(id0); }\r
149 \r
150   private native void SetOffScreenRendering_30(int id0);\r
151   public void SetOffScreenRendering(int id0)\r
152     { SetOffScreenRendering_30(id0); }\r
153 \r
154   private native int GetOffScreenRendering_31();\r
155   public int GetOffScreenRendering()\r
156     { return GetOffScreenRendering_31(); }\r
157 \r
158   private native void OffScreenRenderingOn_32();\r
159   public void OffScreenRenderingOn()\r
160     { OffScreenRenderingOn_32(); }\r
161 \r
162   private native void OffScreenRenderingOff_33();\r
163   public void OffScreenRenderingOff()\r
164     { OffScreenRenderingOff_33(); }\r
165 \r
166   public vtkImageViewer() { super(); }\r
167 \r
168   public vtkImageViewer(long id) { super(id); }\r
169   public native long   VTKInit();\r
170 \r
171 }\r