// java wrapper for vtkRandomHyperTreeGridSource object // package vtk; import vtk.*; public class vtkRandomHyperTreeGridSource extends vtkHyperTreeGridAlgorithm { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetGridSize_2(int id0,int id1,int id2); public void SetGridSize(int id0,int id1,int id2) { SetGridSize_2(id0,id1,id2); } private native double[] GetOutputBounds_3(); public double[] GetOutputBounds() { return GetOutputBounds_3(); } private native void SetOutputBounds_4(double id0,double id1,double id2,double id3,double id4,double id5); public void SetOutputBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetOutputBounds_4(id0,id1,id2,id3,id4,id5); } private native void SetOutputBounds_5(double id0[]); public void SetOutputBounds(double id0[]) { SetOutputBounds_5(id0); } private native int GetSeed_6(); public int GetSeed() { return GetSeed_6(); } private native void SetSeed_7(int id0); public void SetSeed(int id0) { SetSeed_7(id0); } private native int GetMaxDepth_8(); public int GetMaxDepth() { return GetMaxDepth_8(); } private native void SetMaxDepth_9(int id0); public void SetMaxDepth(int id0) { SetMaxDepth_9(id0); } private native int GetMaxDepthMinValue_10(); public int GetMaxDepthMinValue() { return GetMaxDepthMinValue_10(); } private native int GetMaxDepthMaxValue_11(); public int GetMaxDepthMaxValue() { return GetMaxDepthMaxValue_11(); } private native double GetSplitFraction_12(); public double GetSplitFraction() { return GetSplitFraction_12(); } private native void SetSplitFraction_13(double id0); public void SetSplitFraction(double id0) { SetSplitFraction_13(id0); } private native double GetSplitFractionMinValue_14(); public double GetSplitFractionMinValue() { return GetSplitFractionMinValue_14(); } private native double GetSplitFractionMaxValue_15(); public double GetSplitFractionMaxValue() { return GetSplitFractionMaxValue_15(); } public vtkRandomHyperTreeGridSource() { super(); } public vtkRandomHyperTreeGridSource(long id) { super(id); } public native long VTKInit(); }