]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkClipDataSet.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkClipDataSet.java
1 // java wrapper for vtkClipDataSet object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkClipDataSet 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 SetValue_2(double id0);
19   public void SetValue(double id0)
20     { SetValue_2(id0); }
21
22   private native double GetValue_3();
23   public double GetValue()
24     { return GetValue_3(); }
25
26   private native void SetUseValueAsOffset_4(boolean id0);
27   public void SetUseValueAsOffset(boolean id0)
28     { SetUseValueAsOffset_4(id0); }
29
30   private native boolean GetUseValueAsOffset_5();
31   public boolean GetUseValueAsOffset()
32     { return GetUseValueAsOffset_5(); }
33
34   private native void UseValueAsOffsetOn_6();
35   public void UseValueAsOffsetOn()
36     { UseValueAsOffsetOn_6(); }
37
38   private native void UseValueAsOffsetOff_7();
39   public void UseValueAsOffsetOff()
40     { UseValueAsOffsetOff_7(); }
41
42   private native void SetInsideOut_8(int id0);
43   public void SetInsideOut(int id0)
44     { SetInsideOut_8(id0); }
45
46   private native int GetInsideOut_9();
47   public int GetInsideOut()
48     { return GetInsideOut_9(); }
49
50   private native void InsideOutOn_10();
51   public void InsideOutOn()
52     { InsideOutOn_10(); }
53
54   private native void InsideOutOff_11();
55   public void InsideOutOff()
56     { InsideOutOff_11(); }
57
58   private native void SetClipFunction_12(vtkImplicitFunction id0);
59   public void SetClipFunction(vtkImplicitFunction id0)
60     { SetClipFunction_12(id0); }
61
62   private native long GetClipFunction_13();
63   public vtkImplicitFunction GetClipFunction() {
64     long temp = GetClipFunction_13();
65
66     if (temp == 0) return null;
67     return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native void SetGenerateClipScalars_14(int id0);
71   public void SetGenerateClipScalars(int id0)
72     { SetGenerateClipScalars_14(id0); }
73
74   private native int GetGenerateClipScalars_15();
75   public int GetGenerateClipScalars()
76     { return GetGenerateClipScalars_15(); }
77
78   private native void GenerateClipScalarsOn_16();
79   public void GenerateClipScalarsOn()
80     { GenerateClipScalarsOn_16(); }
81
82   private native void GenerateClipScalarsOff_17();
83   public void GenerateClipScalarsOff()
84     { GenerateClipScalarsOff_17(); }
85
86   private native void SetGenerateClippedOutput_18(int id0);
87   public void SetGenerateClippedOutput(int id0)
88     { SetGenerateClippedOutput_18(id0); }
89
90   private native int GetGenerateClippedOutput_19();
91   public int GetGenerateClippedOutput()
92     { return GetGenerateClippedOutput_19(); }
93
94   private native void GenerateClippedOutputOn_20();
95   public void GenerateClippedOutputOn()
96     { GenerateClippedOutputOn_20(); }
97
98   private native void GenerateClippedOutputOff_21();
99   public void GenerateClippedOutputOff()
100     { GenerateClippedOutputOff_21(); }
101
102   private native void SetMergeTolerance_22(double id0);
103   public void SetMergeTolerance(double id0)
104     { SetMergeTolerance_22(id0); }
105
106   private native double GetMergeToleranceMinValue_23();
107   public double GetMergeToleranceMinValue()
108     { return GetMergeToleranceMinValue_23(); }
109
110   private native double GetMergeToleranceMaxValue_24();
111   public double GetMergeToleranceMaxValue()
112     { return GetMergeToleranceMaxValue_24(); }
113
114   private native double GetMergeTolerance_25();
115   public double GetMergeTolerance()
116     { return GetMergeTolerance_25(); }
117
118   private native long GetClippedOutput_26();
119   public vtkUnstructuredGrid GetClippedOutput() {
120     long temp = GetClippedOutput_26();
121
122     if (temp == 0) return null;
123     return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native void SetLocator_27(vtkIncrementalPointLocator id0);
127   public void SetLocator(vtkIncrementalPointLocator id0)
128     { SetLocator_27(id0); }
129
130   private native long GetLocator_28();
131   public vtkIncrementalPointLocator GetLocator() {
132     long temp = GetLocator_28();
133
134     if (temp == 0) return null;
135     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native void CreateDefaultLocator_29();
139   public void CreateDefaultLocator()
140     { CreateDefaultLocator_29(); }
141
142   private native int GetMTime_30();
143   public int GetMTime()
144     { return GetMTime_30(); }
145
146   private native void SetOutputPointsPrecision_31(int id0);
147   public void SetOutputPointsPrecision(int id0)
148     { SetOutputPointsPrecision_31(id0); }
149
150   private native int GetOutputPointsPrecisionMinValue_32();
151   public int GetOutputPointsPrecisionMinValue()
152     { return GetOutputPointsPrecisionMinValue_32(); }
153
154   private native int GetOutputPointsPrecisionMaxValue_33();
155   public int GetOutputPointsPrecisionMaxValue()
156     { return GetOutputPointsPrecisionMaxValue_33(); }
157
158   private native int GetOutputPointsPrecision_34();
159   public int GetOutputPointsPrecision()
160     { return GetOutputPointsPrecision_34(); }
161
162   public vtkClipDataSet() { super(); }
163
164   public vtkClipDataSet(long id) { super(id); }
165   public native long   VTKInit();
166
167 }