]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkWindowToImageFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkWindowToImageFilter.java
1 // java wrapper for vtkWindowToImageFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkWindowToImageFilter extends vtkAlgorithm
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 SetInput_2(vtkWindow id0);
19   public void SetInput(vtkWindow id0)
20     { SetInput_2(id0); }
21
22   private native long GetInput_3();
23   public vtkWindow GetInput() {
24     long temp = GetInput_3();
25
26     if (temp == 0) return null;
27     return (vtkWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetScale_4(int id0,int id1);
31   public void SetScale(int id0,int id1)
32     { SetScale_4(id0,id1); }
33
34   private native void SetScale_5(int id0[]);
35   public void SetScale(int id0[])
36     { SetScale_5(id0); }
37
38   private native int[]  GetScale_6();
39   public int[]  GetScale()
40     { return GetScale_6(); }
41
42   private native void SetScale_7(int id0);
43   public void SetScale(int id0)
44     { SetScale_7(id0); }
45
46   private native void SetFixBoundary_8(boolean id0);
47   public void SetFixBoundary(boolean id0)
48     { SetFixBoundary_8(id0); }
49
50   private native boolean GetFixBoundary_9();
51   public boolean GetFixBoundary()
52     { return GetFixBoundary_9(); }
53
54   private native void FixBoundaryOn_10();
55   public void FixBoundaryOn()
56     { FixBoundaryOn_10(); }
57
58   private native void FixBoundaryOff_11();
59   public void FixBoundaryOff()
60     { FixBoundaryOff_11(); }
61
62   private native void ReadFrontBufferOn_12();
63   public void ReadFrontBufferOn()
64     { ReadFrontBufferOn_12(); }
65
66   private native void ReadFrontBufferOff_13();
67   public void ReadFrontBufferOff()
68     { ReadFrontBufferOff_13(); }
69
70   private native int GetReadFrontBuffer_14();
71   public int GetReadFrontBuffer()
72     { return GetReadFrontBuffer_14(); }
73
74   private native void SetReadFrontBuffer_15(int id0);
75   public void SetReadFrontBuffer(int id0)
76     { SetReadFrontBuffer_15(id0); }
77
78   private native void ShouldRerenderOn_16();
79   public void ShouldRerenderOn()
80     { ShouldRerenderOn_16(); }
81
82   private native void ShouldRerenderOff_17();
83   public void ShouldRerenderOff()
84     { ShouldRerenderOff_17(); }
85
86   private native void SetShouldRerender_18(int id0);
87   public void SetShouldRerender(int id0)
88     { SetShouldRerender_18(id0); }
89
90   private native int GetShouldRerender_19();
91   public int GetShouldRerender()
92     { return GetShouldRerender_19(); }
93
94   private native void SetViewport_20(double id0,double id1,double id2,double id3);
95   public void SetViewport(double id0,double id1,double id2,double id3)
96     { SetViewport_20(id0,id1,id2,id3); }
97
98   private native double[] GetViewport_21();
99   public double[] GetViewport()
100     { return GetViewport_21(); }
101
102   private native void SetInputBufferType_22(int id0);
103   public void SetInputBufferType(int id0)
104     { SetInputBufferType_22(id0); }
105
106   private native int GetInputBufferType_23();
107   public int GetInputBufferType()
108     { return GetInputBufferType_23(); }
109
110   private native void SetInputBufferTypeToRGB_24();
111   public void SetInputBufferTypeToRGB()
112     { SetInputBufferTypeToRGB_24(); }
113
114   private native void SetInputBufferTypeToRGBA_25();
115   public void SetInputBufferTypeToRGBA()
116     { SetInputBufferTypeToRGBA_25(); }
117
118   private native void SetInputBufferTypeToZBuffer_26();
119   public void SetInputBufferTypeToZBuffer()
120     { SetInputBufferTypeToZBuffer_26(); }
121
122   private native long GetOutput_27();
123   public vtkImageData GetOutput() {
124     long temp = GetOutput_27();
125
126     if (temp == 0) return null;
127     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   public vtkWindowToImageFilter() { super(); }
131
132   public vtkWindowToImageFilter(long id) { super(id); }
133   public native long   VTKInit();
134
135 }