]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkClipVolume.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkClipVolume.java
1 // java wrapper for vtkClipVolume object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkClipVolume 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 SetInsideOut_4(int id0);
27   public void SetInsideOut(int id0)
28     { SetInsideOut_4(id0); }
29
30   private native int GetInsideOut_5();
31   public int GetInsideOut()
32     { return GetInsideOut_5(); }
33
34   private native void InsideOutOn_6();
35   public void InsideOutOn()
36     { InsideOutOn_6(); }
37
38   private native void InsideOutOff_7();
39   public void InsideOutOff()
40     { InsideOutOff_7(); }
41
42   private native void SetClipFunction_8(vtkImplicitFunction id0);
43   public void SetClipFunction(vtkImplicitFunction id0)
44     { SetClipFunction_8(id0); }
45
46   private native long GetClipFunction_9();
47   public vtkImplicitFunction GetClipFunction() {
48     long temp = GetClipFunction_9();
49
50     if (temp == 0) return null;
51     return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void SetGenerateClipScalars_10(int id0);
55   public void SetGenerateClipScalars(int id0)
56     { SetGenerateClipScalars_10(id0); }
57
58   private native int GetGenerateClipScalars_11();
59   public int GetGenerateClipScalars()
60     { return GetGenerateClipScalars_11(); }
61
62   private native void GenerateClipScalarsOn_12();
63   public void GenerateClipScalarsOn()
64     { GenerateClipScalarsOn_12(); }
65
66   private native void GenerateClipScalarsOff_13();
67   public void GenerateClipScalarsOff()
68     { GenerateClipScalarsOff_13(); }
69
70   private native void SetGenerateClippedOutput_14(int id0);
71   public void SetGenerateClippedOutput(int id0)
72     { SetGenerateClippedOutput_14(id0); }
73
74   private native int GetGenerateClippedOutput_15();
75   public int GetGenerateClippedOutput()
76     { return GetGenerateClippedOutput_15(); }
77
78   private native void GenerateClippedOutputOn_16();
79   public void GenerateClippedOutputOn()
80     { GenerateClippedOutputOn_16(); }
81
82   private native void GenerateClippedOutputOff_17();
83   public void GenerateClippedOutputOff()
84     { GenerateClippedOutputOff_17(); }
85
86   private native long GetClippedOutput_18();
87   public vtkUnstructuredGrid GetClippedOutput() {
88     long temp = GetClippedOutput_18();
89
90     if (temp == 0) return null;
91     return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native void SetMixed3DCellGeneration_19(int id0);
95   public void SetMixed3DCellGeneration(int id0)
96     { SetMixed3DCellGeneration_19(id0); }
97
98   private native int GetMixed3DCellGeneration_20();
99   public int GetMixed3DCellGeneration()
100     { return GetMixed3DCellGeneration_20(); }
101
102   private native void Mixed3DCellGenerationOn_21();
103   public void Mixed3DCellGenerationOn()
104     { Mixed3DCellGenerationOn_21(); }
105
106   private native void Mixed3DCellGenerationOff_22();
107   public void Mixed3DCellGenerationOff()
108     { Mixed3DCellGenerationOff_22(); }
109
110   private native void SetMergeTolerance_23(double id0);
111   public void SetMergeTolerance(double id0)
112     { SetMergeTolerance_23(id0); }
113
114   private native double GetMergeToleranceMinValue_24();
115   public double GetMergeToleranceMinValue()
116     { return GetMergeToleranceMinValue_24(); }
117
118   private native double GetMergeToleranceMaxValue_25();
119   public double GetMergeToleranceMaxValue()
120     { return GetMergeToleranceMaxValue_25(); }
121
122   private native double GetMergeTolerance_26();
123   public double GetMergeTolerance()
124     { return GetMergeTolerance_26(); }
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   public vtkClipVolume() { super(); }
147
148   public vtkClipVolume(long id) { super(id); }
149   public native long   VTKInit();
150
151 }