]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTableBasedClipDataSet.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTableBasedClipDataSet.java
1 // java wrapper for vtkTableBasedClipDataSet object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTableBasedClipDataSet 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 int GetMTime_2();
19   public int GetMTime()
20     { return GetMTime_2(); }
21
22   private native void SetInsideOut_3(int id0);
23   public void SetInsideOut(int id0)
24     { SetInsideOut_3(id0); }
25
26   private native int GetInsideOut_4();
27   public int GetInsideOut()
28     { return GetInsideOut_4(); }
29
30   private native void InsideOutOn_5();
31   public void InsideOutOn()
32     { InsideOutOn_5(); }
33
34   private native void InsideOutOff_6();
35   public void InsideOutOff()
36     { InsideOutOff_6(); }
37
38   private native void SetValue_7(double id0);
39   public void SetValue(double id0)
40     { SetValue_7(id0); }
41
42   private native double GetValue_8();
43   public double GetValue()
44     { return GetValue_8(); }
45
46   private native void SetUseValueAsOffset_9(boolean id0);
47   public void SetUseValueAsOffset(boolean id0)
48     { SetUseValueAsOffset_9(id0); }
49
50   private native boolean GetUseValueAsOffset_10();
51   public boolean GetUseValueAsOffset()
52     { return GetUseValueAsOffset_10(); }
53
54   private native void UseValueAsOffsetOn_11();
55   public void UseValueAsOffsetOn()
56     { UseValueAsOffsetOn_11(); }
57
58   private native void UseValueAsOffsetOff_12();
59   public void UseValueAsOffsetOff()
60     { UseValueAsOffsetOff_12(); }
61
62   private native void SetClipFunction_13(vtkImplicitFunction id0);
63   public void SetClipFunction(vtkImplicitFunction id0)
64     { SetClipFunction_13(id0); }
65
66   private native long GetClipFunction_14();
67   public vtkImplicitFunction GetClipFunction() {
68     long temp = GetClipFunction_14();
69
70     if (temp == 0) return null;
71     return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetGenerateClipScalars_15(int id0);
75   public void SetGenerateClipScalars(int id0)
76     { SetGenerateClipScalars_15(id0); }
77
78   private native int GetGenerateClipScalars_16();
79   public int GetGenerateClipScalars()
80     { return GetGenerateClipScalars_16(); }
81
82   private native void GenerateClipScalarsOn_17();
83   public void GenerateClipScalarsOn()
84     { GenerateClipScalarsOn_17(); }
85
86   private native void GenerateClipScalarsOff_18();
87   public void GenerateClipScalarsOff()
88     { GenerateClipScalarsOff_18(); }
89
90   private native void SetLocator_19(vtkIncrementalPointLocator id0);
91   public void SetLocator(vtkIncrementalPointLocator id0)
92     { SetLocator_19(id0); }
93
94   private native long GetLocator_20();
95   public vtkIncrementalPointLocator GetLocator() {
96     long temp = GetLocator_20();
97
98     if (temp == 0) return null;
99     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native void SetMergeTolerance_21(double id0);
103   public void SetMergeTolerance(double id0)
104     { SetMergeTolerance_21(id0); }
105
106   private native double GetMergeToleranceMinValue_22();
107   public double GetMergeToleranceMinValue()
108     { return GetMergeToleranceMinValue_22(); }
109
110   private native double GetMergeToleranceMaxValue_23();
111   public double GetMergeToleranceMaxValue()
112     { return GetMergeToleranceMaxValue_23(); }
113
114   private native double GetMergeTolerance_24();
115   public double GetMergeTolerance()
116     { return GetMergeTolerance_24(); }
117
118   private native void CreateDefaultLocator_25();
119   public void CreateDefaultLocator()
120     { CreateDefaultLocator_25(); }
121
122   private native void SetGenerateClippedOutput_26(int id0);
123   public void SetGenerateClippedOutput(int id0)
124     { SetGenerateClippedOutput_26(id0); }
125
126   private native int GetGenerateClippedOutput_27();
127   public int GetGenerateClippedOutput()
128     { return GetGenerateClippedOutput_27(); }
129
130   private native void GenerateClippedOutputOn_28();
131   public void GenerateClippedOutputOn()
132     { GenerateClippedOutputOn_28(); }
133
134   private native void GenerateClippedOutputOff_29();
135   public void GenerateClippedOutputOff()
136     { GenerateClippedOutputOff_29(); }
137
138   private native long GetClippedOutput_30();
139   public vtkUnstructuredGrid GetClippedOutput() {
140     long temp = GetClippedOutput_30();
141
142     if (temp == 0) return null;
143     return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
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 vtkTableBasedClipDataSet() { super(); }
163
164   public vtkTableBasedClipDataSet(long id) { super(id); }
165   public native long   VTKInit();
166
167 }