]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHyperTreeGridAxisReflection.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkHyperTreeGridAxisReflection.java
1 // java wrapper for vtkHyperTreeGridAxisReflection object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHyperTreeGridAxisReflection 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(int id0);
19   public void SetPlane(int id0)
20     { SetPlane_2(id0); }
21
22   private native int GetPlaneMinValue_3();
23   public int GetPlaneMinValue()
24     { return GetPlaneMinValue_3(); }
25
26   private native int GetPlaneMaxValue_4();
27   public int GetPlaneMaxValue()
28     { return GetPlaneMaxValue_4(); }
29
30   private native int GetPlane_5();
31   public int GetPlane()
32     { return GetPlane_5(); }
33
34   private native void SetPlaneToX_6();
35   public void SetPlaneToX()
36     { SetPlaneToX_6(); }
37
38   private native void SetPlaneToY_7();
39   public void SetPlaneToY()
40     { SetPlaneToY_7(); }
41
42   private native void SetPlaneToZ_8();
43   public void SetPlaneToZ()
44     { SetPlaneToZ_8(); }
45
46   private native void SetPlaneToXMin_9();
47   public void SetPlaneToXMin()
48     { SetPlaneToXMin_9(); }
49
50   private native void SetPlaneToYMin_10();
51   public void SetPlaneToYMin()
52     { SetPlaneToYMin_10(); }
53
54   private native void SetPlaneToZMin_11();
55   public void SetPlaneToZMin()
56     { SetPlaneToZMin_11(); }
57
58   private native void SetPlaneToXMax_12();
59   public void SetPlaneToXMax()
60     { SetPlaneToXMax_12(); }
61
62   private native void SetPlaneToYMax_13();
63   public void SetPlaneToYMax()
64     { SetPlaneToYMax_13(); }
65
66   private native void SetPlaneToZMax_14();
67   public void SetPlaneToZMax()
68     { SetPlaneToZMax_14(); }
69
70   private native void SetCenter_15(double id0);
71   public void SetCenter(double id0)
72     { SetCenter_15(id0); }
73
74   private native double GetCenter_16();
75   public double GetCenter()
76     { return GetCenter_16(); }
77
78   public vtkHyperTreeGridAxisReflection() { super(); }
79
80   public vtkHyperTreeGridAxisReflection(long id) { super(id); }
81   public native long   VTKInit();
82
83 }