]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSphereTree.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSphereTree.java
1 // java wrapper for vtkSphereTree object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSphereTree extends vtkObject
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 SetDataSet_2(vtkDataSet id0);
19   public void SetDataSet(vtkDataSet id0)
20     { SetDataSet_2(id0); }
21
22   private native long GetDataSet_3();
23   public vtkDataSet GetDataSet() {
24     long temp = GetDataSet_3();
25
26     if (temp == 0) return null;
27     return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void Build_4();
31   public void Build()
32     { Build_4(); }
33
34   private native void Build_5(vtkDataSet id0);
35   public void Build(vtkDataSet id0)
36     { Build_5(id0); }
37
38   private native void SetBuildHierarchy_6(boolean id0);
39   public void SetBuildHierarchy(boolean id0)
40     { SetBuildHierarchy_6(id0); }
41
42   private native boolean GetBuildHierarchy_7();
43   public boolean GetBuildHierarchy()
44     { return GetBuildHierarchy_7(); }
45
46   private native void BuildHierarchyOn_8();
47   public void BuildHierarchyOn()
48     { BuildHierarchyOn_8(); }
49
50   private native void BuildHierarchyOff_9();
51   public void BuildHierarchyOff()
52     { BuildHierarchyOff_9(); }
53
54   private native void SelectPoint_10(double id0[],vtkIdList id1);
55   public void SelectPoint(double id0[],vtkIdList id1)
56     { SelectPoint_10(id0,id1); }
57
58   private native void SelectLine_11(double id0[],double id1[],vtkIdList id2);
59   public void SelectLine(double id0[],double id1[],vtkIdList id2)
60     { SelectLine_11(id0,id1,id2); }
61
62   private native void SelectPlane_12(double id0[],double id1[],vtkIdList id2);
63   public void SelectPlane(double id0[],double id1[],vtkIdList id2)
64     { SelectPlane_12(id0,id1,id2); }
65
66   private native void SetResolution_13(int id0);
67   public void SetResolution(int id0)
68     { SetResolution_13(id0); }
69
70   private native int GetResolutionMinValue_14();
71   public int GetResolutionMinValue()
72     { return GetResolutionMinValue_14(); }
73
74   private native int GetResolutionMaxValue_15();
75   public int GetResolutionMaxValue()
76     { return GetResolutionMaxValue_15(); }
77
78   private native int GetResolution_16();
79   public int GetResolution()
80     { return GetResolution_16(); }
81
82   private native void SetMaxLevel_17(int id0);
83   public void SetMaxLevel(int id0)
84     { SetMaxLevel_17(id0); }
85
86   private native int GetMaxLevelMinValue_18();
87   public int GetMaxLevelMinValue()
88     { return GetMaxLevelMinValue_18(); }
89
90   private native int GetMaxLevelMaxValue_19();
91   public int GetMaxLevelMaxValue()
92     { return GetMaxLevelMaxValue_19(); }
93
94   private native int GetMaxLevel_20();
95   public int GetMaxLevel()
96     { return GetMaxLevel_20(); }
97
98   private native int GetNumberOfLevels_21();
99   public int GetNumberOfLevels()
100     { return GetNumberOfLevels_21(); }
101
102   public vtkSphereTree() { super(); }
103
104   public vtkSphereTree(long id) { super(id); }
105   public native long   VTKInit();
106
107 }