]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSelectionSource.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkSelectionSource.java
1 // java wrapper for vtkSelectionSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSelectionSource extends vtkSelectionAlgorithm
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 AddID_2(int id0,int id1);
19   public void AddID(int id0,int id1)
20     { AddID_2(id0,id1); }
21
22   private native void AddStringID_3(int id0,String id1);
23   public void AddStringID(int id0,String id1)
24     { AddStringID_3(id0,id1); }
25
26   private native void AddLocation_4(double id0,double id1,double id2);
27   public void AddLocation(double id0,double id1,double id2)
28     { AddLocation_4(id0,id1,id2); }
29
30   private native void AddThreshold_5(double id0,double id1);
31   public void AddThreshold(double id0,double id1)
32     { AddThreshold_5(id0,id1); }
33
34   private native void AddBlock_6(int id0);
35   public void AddBlock(int id0)
36     { AddBlock_6(id0); }
37
38   private native void RemoveAllIDs_7();
39   public void RemoveAllIDs()
40     { RemoveAllIDs_7(); }
41
42   private native void RemoveAllStringIDs_8();
43   public void RemoveAllStringIDs()
44     { RemoveAllStringIDs_8(); }
45
46   private native void RemoveAllThresholds_9();
47   public void RemoveAllThresholds()
48     { RemoveAllThresholds_9(); }
49
50   private native void RemoveAllLocations_10();
51   public void RemoveAllLocations()
52     { RemoveAllLocations_10(); }
53
54   private native void RemoveAllBlocks_11();
55   public void RemoveAllBlocks()
56     { RemoveAllBlocks_11(); }
57
58   private native void SetContentType_12(int id0);
59   public void SetContentType(int id0)
60     { SetContentType_12(id0); }
61
62   private native int GetContentType_13();
63   public int GetContentType()
64     { return GetContentType_13(); }
65
66   private native void SetFieldType_14(int id0);
67   public void SetFieldType(int id0)
68     { SetFieldType_14(id0); }
69
70   private native int GetFieldType_15();
71   public int GetFieldType()
72     { return GetFieldType_15(); }
73
74   private native void SetContainingCells_16(int id0);
75   public void SetContainingCells(int id0)
76     { SetContainingCells_16(id0); }
77
78   private native int GetContainingCells_17();
79   public int GetContainingCells()
80     { return GetContainingCells_17(); }
81
82   private native void SetInverse_18(int id0);
83   public void SetInverse(int id0)
84     { SetInverse_18(id0); }
85
86   private native int GetInverse_19();
87   public int GetInverse()
88     { return GetInverse_19(); }
89
90   private native void SetArrayName_20(String id0);
91   public void SetArrayName(String id0)
92     { SetArrayName_20(id0); }
93
94   private native String GetArrayName_21();
95   public String GetArrayName()
96     { return GetArrayName_21(); }
97
98   private native void SetArrayComponent_22(int id0);
99   public void SetArrayComponent(int id0)
100     { SetArrayComponent_22(id0); }
101
102   private native int GetArrayComponent_23();
103   public int GetArrayComponent()
104     { return GetArrayComponent_23(); }
105
106   private native void SetCompositeIndex_24(int id0);
107   public void SetCompositeIndex(int id0)
108     { SetCompositeIndex_24(id0); }
109
110   private native int GetCompositeIndex_25();
111   public int GetCompositeIndex()
112     { return GetCompositeIndex_25(); }
113
114   private native void SetHierarchicalLevel_26(int id0);
115   public void SetHierarchicalLevel(int id0)
116     { SetHierarchicalLevel_26(id0); }
117
118   private native int GetHierarchicalLevel_27();
119   public int GetHierarchicalLevel()
120     { return GetHierarchicalLevel_27(); }
121
122   private native void SetHierarchicalIndex_28(int id0);
123   public void SetHierarchicalIndex(int id0)
124     { SetHierarchicalIndex_28(id0); }
125
126   private native int GetHierarchicalIndex_29();
127   public int GetHierarchicalIndex()
128     { return GetHierarchicalIndex_29(); }
129
130   private native void SetQueryString_30(String id0);
131   public void SetQueryString(String id0)
132     { SetQueryString_30(id0); }
133
134   private native String GetQueryString_31();
135   public String GetQueryString()
136     { return GetQueryString_31(); }
137
138   public vtkSelectionSource() { super(); }
139
140   public vtkSelectionSource(long id) { super(id); }
141   public native long   VTKInit();
142
143 }