]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSphereTreeFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSphereTreeFilter.java
1 // java wrapper for vtkSphereTreeFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSphereTreeFilter extends vtkPolyDataAlgorithm
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 SetSphereTree_2(vtkSphereTree id0);
19   public void SetSphereTree(vtkSphereTree id0)
20     { SetSphereTree_2(id0); }
21
22   private native long GetSphereTree_3();
23   public vtkSphereTree GetSphereTree() {
24     long temp = GetSphereTree_3();
25
26     if (temp == 0) return null;
27     return (vtkSphereTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetExtractionMode_4(int id0);
31   public void SetExtractionMode(int id0)
32     { SetExtractionMode_4(id0); }
33
34   private native int GetExtractionMode_5();
35   public int GetExtractionMode()
36     { return GetExtractionMode_5(); }
37
38   private native void SetExtractionModeToLevels_6();
39   public void SetExtractionModeToLevels()
40     { SetExtractionModeToLevels_6(); }
41
42   private native void SetExtractionModeToPoint_7();
43   public void SetExtractionModeToPoint()
44     { SetExtractionModeToPoint_7(); }
45
46   private native void SetExtractionModeToLine_8();
47   public void SetExtractionModeToLine()
48     { SetExtractionModeToLine_8(); }
49
50   private native void SetExtractionModeToPlane_9();
51   public void SetExtractionModeToPlane()
52     { SetExtractionModeToPlane_9(); }
53
54   private native String GetExtractionModeAsString_10();
55   public String GetExtractionModeAsString()
56     { return GetExtractionModeAsString_10(); }
57
58   private native void SetTreeHierarchy_11(boolean id0);
59   public void SetTreeHierarchy(boolean id0)
60     { SetTreeHierarchy_11(id0); }
61
62   private native boolean GetTreeHierarchy_12();
63   public boolean GetTreeHierarchy()
64     { return GetTreeHierarchy_12(); }
65
66   private native void TreeHierarchyOn_13();
67   public void TreeHierarchyOn()
68     { TreeHierarchyOn_13(); }
69
70   private native void TreeHierarchyOff_14();
71   public void TreeHierarchyOff()
72     { TreeHierarchyOff_14(); }
73
74   private native void SetLevel_15(int id0);
75   public void SetLevel(int id0)
76     { SetLevel_15(id0); }
77
78   private native int GetLevelMinValue_16();
79   public int GetLevelMinValue()
80     { return GetLevelMinValue_16(); }
81
82   private native int GetLevelMaxValue_17();
83   public int GetLevelMaxValue()
84     { return GetLevelMaxValue_17(); }
85
86   private native int GetLevel_18();
87   public int GetLevel()
88     { return GetLevel_18(); }
89
90   private native void SetPoint_19(double id0,double id1,double id2);
91   public void SetPoint(double id0,double id1,double id2)
92     { SetPoint_19(id0,id1,id2); }
93
94   private native void SetPoint_20(double id0[]);
95   public void SetPoint(double id0[])
96     { SetPoint_20(id0); }
97
98   private native double[] GetPoint_21();
99   public double[] GetPoint()
100     { return GetPoint_21(); }
101
102   private native void SetRay_22(double id0,double id1,double id2);
103   public void SetRay(double id0,double id1,double id2)
104     { SetRay_22(id0,id1,id2); }
105
106   private native void SetRay_23(double id0[]);
107   public void SetRay(double id0[])
108     { SetRay_23(id0); }
109
110   private native double[] GetRay_24();
111   public double[] GetRay()
112     { return GetRay_24(); }
113
114   private native void SetNormal_25(double id0,double id1,double id2);
115   public void SetNormal(double id0,double id1,double id2)
116     { SetNormal_25(id0,id1,id2); }
117
118   private native void SetNormal_26(double id0[]);
119   public void SetNormal(double id0[])
120     { SetNormal_26(id0); }
121
122   private native double[] GetNormal_27();
123   public double[] GetNormal()
124     { return GetNormal_27(); }
125
126   private native int GetMTime_28();
127   public int GetMTime()
128     { return GetMTime_28(); }
129
130   public vtkSphereTreeFilter() { super(); }
131
132   public vtkSphereTreeFilter(long id) { super(id); }
133   public native long   VTKInit();
134
135 }