]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTrivialProducer.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTrivialProducer.java
1 // java wrapper for vtkTrivialProducer object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTrivialProducer 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 SetOutput_2(vtkDataObject id0);
19   public void SetOutput(vtkDataObject id0)
20     { SetOutput_2(id0); }
21
22   private native int GetMTime_3();
23   public int GetMTime()
24     { return GetMTime_3(); }
25
26   private native void SetWholeExtent_4(int id0,int id1,int id2,int id3,int id4,int id5);
27   public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
28     { SetWholeExtent_4(id0,id1,id2,id3,id4,id5); }
29
30   private native void SetWholeExtent_5(int id0[]);
31   public void SetWholeExtent(int id0[])
32     { SetWholeExtent_5(id0); }
33
34   private native int[]  GetWholeExtent_6();
35   public int[]  GetWholeExtent()
36     { return GetWholeExtent_6(); }
37
38   private native void FillOutputDataInformation_7(vtkDataObject id0,vtkInformation id1);
39   public void FillOutputDataInformation(vtkDataObject id0,vtkInformation id1)
40     { FillOutputDataInformation_7(id0,id1); }
41
42   public vtkTrivialProducer() { super(); }
43
44   public vtkTrivialProducer(long id) { super(id); }
45   public native long   VTKInit();
46
47 }