]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSpline.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkSpline.java
1 // java wrapper for vtkSpline object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSpline extends vtkObject
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 SetParametricRange_2(double id0,double id1);
19   public void SetParametricRange(double id0,double id1)
20     { SetParametricRange_2(id0,id1); }
21
22   private native void SetParametricRange_3(double id0[]);
23   public void SetParametricRange(double id0[])
24     { SetParametricRange_3(id0); }
25
26   private native void GetParametricRange_4(double id0[]);
27   public void GetParametricRange(double id0[])
28     { GetParametricRange_4(id0); }
29
30   private native void SetClampValue_5(int id0);
31   public void SetClampValue(int id0)
32     { SetClampValue_5(id0); }
33
34   private native int GetClampValue_6();
35   public int GetClampValue()
36     { return GetClampValue_6(); }
37
38   private native void ClampValueOn_7();
39   public void ClampValueOn()
40     { ClampValueOn_7(); }
41
42   private native void ClampValueOff_8();
43   public void ClampValueOff()
44     { ClampValueOff_8(); }
45
46   private native void Compute_9();
47   public void Compute()
48     { Compute_9(); }
49
50   private native double Evaluate_10(double id0);
51   public double Evaluate(double id0)
52     { return Evaluate_10(id0); }
53
54   private native int GetNumberOfPoints_11();
55   public int GetNumberOfPoints()
56     { return GetNumberOfPoints_11(); }
57
58   private native void AddPoint_12(double id0,double id1);
59   public void AddPoint(double id0,double id1)
60     { AddPoint_12(id0,id1); }
61
62   private native void RemovePoint_13(double id0);
63   public void RemovePoint(double id0)
64     { RemovePoint_13(id0); }
65
66   private native void RemoveAllPoints_14();
67   public void RemoveAllPoints()
68     { RemoveAllPoints_14(); }
69
70   private native void SetClosed_15(int id0);
71   public void SetClosed(int id0)
72     { SetClosed_15(id0); }
73
74   private native int GetClosed_16();
75   public int GetClosed()
76     { return GetClosed_16(); }
77
78   private native void ClosedOn_17();
79   public void ClosedOn()
80     { ClosedOn_17(); }
81
82   private native void ClosedOff_18();
83   public void ClosedOff()
84     { ClosedOff_18(); }
85
86   private native void SetLeftConstraint_19(int id0);
87   public void SetLeftConstraint(int id0)
88     { SetLeftConstraint_19(id0); }
89
90   private native int GetLeftConstraintMinValue_20();
91   public int GetLeftConstraintMinValue()
92     { return GetLeftConstraintMinValue_20(); }
93
94   private native int GetLeftConstraintMaxValue_21();
95   public int GetLeftConstraintMaxValue()
96     { return GetLeftConstraintMaxValue_21(); }
97
98   private native int GetLeftConstraint_22();
99   public int GetLeftConstraint()
100     { return GetLeftConstraint_22(); }
101
102   private native void SetRightConstraint_23(int id0);
103   public void SetRightConstraint(int id0)
104     { SetRightConstraint_23(id0); }
105
106   private native int GetRightConstraintMinValue_24();
107   public int GetRightConstraintMinValue()
108     { return GetRightConstraintMinValue_24(); }
109
110   private native int GetRightConstraintMaxValue_25();
111   public int GetRightConstraintMaxValue()
112     { return GetRightConstraintMaxValue_25(); }
113
114   private native int GetRightConstraint_26();
115   public int GetRightConstraint()
116     { return GetRightConstraint_26(); }
117
118   private native void SetLeftValue_27(double id0);
119   public void SetLeftValue(double id0)
120     { SetLeftValue_27(id0); }
121
122   private native double GetLeftValue_28();
123   public double GetLeftValue()
124     { return GetLeftValue_28(); }
125
126   private native void SetRightValue_29(double id0);
127   public void SetRightValue(double id0)
128     { SetRightValue_29(id0); }
129
130   private native double GetRightValue_30();
131   public double GetRightValue()
132     { return GetRightValue_30(); }
133
134   private native int GetMTime_31();
135   public int GetMTime()
136     { return GetMTime_31(); }
137
138   private native void DeepCopy_32(vtkSpline id0);
139   public void DeepCopy(vtkSpline id0)
140     { DeepCopy_32(id0); }
141
142   public vtkSpline() { super(); }
143
144   public vtkSpline(long id) { super(id); }
145
146 }