]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkUnstructuredGridGhostCellsGenerator.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkUnstructuredGridGhostCellsGenerator.java
1 // java wrapper for vtkUnstructuredGridGhostCellsGenerator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkUnstructuredGridGhostCellsGenerator 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 SetUseGlobalPointIds_2(boolean id0);
19   public void SetUseGlobalPointIds(boolean id0)
20     { SetUseGlobalPointIds_2(id0); }
21
22   private native boolean GetUseGlobalPointIds_3();
23   public boolean GetUseGlobalPointIds()
24     { return GetUseGlobalPointIds_3(); }
25
26   private native void UseGlobalPointIdsOn_4();
27   public void UseGlobalPointIdsOn()
28     { UseGlobalPointIdsOn_4(); }
29
30   private native void UseGlobalPointIdsOff_5();
31   public void UseGlobalPointIdsOff()
32     { UseGlobalPointIdsOff_5(); }
33
34   private native void SetGlobalPointIdsArrayName_6(String id0);
35   public void SetGlobalPointIdsArrayName(String id0)
36     { SetGlobalPointIdsArrayName_6(id0); }
37
38   private native String GetGlobalPointIdsArrayName_7();
39   public String GetGlobalPointIdsArrayName()
40     { return GetGlobalPointIdsArrayName_7(); }
41
42   private native void SetHasGlobalCellIds_8(boolean id0);
43   public void SetHasGlobalCellIds(boolean id0)
44     { SetHasGlobalCellIds_8(id0); }
45
46   private native boolean GetHasGlobalCellIds_9();
47   public boolean GetHasGlobalCellIds()
48     { return GetHasGlobalCellIds_9(); }
49
50   private native void HasGlobalCellIdsOn_10();
51   public void HasGlobalCellIdsOn()
52     { HasGlobalCellIdsOn_10(); }
53
54   private native void HasGlobalCellIdsOff_11();
55   public void HasGlobalCellIdsOff()
56     { HasGlobalCellIdsOff_11(); }
57
58   private native void SetGlobalCellIdsArrayName_12(String id0);
59   public void SetGlobalCellIdsArrayName(String id0)
60     { SetGlobalCellIdsArrayName_12(id0); }
61
62   private native String GetGlobalCellIdsArrayName_13();
63   public String GetGlobalCellIdsArrayName()
64     { return GetGlobalCellIdsArrayName_13(); }
65
66   private native void SetBuildIfRequired_14(boolean id0);
67   public void SetBuildIfRequired(boolean id0)
68     { SetBuildIfRequired_14(id0); }
69
70   private native boolean GetBuildIfRequired_15();
71   public boolean GetBuildIfRequired()
72     { return GetBuildIfRequired_15(); }
73
74   private native void BuildIfRequiredOn_16();
75   public void BuildIfRequiredOn()
76     { BuildIfRequiredOn_16(); }
77
78   private native void BuildIfRequiredOff_17();
79   public void BuildIfRequiredOff()
80     { BuildIfRequiredOff_17(); }
81
82   private native void SetMinimumNumberOfGhostLevels_18(int id0);
83   public void SetMinimumNumberOfGhostLevels(int id0)
84     { SetMinimumNumberOfGhostLevels_18(id0); }
85
86   private native int GetMinimumNumberOfGhostLevelsMinValue_19();
87   public int GetMinimumNumberOfGhostLevelsMinValue()
88     { return GetMinimumNumberOfGhostLevelsMinValue_19(); }
89
90   private native int GetMinimumNumberOfGhostLevelsMaxValue_20();
91   public int GetMinimumNumberOfGhostLevelsMaxValue()
92     { return GetMinimumNumberOfGhostLevelsMaxValue_20(); }
93
94   private native int GetMinimumNumberOfGhostLevels_21();
95   public int GetMinimumNumberOfGhostLevels()
96     { return GetMinimumNumberOfGhostLevels_21(); }
97
98   public vtkUnstructuredGridGhostCellsGenerator() { super(); }
99
100   public vtkUnstructuredGridGhostCellsGenerator(long id) { super(id); }
101   public native long   VTKInit();
102
103 }