]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkQuadRotationalExtrusionFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkQuadRotationalExtrusionFilter.java
1 // java wrapper for vtkQuadRotationalExtrusionFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkQuadRotationalExtrusionFilter extends vtkMultiBlockDataSetAlgorithm
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 SetAxis_2(int id0);
19   public void SetAxis(int id0)
20     { SetAxis_2(id0); }
21
22   private native int GetAxisMinValue_3();
23   public int GetAxisMinValue()
24     { return GetAxisMinValue_3(); }
25
26   private native int GetAxisMaxValue_4();
27   public int GetAxisMaxValue()
28     { return GetAxisMaxValue_4(); }
29
30   private native int GetAxis_5();
31   public int GetAxis()
32     { return GetAxis_5(); }
33
34   private native void SetAxisToX_6();
35   public void SetAxisToX()
36     { SetAxisToX_6(); }
37
38   private native void SetAxisToY_7();
39   public void SetAxisToY()
40     { SetAxisToY_7(); }
41
42   private native void SetAxisToZ_8();
43   public void SetAxisToZ()
44     { SetAxisToZ_8(); }
45
46   private native void SetResolution_9(int id0);
47   public void SetResolution(int id0)
48     { SetResolution_9(id0); }
49
50   private native int GetResolutionMinValue_10();
51   public int GetResolutionMinValue()
52     { return GetResolutionMinValue_10(); }
53
54   private native int GetResolutionMaxValue_11();
55   public int GetResolutionMaxValue()
56     { return GetResolutionMaxValue_11(); }
57
58   private native int GetResolution_12();
59   public int GetResolution()
60     { return GetResolution_12(); }
61
62   private native void SetCapping_13(int id0);
63   public void SetCapping(int id0)
64     { SetCapping_13(id0); }
65
66   private native int GetCapping_14();
67   public int GetCapping()
68     { return GetCapping_14(); }
69
70   private native void CappingOn_15();
71   public void CappingOn()
72     { CappingOn_15(); }
73
74   private native void CappingOff_16();
75   public void CappingOff()
76     { CappingOff_16(); }
77
78   private native void SetDefaultAngle_17(double id0);
79   public void SetDefaultAngle(double id0)
80     { SetDefaultAngle_17(id0); }
81
82   private native double GetDefaultAngle_18();
83   public double GetDefaultAngle()
84     { return GetDefaultAngle_18(); }
85
86   private native void RemoveAllPerBlockAngles_19();
87   public void RemoveAllPerBlockAngles()
88     { RemoveAllPerBlockAngles_19(); }
89
90   private native void AddPerBlockAngle_20(int id0,double id1);
91   public void AddPerBlockAngle(int id0,double id1)
92     { AddPerBlockAngle_20(id0,id1); }
93
94   private native void SetTranslation_21(double id0);
95   public void SetTranslation(double id0)
96     { SetTranslation_21(id0); }
97
98   private native double GetTranslation_22();
99   public double GetTranslation()
100     { return GetTranslation_22(); }
101
102   private native void SetDeltaRadius_23(double id0);
103   public void SetDeltaRadius(double id0)
104     { SetDeltaRadius_23(id0); }
105
106   private native double GetDeltaRadius_24();
107   public double GetDeltaRadius()
108     { return GetDeltaRadius_24(); }
109
110   public vtkQuadRotationalExtrusionFilter() { super(); }
111
112   public vtkQuadRotationalExtrusionFilter(long id) { super(id); }
113   public native long   VTKInit();
114
115 }