]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCylinderSource.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkCylinderSource.java
1 // java wrapper for vtkCylinderSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCylinderSource 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 SetHeight_2(double id0);
19   public void SetHeight(double id0)
20     { SetHeight_2(id0); }
21
22   private native double GetHeightMinValue_3();
23   public double GetHeightMinValue()
24     { return GetHeightMinValue_3(); }
25
26   private native double GetHeightMaxValue_4();
27   public double GetHeightMaxValue()
28     { return GetHeightMaxValue_4(); }
29
30   private native double GetHeight_5();
31   public double GetHeight()
32     { return GetHeight_5(); }
33
34   private native void SetRadius_6(double id0);
35   public void SetRadius(double id0)
36     { SetRadius_6(id0); }
37
38   private native double GetRadiusMinValue_7();
39   public double GetRadiusMinValue()
40     { return GetRadiusMinValue_7(); }
41
42   private native double GetRadiusMaxValue_8();
43   public double GetRadiusMaxValue()
44     { return GetRadiusMaxValue_8(); }
45
46   private native double GetRadius_9();
47   public double GetRadius()
48     { return GetRadius_9(); }
49
50   private native void SetCenter_10(double id0,double id1,double id2);
51   public void SetCenter(double id0,double id1,double id2)
52     { SetCenter_10(id0,id1,id2); }
53
54   private native void SetCenter_11(double id0[]);
55   public void SetCenter(double id0[])
56     { SetCenter_11(id0); }
57
58   private native double[] GetCenter_12();
59   public double[] GetCenter()
60     { return GetCenter_12(); }
61
62   private native void SetResolution_13(int id0);
63   public void SetResolution(int id0)
64     { SetResolution_13(id0); }
65
66   private native int GetResolutionMinValue_14();
67   public int GetResolutionMinValue()
68     { return GetResolutionMinValue_14(); }
69
70   private native int GetResolutionMaxValue_15();
71   public int GetResolutionMaxValue()
72     { return GetResolutionMaxValue_15(); }
73
74   private native int GetResolution_16();
75   public int GetResolution()
76     { return GetResolution_16(); }
77
78   private native void SetCapping_17(int id0);
79   public void SetCapping(int id0)
80     { SetCapping_17(id0); }
81
82   private native int GetCapping_18();
83   public int GetCapping()
84     { return GetCapping_18(); }
85
86   private native void CappingOn_19();
87   public void CappingOn()
88     { CappingOn_19(); }
89
90   private native void CappingOff_20();
91   public void CappingOff()
92     { CappingOff_20(); }
93
94   private native void SetOutputPointsPrecision_21(int id0);
95   public void SetOutputPointsPrecision(int id0)
96     { SetOutputPointsPrecision_21(id0); }
97
98   private native int GetOutputPointsPrecision_22();
99   public int GetOutputPointsPrecision()
100     { return GetOutputPointsPrecision_22(); }
101
102   public vtkCylinderSource() { super(); }
103
104   public vtkCylinderSource(long id) { super(id); }
105   public native long   VTKInit();
106
107 }