]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkExtractGeometry.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkExtractGeometry.java
1 // java wrapper for vtkExtractGeometry object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkExtractGeometry 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 SetImplicitFunction_3(vtkImplicitFunction id0);
23   public void SetImplicitFunction(vtkImplicitFunction id0)
24     { SetImplicitFunction_3(id0); }
25
26   private native long GetImplicitFunction_4();
27   public vtkImplicitFunction GetImplicitFunction() {
28     long temp = GetImplicitFunction_4();
29
30     if (temp == 0) return null;
31     return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetExtractInside_5(int id0);
35   public void SetExtractInside(int id0)
36     { SetExtractInside_5(id0); }
37
38   private native int GetExtractInside_6();
39   public int GetExtractInside()
40     { return GetExtractInside_6(); }
41
42   private native void ExtractInsideOn_7();
43   public void ExtractInsideOn()
44     { ExtractInsideOn_7(); }
45
46   private native void ExtractInsideOff_8();
47   public void ExtractInsideOff()
48     { ExtractInsideOff_8(); }
49
50   private native void SetExtractBoundaryCells_9(int id0);
51   public void SetExtractBoundaryCells(int id0)
52     { SetExtractBoundaryCells_9(id0); }
53
54   private native int GetExtractBoundaryCells_10();
55   public int GetExtractBoundaryCells()
56     { return GetExtractBoundaryCells_10(); }
57
58   private native void ExtractBoundaryCellsOn_11();
59   public void ExtractBoundaryCellsOn()
60     { ExtractBoundaryCellsOn_11(); }
61
62   private native void ExtractBoundaryCellsOff_12();
63   public void ExtractBoundaryCellsOff()
64     { ExtractBoundaryCellsOff_12(); }
65
66   private native void SetExtractOnlyBoundaryCells_13(int id0);
67   public void SetExtractOnlyBoundaryCells(int id0)
68     { SetExtractOnlyBoundaryCells_13(id0); }
69
70   private native int GetExtractOnlyBoundaryCells_14();
71   public int GetExtractOnlyBoundaryCells()
72     { return GetExtractOnlyBoundaryCells_14(); }
73
74   private native void ExtractOnlyBoundaryCellsOn_15();
75   public void ExtractOnlyBoundaryCellsOn()
76     { ExtractOnlyBoundaryCellsOn_15(); }
77
78   private native void ExtractOnlyBoundaryCellsOff_16();
79   public void ExtractOnlyBoundaryCellsOff()
80     { ExtractOnlyBoundaryCellsOff_16(); }
81
82   public vtkExtractGeometry() { super(); }
83
84   public vtkExtractGeometry(long id) { super(id); }
85   public native long   VTKInit();
86
87 }