]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHyperTreeGridPlaneCutter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkHyperTreeGridPlaneCutter.java
1 // java wrapper for vtkHyperTreeGridPlaneCutter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHyperTreeGridPlaneCutter extends vtkHyperTreeGridAlgorithm
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 SetPlane_2(double id0,double id1,double id2,double id3);
19   public void SetPlane(double id0,double id1,double id2,double id3)
20     { SetPlane_2(id0,id1,id2,id3); }
21
22   private native void SetPlane_3(double id0[]);
23   public void SetPlane(double id0[])
24     { SetPlane_3(id0); }
25
26   private native double[] GetPlane_4();
27   public double[] GetPlane()
28     { return GetPlane_4(); }
29
30   private native void SetPlane_5(vtkPlane id0);
31   public void SetPlane(vtkPlane id0)
32     { SetPlane_5(id0); }
33
34   private native void SetPlaneObj_6(vtkPlane id0);
35   public void SetPlaneObj(vtkPlane id0)
36     { SetPlaneObj_6(id0); }
37
38   private native long GetPlaneObj_7();
39   public vtkPlane GetPlaneObj() {
40     long temp = GetPlaneObj_7();
41
42     if (temp == 0) return null;
43     return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native void SetDual_8(int id0);
47   public void SetDual(int id0)
48     { SetDual_8(id0); }
49
50   private native int GetDual_9();
51   public int GetDual()
52     { return GetDual_9(); }
53
54   private native void DualOn_10();
55   public void DualOn()
56     { DualOn_10(); }
57
58   private native void DualOff_11();
59   public void DualOff()
60     { DualOff_11(); }
61
62   private native int GetMTime_12();
63   public int GetMTime()
64     { return GetMTime_12(); }
65
66   public vtkHyperTreeGridPlaneCutter() { super(); }
67
68   public vtkHyperTreeGridPlaneCutter(long id) { super(id); }
69   public native long   VTKInit();
70
71 }