]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRandomHyperTreeGridSource.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkRandomHyperTreeGridSource.java
1 // java wrapper for vtkRandomHyperTreeGridSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRandomHyperTreeGridSource 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 SetGridSize_2(int id0,int id1,int id2);
19   public void SetGridSize(int id0,int id1,int id2)
20     { SetGridSize_2(id0,id1,id2); }
21
22   private native double[] GetOutputBounds_3();
23   public double[] GetOutputBounds()
24     { return GetOutputBounds_3(); }
25
26   private native void SetOutputBounds_4(double id0,double id1,double id2,double id3,double id4,double id5);
27   public void SetOutputBounds(double id0,double id1,double id2,double id3,double id4,double id5)
28     { SetOutputBounds_4(id0,id1,id2,id3,id4,id5); }
29
30   private native void SetOutputBounds_5(double id0[]);
31   public void SetOutputBounds(double id0[])
32     { SetOutputBounds_5(id0); }
33
34   private native int GetSeed_6();
35   public int GetSeed()
36     { return GetSeed_6(); }
37
38   private native void SetSeed_7(int id0);
39   public void SetSeed(int id0)
40     { SetSeed_7(id0); }
41
42   private native int GetMaxDepth_8();
43   public int GetMaxDepth()
44     { return GetMaxDepth_8(); }
45
46   private native void SetMaxDepth_9(int id0);
47   public void SetMaxDepth(int id0)
48     { SetMaxDepth_9(id0); }
49
50   private native int GetMaxDepthMinValue_10();
51   public int GetMaxDepthMinValue()
52     { return GetMaxDepthMinValue_10(); }
53
54   private native int GetMaxDepthMaxValue_11();
55   public int GetMaxDepthMaxValue()
56     { return GetMaxDepthMaxValue_11(); }
57
58   private native double GetSplitFraction_12();
59   public double GetSplitFraction()
60     { return GetSplitFraction_12(); }
61
62   private native void SetSplitFraction_13(double id0);
63   public void SetSplitFraction(double id0)
64     { SetSplitFraction_13(id0); }
65
66   private native double GetSplitFractionMinValue_14();
67   public double GetSplitFractionMinValue()
68     { return GetSplitFractionMinValue_14(); }
69
70   private native double GetSplitFractionMaxValue_15();
71   public double GetSplitFractionMaxValue()
72     { return GetSplitFractionMaxValue_15(); }
73
74   public vtkRandomHyperTreeGridSource() { super(); }
75
76   public vtkRandomHyperTreeGridSource(long id) { super(id); }
77   public native long   VTKInit();
78
79 }