1 // java wrapper for vtkBoundedPointSource object
7 public class vtkBoundedPointSource extends vtkPolyDataAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetNumberOfPoints_2(int id0);
19 public void SetNumberOfPoints(int id0)
20 { SetNumberOfPoints_2(id0); }
22 private native int GetNumberOfPointsMinValue_3();
23 public int GetNumberOfPointsMinValue()
24 { return GetNumberOfPointsMinValue_3(); }
26 private native int GetNumberOfPointsMaxValue_4();
27 public int GetNumberOfPointsMaxValue()
28 { return GetNumberOfPointsMaxValue_4(); }
30 private native int GetNumberOfPoints_5();
31 public int GetNumberOfPoints()
32 { return GetNumberOfPoints_5(); }
34 private native void SetBounds_6(double id0,double id1,double id2,double id3,double id4,double id5);
35 public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
36 { SetBounds_6(id0,id1,id2,id3,id4,id5); }
38 private native void SetBounds_7(double id0[]);
39 public void SetBounds(double id0[])
42 private native double[] GetBounds_8();
43 public double[] GetBounds()
44 { return GetBounds_8(); }
46 private native void SetOutputPointsPrecision_9(int id0);
47 public void SetOutputPointsPrecision(int id0)
48 { SetOutputPointsPrecision_9(id0); }
50 private native int GetOutputPointsPrecision_10();
51 public int GetOutputPointsPrecision()
52 { return GetOutputPointsPrecision_10(); }
54 private native void SetProduceCellOutput_11(boolean id0);
55 public void SetProduceCellOutput(boolean id0)
56 { SetProduceCellOutput_11(id0); }
58 private native boolean GetProduceCellOutput_12();
59 public boolean GetProduceCellOutput()
60 { return GetProduceCellOutput_12(); }
62 private native void ProduceCellOutputOn_13();
63 public void ProduceCellOutputOn()
64 { ProduceCellOutputOn_13(); }
66 private native void ProduceCellOutputOff_14();
67 public void ProduceCellOutputOff()
68 { ProduceCellOutputOff_14(); }
70 private native void SetProduceRandomScalars_15(boolean id0);
71 public void SetProduceRandomScalars(boolean id0)
72 { SetProduceRandomScalars_15(id0); }
74 private native boolean GetProduceRandomScalars_16();
75 public boolean GetProduceRandomScalars()
76 { return GetProduceRandomScalars_16(); }
78 private native void ProduceRandomScalarsOn_17();
79 public void ProduceRandomScalarsOn()
80 { ProduceRandomScalarsOn_17(); }
82 private native void ProduceRandomScalarsOff_18();
83 public void ProduceRandomScalarsOff()
84 { ProduceRandomScalarsOff_18(); }
86 private native void SetScalarRange_19(double id0,double id1);
87 public void SetScalarRange(double id0,double id1)
88 { SetScalarRange_19(id0,id1); }
90 private native void SetScalarRange_20(double id0[]);
91 public void SetScalarRange(double id0[])
92 { SetScalarRange_20(id0); }
94 private native double[] GetScalarRange_21();
95 public double[] GetScalarRange()
96 { return GetScalarRange_21(); }
98 public vtkBoundedPointSource() { super(); }
100 public vtkBoundedPointSource(long id) { super(id); }
101 public native long VTKInit();