]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkVolumeOfRevolutionFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkVolumeOfRevolutionFilter.java
1 // java wrapper for vtkVolumeOfRevolutionFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkVolumeOfRevolutionFilter extends vtkUnstructuredGridAlgorithm
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 SetResolution_2(int id0);
19   public void SetResolution(int id0)
20     { SetResolution_2(id0); }
21
22   private native int GetResolutionMinValue_3();
23   public int GetResolutionMinValue()
24     { return GetResolutionMinValue_3(); }
25
26   private native int GetResolutionMaxValue_4();
27   public int GetResolutionMaxValue()
28     { return GetResolutionMaxValue_4(); }
29
30   private native int GetResolution_5();
31   public int GetResolution()
32     { return GetResolution_5(); }
33
34   private native void SetSweepAngle_6(double id0);
35   public void SetSweepAngle(double id0)
36     { SetSweepAngle_6(id0); }
37
38   private native double GetSweepAngleMinValue_7();
39   public double GetSweepAngleMinValue()
40     { return GetSweepAngleMinValue_7(); }
41
42   private native double GetSweepAngleMaxValue_8();
43   public double GetSweepAngleMaxValue()
44     { return GetSweepAngleMaxValue_8(); }
45
46   private native double GetSweepAngle_9();
47   public double GetSweepAngle()
48     { return GetSweepAngle_9(); }
49
50   private native void SetAxisPosition_10(double id0,double id1,double id2);
51   public void SetAxisPosition(double id0,double id1,double id2)
52     { SetAxisPosition_10(id0,id1,id2); }
53
54   private native void SetAxisPosition_11(double id0[]);
55   public void SetAxisPosition(double id0[])
56     { SetAxisPosition_11(id0); }
57
58   private native double[] GetAxisPosition_12();
59   public double[] GetAxisPosition()
60     { return GetAxisPosition_12(); }
61
62   private native void SetAxisDirection_13(double id0,double id1,double id2);
63   public void SetAxisDirection(double id0,double id1,double id2)
64     { SetAxisDirection_13(id0,id1,id2); }
65
66   private native void SetAxisDirection_14(double id0[]);
67   public void SetAxisDirection(double id0[])
68     { SetAxisDirection_14(id0); }
69
70   private native double[] GetAxisDirection_15();
71   public double[] GetAxisDirection()
72     { return GetAxisDirection_15(); }
73
74   private native void SetOutputPointsPrecision_16(int id0);
75   public void SetOutputPointsPrecision(int id0)
76     { SetOutputPointsPrecision_16(id0); }
77
78   private native int GetOutputPointsPrecisionMinValue_17();
79   public int GetOutputPointsPrecisionMinValue()
80     { return GetOutputPointsPrecisionMinValue_17(); }
81
82   private native int GetOutputPointsPrecisionMaxValue_18();
83   public int GetOutputPointsPrecisionMaxValue()
84     { return GetOutputPointsPrecisionMaxValue_18(); }
85
86   private native int GetOutputPointsPrecision_19();
87   public int GetOutputPointsPrecision()
88     { return GetOutputPointsPrecision_19(); }
89
90   public vtkVolumeOfRevolutionFilter() { super(); }
91
92   public vtkVolumeOfRevolutionFilter(long id) { super(id); }
93   public native long   VTKInit();
94
95 }