]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAngularPeriodicFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAngularPeriodicFilter.java
1 // java wrapper for vtkAngularPeriodicFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAngularPeriodicFilter extends vtkPeriodicFilter
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 SetComputeRotationsOnTheFly_2(boolean id0);
19   public void SetComputeRotationsOnTheFly(boolean id0)
20     { SetComputeRotationsOnTheFly_2(id0); }
21
22   private native boolean GetComputeRotationsOnTheFly_3();
23   public boolean GetComputeRotationsOnTheFly()
24     { return GetComputeRotationsOnTheFly_3(); }
25
26   private native void ComputeRotationsOnTheFlyOn_4();
27   public void ComputeRotationsOnTheFlyOn()
28     { ComputeRotationsOnTheFlyOn_4(); }
29
30   private native void ComputeRotationsOnTheFlyOff_5();
31   public void ComputeRotationsOnTheFlyOff()
32     { ComputeRotationsOnTheFlyOff_5(); }
33
34   private native void SetRotationMode_6(int id0);
35   public void SetRotationMode(int id0)
36     { SetRotationMode_6(id0); }
37
38   private native int GetRotationModeMinValue_7();
39   public int GetRotationModeMinValue()
40     { return GetRotationModeMinValue_7(); }
41
42   private native int GetRotationModeMaxValue_8();
43   public int GetRotationModeMaxValue()
44     { return GetRotationModeMaxValue_8(); }
45
46   private native int GetRotationMode_9();
47   public int GetRotationMode()
48     { return GetRotationMode_9(); }
49
50   private native void SetRotationModeToDirectAngle_10();
51   public void SetRotationModeToDirectAngle()
52     { SetRotationModeToDirectAngle_10(); }
53
54   private native void SetRotationModeToArrayValue_11();
55   public void SetRotationModeToArrayValue()
56     { SetRotationModeToArrayValue_11(); }
57
58   private native void SetRotationAngle_12(double id0);
59   public void SetRotationAngle(double id0)
60     { SetRotationAngle_12(id0); }
61
62   private native double GetRotationAngle_13();
63   public double GetRotationAngle()
64     { return GetRotationAngle_13(); }
65
66   private native void SetRotationArrayName_14(String id0);
67   public void SetRotationArrayName(String id0)
68     { SetRotationArrayName_14(id0); }
69
70   private native String GetRotationArrayName_15();
71   public String GetRotationArrayName()
72     { return GetRotationArrayName_15(); }
73
74   private native void SetRotationAxis_16(int id0);
75   public void SetRotationAxis(int id0)
76     { SetRotationAxis_16(id0); }
77
78   private native int GetRotationAxisMinValue_17();
79   public int GetRotationAxisMinValue()
80     { return GetRotationAxisMinValue_17(); }
81
82   private native int GetRotationAxisMaxValue_18();
83   public int GetRotationAxisMaxValue()
84     { return GetRotationAxisMaxValue_18(); }
85
86   private native int GetRotationAxis_19();
87   public int GetRotationAxis()
88     { return GetRotationAxis_19(); }
89
90   private native void SetRotationAxisToX_20();
91   public void SetRotationAxisToX()
92     { SetRotationAxisToX_20(); }
93
94   private native void SetRotationAxisToY_21();
95   public void SetRotationAxisToY()
96     { SetRotationAxisToY_21(); }
97
98   private native void SetRotationAxisToZ_22();
99   public void SetRotationAxisToZ()
100     { SetRotationAxisToZ_22(); }
101
102   private native void SetCenter_23(double id0,double id1,double id2);
103   public void SetCenter(double id0,double id1,double id2)
104     { SetCenter_23(id0,id1,id2); }
105
106   private native void SetCenter_24(double id0[]);
107   public void SetCenter(double id0[])
108     { SetCenter_24(id0); }
109
110   private native double[] GetCenter_25();
111   public double[] GetCenter()
112     { return GetCenter_25(); }
113
114   public vtkAngularPeriodicFilter() { super(); }
115
116   public vtkAngularPeriodicFilter(long id) { super(id); }
117   public native long   VTKInit();
118
119 }