]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageSlice.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkImageSlice.java
1 // java wrapper for vtkImageSlice object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageSlice 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 SetMapper_2(vtkImageMapper3D id0);\r
19   public void SetMapper(vtkImageMapper3D id0)\r
20     { SetMapper_2(id0); }\r
21 \r
22   private native long GetMapper_3();\r
23   public vtkImageMapper3D GetMapper() {\r
24     long temp = GetMapper_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkImageMapper3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetProperty_4(vtkImageProperty id0);\r
31   public void SetProperty(vtkImageProperty id0)\r
32     { SetProperty_4(id0); }\r
33 \r
34   private native long GetProperty_5();\r
35   public vtkImageProperty GetProperty() {\r
36     long temp = GetProperty_5();\r
37 \r
38     if (temp == 0) return null;\r
39     return (vtkImageProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
40   }\r
41 \r
42   private native void Update_6();\r
43   public void Update()\r
44     { Update_6(); }\r
45 \r
46   private native void GetBounds_7(double id0[]);\r
47   public void GetBounds(double id0[])\r
48     { GetBounds_7(id0); }\r
49 \r
50   private native double GetMinXBound_8();\r
51   public double GetMinXBound()\r
52     { return GetMinXBound_8(); }\r
53 \r
54   private native double GetMaxXBound_9();\r
55   public double GetMaxXBound()\r
56     { return GetMaxXBound_9(); }\r
57 \r
58   private native double GetMinYBound_10();\r
59   public double GetMinYBound()\r
60     { return GetMinYBound_10(); }\r
61 \r
62   private native double GetMaxYBound_11();\r
63   public double GetMaxYBound()\r
64     { return GetMaxYBound_11(); }\r
65 \r
66   private native double GetMinZBound_12();\r
67   public double GetMinZBound()\r
68     { return GetMinZBound_12(); }\r
69 \r
70   private native double GetMaxZBound_13();\r
71   public double GetMaxZBound()\r
72     { return GetMaxZBound_13(); }\r
73 \r
74   private native int GetMTime_14();\r
75   public int GetMTime()\r
76     { return GetMTime_14(); }\r
77 \r
78   private native int GetRedrawMTime_15();\r
79   public int GetRedrawMTime()\r
80     { return GetRedrawMTime_15(); }\r
81 \r
82   private native void ShallowCopy_16(vtkProp id0);\r
83   public void ShallowCopy(vtkProp id0)\r
84     { ShallowCopy_16(id0); }\r
85 \r
86   private native void GetImages_17(vtkPropCollection id0);\r
87   public void GetImages(vtkPropCollection id0)\r
88     { GetImages_17(id0); }\r
89 \r
90   private native int RenderOverlay_18(vtkViewport id0);\r
91   public int RenderOverlay(vtkViewport id0)\r
92     { return RenderOverlay_18(id0); }\r
93 \r
94   private native int RenderOpaqueGeometry_19(vtkViewport id0);\r
95   public int RenderOpaqueGeometry(vtkViewport id0)\r
96     { return RenderOpaqueGeometry_19(id0); }\r
97 \r
98   private native int RenderTranslucentPolygonalGeometry_20(vtkViewport id0);\r
99   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
100     { return RenderTranslucentPolygonalGeometry_20(id0); }\r
101 \r
102   private native int HasTranslucentPolygonalGeometry_21();\r
103   public int HasTranslucentPolygonalGeometry()\r
104     { return HasTranslucentPolygonalGeometry_21(); }\r
105 \r
106   private native void Render_22(vtkRenderer id0);\r
107   public void Render(vtkRenderer id0)\r
108     { Render_22(id0); }\r
109 \r
110   private native void ReleaseGraphicsResources_23(vtkWindow id0);\r
111   public void ReleaseGraphicsResources(vtkWindow id0)\r
112     { ReleaseGraphicsResources_23(id0); }\r
113 \r
114   private native void SetStackedImagePass_24(int id0);\r
115   public void SetStackedImagePass(int id0)\r
116     { SetStackedImagePass_24(id0); }\r
117 \r
118   public vtkImageSlice() { super(); }\r
119 \r
120   public vtkImageSlice(long id) { super(id); }\r
121   public native long   VTKInit();\r
122 \r
123 }\r