]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkArrowSource.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkArrowSource.java
1 // java wrapper for vtkArrowSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkArrowSource 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 SetTipLength_2(double id0);
19   public void SetTipLength(double id0)
20     { SetTipLength_2(id0); }
21
22   private native double GetTipLengthMinValue_3();
23   public double GetTipLengthMinValue()
24     { return GetTipLengthMinValue_3(); }
25
26   private native double GetTipLengthMaxValue_4();
27   public double GetTipLengthMaxValue()
28     { return GetTipLengthMaxValue_4(); }
29
30   private native double GetTipLength_5();
31   public double GetTipLength()
32     { return GetTipLength_5(); }
33
34   private native void SetTipRadius_6(double id0);
35   public void SetTipRadius(double id0)
36     { SetTipRadius_6(id0); }
37
38   private native double GetTipRadiusMinValue_7();
39   public double GetTipRadiusMinValue()
40     { return GetTipRadiusMinValue_7(); }
41
42   private native double GetTipRadiusMaxValue_8();
43   public double GetTipRadiusMaxValue()
44     { return GetTipRadiusMaxValue_8(); }
45
46   private native double GetTipRadius_9();
47   public double GetTipRadius()
48     { return GetTipRadius_9(); }
49
50   private native void SetTipResolution_10(int id0);
51   public void SetTipResolution(int id0)
52     { SetTipResolution_10(id0); }
53
54   private native int GetTipResolutionMinValue_11();
55   public int GetTipResolutionMinValue()
56     { return GetTipResolutionMinValue_11(); }
57
58   private native int GetTipResolutionMaxValue_12();
59   public int GetTipResolutionMaxValue()
60     { return GetTipResolutionMaxValue_12(); }
61
62   private native int GetTipResolution_13();
63   public int GetTipResolution()
64     { return GetTipResolution_13(); }
65
66   private native void SetShaftRadius_14(double id0);
67   public void SetShaftRadius(double id0)
68     { SetShaftRadius_14(id0); }
69
70   private native double GetShaftRadiusMinValue_15();
71   public double GetShaftRadiusMinValue()
72     { return GetShaftRadiusMinValue_15(); }
73
74   private native double GetShaftRadiusMaxValue_16();
75   public double GetShaftRadiusMaxValue()
76     { return GetShaftRadiusMaxValue_16(); }
77
78   private native double GetShaftRadius_17();
79   public double GetShaftRadius()
80     { return GetShaftRadius_17(); }
81
82   private native void SetShaftResolution_18(int id0);
83   public void SetShaftResolution(int id0)
84     { SetShaftResolution_18(id0); }
85
86   private native int GetShaftResolutionMinValue_19();
87   public int GetShaftResolutionMinValue()
88     { return GetShaftResolutionMinValue_19(); }
89
90   private native int GetShaftResolutionMaxValue_20();
91   public int GetShaftResolutionMaxValue()
92     { return GetShaftResolutionMaxValue_20(); }
93
94   private native int GetShaftResolution_21();
95   public int GetShaftResolution()
96     { return GetShaftResolution_21(); }
97
98   private native void InvertOn_22();
99   public void InvertOn()
100     { InvertOn_22(); }
101
102   private native void InvertOff_23();
103   public void InvertOff()
104     { InvertOff_23(); }
105
106   private native void SetInvert_24(boolean id0);
107   public void SetInvert(boolean id0)
108     { SetInvert_24(id0); }
109
110   private native boolean GetInvert_25();
111   public boolean GetInvert()
112     { return GetInvert_25(); }
113
114   public vtkArrowSource() { super(); }
115
116   public vtkArrowSource(long id) { super(id); }
117   public native long   VTKInit();
118
119 }