]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBoundedPointSource.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkBoundedPointSource.java
1 // java wrapper for vtkBoundedPointSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBoundedPointSource extends vtkPolyDataAlgorithm
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 SetNumberOfPoints_2(int id0);
19   public void SetNumberOfPoints(int id0)
20     { SetNumberOfPoints_2(id0); }
21
22   private native int GetNumberOfPointsMinValue_3();
23   public int GetNumberOfPointsMinValue()
24     { return GetNumberOfPointsMinValue_3(); }
25
26   private native int GetNumberOfPointsMaxValue_4();
27   public int GetNumberOfPointsMaxValue()
28     { return GetNumberOfPointsMaxValue_4(); }
29
30   private native int GetNumberOfPoints_5();
31   public int GetNumberOfPoints()
32     { return GetNumberOfPoints_5(); }
33
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); }
37
38   private native void SetBounds_7(double id0[]);
39   public void SetBounds(double id0[])
40     { SetBounds_7(id0); }
41
42   private native double[] GetBounds_8();
43   public double[] GetBounds()
44     { return GetBounds_8(); }
45
46   private native void SetOutputPointsPrecision_9(int id0);
47   public void SetOutputPointsPrecision(int id0)
48     { SetOutputPointsPrecision_9(id0); }
49
50   private native int GetOutputPointsPrecision_10();
51   public int GetOutputPointsPrecision()
52     { return GetOutputPointsPrecision_10(); }
53
54   private native void SetProduceCellOutput_11(boolean id0);
55   public void SetProduceCellOutput(boolean id0)
56     { SetProduceCellOutput_11(id0); }
57
58   private native boolean GetProduceCellOutput_12();
59   public boolean GetProduceCellOutput()
60     { return GetProduceCellOutput_12(); }
61
62   private native void ProduceCellOutputOn_13();
63   public void ProduceCellOutputOn()
64     { ProduceCellOutputOn_13(); }
65
66   private native void ProduceCellOutputOff_14();
67   public void ProduceCellOutputOff()
68     { ProduceCellOutputOff_14(); }
69
70   private native void SetProduceRandomScalars_15(boolean id0);
71   public void SetProduceRandomScalars(boolean id0)
72     { SetProduceRandomScalars_15(id0); }
73
74   private native boolean GetProduceRandomScalars_16();
75   public boolean GetProduceRandomScalars()
76     { return GetProduceRandomScalars_16(); }
77
78   private native void ProduceRandomScalarsOn_17();
79   public void ProduceRandomScalarsOn()
80     { ProduceRandomScalarsOn_17(); }
81
82   private native void ProduceRandomScalarsOff_18();
83   public void ProduceRandomScalarsOff()
84     { ProduceRandomScalarsOff_18(); }
85
86   private native void SetScalarRange_19(double id0,double id1);
87   public void SetScalarRange(double id0,double id1)
88     { SetScalarRange_19(id0,id1); }
89
90   private native void SetScalarRange_20(double id0[]);
91   public void SetScalarRange(double id0[])
92     { SetScalarRange_20(id0); }
93
94   private native double[] GetScalarRange_21();
95   public double[] GetScalarRange()
96     { return GetScalarRange_21(); }
97
98   public vtkBoundedPointSource() { super(); }
99
100   public vtkBoundedPointSource(long id) { super(id); }
101   public native long   VTKInit();
102
103 }