]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRenderLargeImage.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkRenderLargeImage.java
1 // java wrapper for vtkRenderLargeImage object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRenderLargeImage 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 SetMagnification_2(int id0);
19   public void SetMagnification(int id0)
20     { SetMagnification_2(id0); }
21
22   private native int GetMagnification_3();
23   public int GetMagnification()
24     { return GetMagnification_3(); }
25
26   private native void SetInput_4(vtkRenderer id0);
27   public void SetInput(vtkRenderer id0)
28     { SetInput_4(id0); }
29
30   private native long GetInput_5();
31   public vtkRenderer GetInput() {
32     long temp = GetInput_5();
33
34     if (temp == 0) return null;
35     return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native long GetOutput_6();
39   public vtkImageData GetOutput() {
40     long temp = GetOutput_6();
41
42     if (temp == 0) return null;
43     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   public vtkRenderLargeImage() { super(); }
47
48   public vtkRenderLargeImage(long id) { super(id); }
49   public native long   VTKInit();
50
51 }