]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageActor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageActor.java
1 // java wrapper for vtkImageActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageActor extends vtkImageSlice
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetInputData_2(vtkImageData id0);
19   public void SetInputData(vtkImageData id0)
20     { SetInputData_2(id0); }
21
22   private native long GetInput_3();
23   public vtkImageData GetInput() {
24     long temp = GetInput_3();
25
26     if (temp == 0) return null;
27     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetInterpolate_4(int id0);
31   public void SetInterpolate(int id0)
32     { SetInterpolate_4(id0); }
33
34   private native int GetInterpolate_5();
35   public int GetInterpolate()
36     { return GetInterpolate_5(); }
37
38   private native void InterpolateOn_6();
39   public void InterpolateOn()
40     { InterpolateOn_6(); }
41
42   private native void InterpolateOff_7();
43   public void InterpolateOff()
44     { InterpolateOff_7(); }
45
46   private native void SetOpacity_8(double id0);
47   public void SetOpacity(double id0)
48     { SetOpacity_8(id0); }
49
50   private native double GetOpacity_9();
51   public double GetOpacity()
52     { return GetOpacity_9(); }
53
54   private native double GetOpacityMinValue_10();
55   public double GetOpacityMinValue()
56     { return GetOpacityMinValue_10(); }
57
58   private native double GetOpacityMaxValue_11();
59   public double GetOpacityMaxValue()
60     { return GetOpacityMaxValue_11(); }
61
62   private native void SetDisplayExtent_12(int id0[]);
63   public void SetDisplayExtent(int id0[])
64     { SetDisplayExtent_12(id0); }
65
66   private native void SetDisplayExtent_13(int id0,int id1,int id2,int id3,int id4,int id5);
67   public void SetDisplayExtent(int id0,int id1,int id2,int id3,int id4,int id5)
68     { SetDisplayExtent_13(id0,id1,id2,id3,id4,id5); }
69
70   private native void GetDisplayExtent_14(int id0[]);
71   public void GetDisplayExtent(int id0[])
72     { GetDisplayExtent_14(id0); }
73
74   private native int[]  GetDisplayExtent_15();
75   public int[]  GetDisplayExtent()
76     { return GetDisplayExtent_15(); }
77
78   private native double[] GetBounds_16();
79   public double[] GetBounds()
80     { return GetBounds_16(); }
81
82   private native void GetBounds_17(double id0[]);
83   public void GetBounds(double id0[])
84     { GetBounds_17(id0); }
85
86   private native void GetDisplayBounds_18(double id0[]);
87   public void GetDisplayBounds(double id0[])
88     { GetDisplayBounds_18(id0); }
89
90   private native int GetSliceNumber_19();
91   public int GetSliceNumber()
92     { return GetSliceNumber_19(); }
93
94   private native int GetSliceNumberMax_20();
95   public int GetSliceNumberMax()
96     { return GetSliceNumberMax_20(); }
97
98   private native int GetSliceNumberMin_21();
99   public int GetSliceNumberMin()
100     { return GetSliceNumberMin_21(); }
101
102   private native void SetZSlice_22(int id0);
103   public void SetZSlice(int id0)
104     { SetZSlice_22(id0); }
105
106   private native int GetZSlice_23();
107   public int GetZSlice()
108     { return GetZSlice_23(); }
109
110   private native int GetWholeZMin_24();
111   public int GetWholeZMin()
112     { return GetWholeZMin_24(); }
113
114   private native int GetWholeZMax_25();
115   public int GetWholeZMax()
116     { return GetWholeZMax_25(); }
117
118   private native int HasTranslucentPolygonalGeometry_26();
119   public int HasTranslucentPolygonalGeometry()
120     { return HasTranslucentPolygonalGeometry_26(); }
121
122   private native boolean GetForceOpaque_27();
123   public boolean GetForceOpaque()
124     { return GetForceOpaque_27(); }
125
126   private native void SetForceOpaque_28(boolean id0);
127   public void SetForceOpaque(boolean id0)
128     { SetForceOpaque_28(id0); }
129
130   private native void ForceOpaqueOn_29();
131   public void ForceOpaqueOn()
132     { ForceOpaqueOn_29(); }
133
134   private native void ForceOpaqueOff_30();
135   public void ForceOpaqueOff()
136     { ForceOpaqueOff_30(); }
137
138   public vtkImageActor() { super(); }
139
140   public vtkImageActor(long id) { super(id); }
141   public native long   VTKInit();
142
143 }