]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabelHierarchy.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLabelHierarchy.java
1 // java wrapper for vtkLabelHierarchy object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLabelHierarchy extends vtkPointSet
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 SetPoints_2(vtkPoints id0);
19   public void SetPoints(vtkPoints id0)
20     { SetPoints_2(id0); }
21
22   private native void ComputeHierarchy_3();
23   public void ComputeHierarchy()
24     { ComputeHierarchy_3(); }
25
26   private native void SetTargetLabelCount_4(int id0);
27   public void SetTargetLabelCount(int id0)
28     { SetTargetLabelCount_4(id0); }
29
30   private native int GetTargetLabelCount_5();
31   public int GetTargetLabelCount()
32     { return GetTargetLabelCount_5(); }
33
34   private native void SetMaximumDepth_6(int id0);
35   public void SetMaximumDepth(int id0)
36     { SetMaximumDepth_6(id0); }
37
38   private native int GetMaximumDepth_7();
39   public int GetMaximumDepth()
40     { return GetMaximumDepth_7(); }
41
42   private native void SetTextProperty_8(vtkTextProperty id0);
43   public void SetTextProperty(vtkTextProperty id0)
44     { SetTextProperty_8(id0); }
45
46   private native long GetTextProperty_9();
47   public vtkTextProperty GetTextProperty() {
48     long temp = GetTextProperty_9();
49
50     if (temp == 0) return null;
51     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void SetPriorities_10(vtkDataArray id0);
55   public void SetPriorities(vtkDataArray id0)
56     { SetPriorities_10(id0); }
57
58   private native long GetPriorities_11();
59   public vtkDataArray GetPriorities() {
60     long temp = GetPriorities_11();
61
62     if (temp == 0) return null;
63     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetLabels_12(vtkAbstractArray id0);
67   public void SetLabels(vtkAbstractArray id0)
68     { SetLabels_12(id0); }
69
70   private native long GetLabels_13();
71   public vtkAbstractArray GetLabels() {
72     long temp = GetLabels_13();
73
74     if (temp == 0) return null;
75     return (vtkAbstractArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native void SetOrientations_14(vtkDataArray id0);
79   public void SetOrientations(vtkDataArray id0)
80     { SetOrientations_14(id0); }
81
82   private native long GetOrientations_15();
83   public vtkDataArray GetOrientations() {
84     long temp = GetOrientations_15();
85
86     if (temp == 0) return null;
87     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native void SetIconIndices_16(vtkIntArray id0);
91   public void SetIconIndices(vtkIntArray id0)
92     { SetIconIndices_16(id0); }
93
94   private native long GetIconIndices_17();
95   public vtkIntArray GetIconIndices() {
96     long temp = GetIconIndices_17();
97
98     if (temp == 0) return null;
99     return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native void SetSizes_18(vtkDataArray id0);
103   public void SetSizes(vtkDataArray id0)
104     { SetSizes_18(id0); }
105
106   private native long GetSizes_19();
107   public vtkDataArray GetSizes() {
108     long temp = GetSizes_19();
109
110     if (temp == 0) return null;
111     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native void SetBoundedSizes_20(vtkDataArray id0);
115   public void SetBoundedSizes(vtkDataArray id0)
116     { SetBoundedSizes_20(id0); }
117
118   private native long GetBoundedSizes_21();
119   public vtkDataArray GetBoundedSizes() {
120     long temp = GetBoundedSizes_21();
121
122     if (temp == 0) return null;
123     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native long NewIterator_22(int id0,vtkRenderer id1,vtkCamera id2,double id3[],boolean id4,double id5[]);
127   public vtkLabelHierarchyIterator NewIterator(int id0,vtkRenderer id1,vtkCamera id2,double id3[],boolean id4,double id5[]) {
128     long temp = NewIterator_22(id0,id1,id2,id3,id4,id5);
129
130     if (temp == 0) return null;
131     return (vtkLabelHierarchyIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native void GetDiscreteNodeCoordinatesFromWorldPoint_23(int id0[],double id1[],int id2);
135   public void GetDiscreteNodeCoordinatesFromWorldPoint(int id0[],double id1[],int id2)
136     { GetDiscreteNodeCoordinatesFromWorldPoint_23(id0,id1,id2); }
137
138   private native int GetNumberOfCells_24();
139   public int GetNumberOfCells()
140     { return GetNumberOfCells_24(); }
141
142   private native long GetCell_25(int id0);
143   public vtkCell GetCell(int id0) {
144     long temp = GetCell_25(id0);
145
146     if (temp == 0) return null;
147     return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native void GetCell_26(int id0,vtkGenericCell id1);
151   public void GetCell(int id0,vtkGenericCell id1)
152     { GetCell_26(id0,id1); }
153
154   private native int GetCellType_27(int id0);
155   public int GetCellType(int id0)
156     { return GetCellType_27(id0); }
157
158   private native void GetCellPoints_28(int id0,vtkIdList id1);
159   public void GetCellPoints(int id0,vtkIdList id1)
160     { GetCellPoints_28(id0,id1); }
161
162   private native void GetPointCells_29(int id0,vtkIdList id1);
163   public void GetPointCells(int id0,vtkIdList id1)
164     { GetPointCells_29(id0,id1); }
165
166   private native int GetMaxCellSize_30();
167   public int GetMaxCellSize()
168     { return GetMaxCellSize_30(); }
169
170   private native long GetCenterPts_31();
171   public vtkPoints GetCenterPts() {
172     long temp = GetCenterPts_31();
173
174     if (temp == 0) return null;
175     return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
176 }
177
178   private native long GetCoincidentPoints_32();
179   public vtkCoincidentPoints GetCoincidentPoints() {
180     long temp = GetCoincidentPoints_32();
181
182     if (temp == 0) return null;
183     return (vtkCoincidentPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native long GetCell_33(int id0,int id1,int id2);
187   public vtkCell GetCell(int id0,int id1,int id2) {
188     long temp = GetCell_33(id0,id1,id2);
189
190     if (temp == 0) return null;
191     return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
192 }
193
194   public vtkLabelHierarchy() { super(); }
195
196   public vtkLabelHierarchy(long id) { super(id); }
197   public native long   VTKInit();
198
199 }