]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPlaneCutter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPlaneCutter.java
1 // java wrapper for vtkPlaneCutter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPlaneCutter extends vtkDataSetAlgorithm
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 int GetMTime_2();
19   public int GetMTime()
20     { return GetMTime_2(); }
21
22   private native void SetPlane_3(vtkPlane id0);
23   public void SetPlane(vtkPlane id0)
24     { SetPlane_3(id0); }
25
26   private native long GetPlane_4();
27   public vtkPlane GetPlane() {
28     long temp = GetPlane_4();
29
30     if (temp == 0) return null;
31     return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetComputeNormals_5(boolean id0);
35   public void SetComputeNormals(boolean id0)
36     { SetComputeNormals_5(id0); }
37
38   private native boolean GetComputeNormals_6();
39   public boolean GetComputeNormals()
40     { return GetComputeNormals_6(); }
41
42   private native void ComputeNormalsOn_7();
43   public void ComputeNormalsOn()
44     { ComputeNormalsOn_7(); }
45
46   private native void ComputeNormalsOff_8();
47   public void ComputeNormalsOff()
48     { ComputeNormalsOff_8(); }
49
50   private native void SetInterpolateAttributes_9(boolean id0);
51   public void SetInterpolateAttributes(boolean id0)
52     { SetInterpolateAttributes_9(id0); }
53
54   private native boolean GetInterpolateAttributes_10();
55   public boolean GetInterpolateAttributes()
56     { return GetInterpolateAttributes_10(); }
57
58   private native void InterpolateAttributesOn_11();
59   public void InterpolateAttributesOn()
60     { InterpolateAttributesOn_11(); }
61
62   private native void InterpolateAttributesOff_12();
63   public void InterpolateAttributesOff()
64     { InterpolateAttributesOff_12(); }
65
66   private native void SetGeneratePolygons_13(boolean id0);
67   public void SetGeneratePolygons(boolean id0)
68     { SetGeneratePolygons_13(id0); }
69
70   private native boolean GetGeneratePolygons_14();
71   public boolean GetGeneratePolygons()
72     { return GetGeneratePolygons_14(); }
73
74   private native void GeneratePolygonsOn_15();
75   public void GeneratePolygonsOn()
76     { GeneratePolygonsOn_15(); }
77
78   private native void GeneratePolygonsOff_16();
79   public void GeneratePolygonsOff()
80     { GeneratePolygonsOff_16(); }
81
82   private native void SetBuildTree_17(boolean id0);
83   public void SetBuildTree(boolean id0)
84     { SetBuildTree_17(id0); }
85
86   private native boolean GetBuildTree_18();
87   public boolean GetBuildTree()
88     { return GetBuildTree_18(); }
89
90   private native void BuildTreeOn_19();
91   public void BuildTreeOn()
92     { BuildTreeOn_19(); }
93
94   private native void BuildTreeOff_20();
95   public void BuildTreeOff()
96     { BuildTreeOff_20(); }
97
98   private native void SetBuildHierarchy_21(boolean id0);
99   public void SetBuildHierarchy(boolean id0)
100     { SetBuildHierarchy_21(id0); }
101
102   private native boolean GetBuildHierarchy_22();
103   public boolean GetBuildHierarchy()
104     { return GetBuildHierarchy_22(); }
105
106   private native void BuildHierarchyOn_23();
107   public void BuildHierarchyOn()
108     { BuildHierarchyOn_23(); }
109
110   private native void BuildHierarchyOff_24();
111   public void BuildHierarchyOff()
112     { BuildHierarchyOff_24(); }
113
114   public vtkPlaneCutter() { super(); }
115
116   public vtkPlaneCutter(long id) { super(id); }
117   public native long   VTKInit();
118
119 }