]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSpherePuzzleArrows.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSpherePuzzleArrows.java
1 // java wrapper for vtkSpherePuzzleArrows object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSpherePuzzleArrows extends vtkPolyDataAlgorithm
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 SetPermutation_2(int id0[]);
19   public void SetPermutation(int id0[])
20     { SetPermutation_2(id0); }
21
22   private native int[]  GetPermutation_3();
23   public int[]  GetPermutation()
24     { return GetPermutation_3(); }
25
26   private native void SetPermutationComponent_4(int id0,int id1);
27   public void SetPermutationComponent(int id0,int id1)
28     { SetPermutationComponent_4(id0,id1); }
29
30   private native void SetPermutation_5(vtkSpherePuzzle id0);
31   public void SetPermutation(vtkSpherePuzzle id0)
32     { SetPermutation_5(id0); }
33
34   public vtkSpherePuzzleArrows() { super(); }
35
36   public vtkSpherePuzzleArrows(long id) { super(id); }
37   public native long   VTKInit();
38
39 }