]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAnnotationLayersAlgorithm.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAnnotationLayersAlgorithm.java
1 // java wrapper for vtkAnnotationLayersAlgorithm object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAnnotationLayersAlgorithm 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 long GetOutput_2();
19   public vtkAnnotationLayers GetOutput() {
20     long temp = GetOutput_2();
21
22     if (temp == 0) return null;
23     return (vtkAnnotationLayers)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetOutput_3(int id0);
27   public vtkAnnotationLayers GetOutput(int id0) {
28     long temp = GetOutput_3(id0);
29
30     if (temp == 0) return null;
31     return (vtkAnnotationLayers)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetInputData_4(vtkDataObject id0);
35   public void SetInputData(vtkDataObject id0)
36     { SetInputData_4(id0); }
37
38   private native void SetInputData_5(int id0,vtkDataObject id1);
39   public void SetInputData(int id0,vtkDataObject id1)
40     { SetInputData_5(id0,id1); }
41
42   public vtkAnnotationLayersAlgorithm() { super(); }
43
44   public vtkAnnotationLayersAlgorithm(long id) { super(id); }
45   public native long   VTKInit();
46
47 }