X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkPointSource.java;h=fc681d50a17692b568902e41fc2050517b4d4d76;hb=56fa658c28ce7d9431fd016648df1022ed153ad4;hp=88683ae3ea01e37e68aa691a00836e9b3a4d0429;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPointSource.java b/vtk/src/vtk/vtkPointSource.java index 88683ae3..fc681d50 100644 --- a/vtk/src/vtk/vtkPointSource.java +++ b/vtk/src/vtk/vtkPointSource.java @@ -1,83 +1,103 @@ -// java wrapper for vtkPointSource object -// - -package vtk; -import vtk.*; - -public class vtkPointSource extends vtkPolyDataAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetNumberOfPoints_2(int id0); - public void SetNumberOfPoints(int id0) - { SetNumberOfPoints_2(id0); } - - private native int GetNumberOfPointsMinValue_3(); - public int GetNumberOfPointsMinValue() - { return GetNumberOfPointsMinValue_3(); } - - private native int GetNumberOfPointsMaxValue_4(); - public int GetNumberOfPointsMaxValue() - { return GetNumberOfPointsMaxValue_4(); } - - private native int GetNumberOfPoints_5(); - public int GetNumberOfPoints() - { return GetNumberOfPoints_5(); } - - private native void SetCenter_6(double id0,double id1,double id2); - public void SetCenter(double id0,double id1,double id2) - { SetCenter_6(id0,id1,id2); } - - private native void SetCenter_7(double id0[]); - public void SetCenter(double id0[]) - { SetCenter_7(id0); } - - private native double[] GetCenter_8(); - public double[] GetCenter() - { return GetCenter_8(); } - - private native void SetRadius_9(double id0); - public void SetRadius(double id0) - { SetRadius_9(id0); } - - private native double GetRadiusMinValue_10(); - public double GetRadiusMinValue() - { return GetRadiusMinValue_10(); } - - private native double GetRadiusMaxValue_11(); - public double GetRadiusMaxValue() - { return GetRadiusMaxValue_11(); } - - private native double GetRadius_12(); - public double GetRadius() - { return GetRadius_12(); } - - private native void SetDistribution_13(int id0); - public void SetDistribution(int id0) - { SetDistribution_13(id0); } - - private native void SetDistributionToUniform_14(); - public void SetDistributionToUniform() - { SetDistributionToUniform_14(); } - - private native void SetDistributionToShell_15(); - public void SetDistributionToShell() - { SetDistributionToShell_15(); } - - private native int GetDistribution_16(); - public int GetDistribution() - { return GetDistribution_16(); } - - public vtkPointSource() { super(); } - - public vtkPointSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPointSource object +// + +package vtk; +import vtk.*; + +public class vtkPointSource extends vtkPolyDataAlgorithm +{ + + 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 SetNumberOfPoints_2(int id0); + public void SetNumberOfPoints(int id0) + { SetNumberOfPoints_2(id0); } + + private native int GetNumberOfPointsMinValue_3(); + public int GetNumberOfPointsMinValue() + { return GetNumberOfPointsMinValue_3(); } + + private native int GetNumberOfPointsMaxValue_4(); + public int GetNumberOfPointsMaxValue() + { return GetNumberOfPointsMaxValue_4(); } + + private native int GetNumberOfPoints_5(); + public int GetNumberOfPoints() + { return GetNumberOfPoints_5(); } + + private native void SetCenter_6(double id0,double id1,double id2); + public void SetCenter(double id0,double id1,double id2) + { SetCenter_6(id0,id1,id2); } + + private native void SetCenter_7(double id0[]); + public void SetCenter(double id0[]) + { SetCenter_7(id0); } + + private native double[] GetCenter_8(); + public double[] GetCenter() + { return GetCenter_8(); } + + private native void SetRadius_9(double id0); + public void SetRadius(double id0) + { SetRadius_9(id0); } + + private native double GetRadiusMinValue_10(); + public double GetRadiusMinValue() + { return GetRadiusMinValue_10(); } + + private native double GetRadiusMaxValue_11(); + public double GetRadiusMaxValue() + { return GetRadiusMaxValue_11(); } + + private native double GetRadius_12(); + public double GetRadius() + { return GetRadius_12(); } + + private native void SetDistribution_13(int id0); + public void SetDistribution(int id0) + { SetDistribution_13(id0); } + + private native void SetDistributionToUniform_14(); + public void SetDistributionToUniform() + { SetDistributionToUniform_14(); } + + private native void SetDistributionToShell_15(); + public void SetDistributionToShell() + { SetDistributionToShell_15(); } + + private native int GetDistribution_16(); + public int GetDistribution() + { return GetDistribution_16(); } + + private native void SetOutputPointsPrecision_17(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_17(id0); } + + private native int GetOutputPointsPrecision_18(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_18(); } + + private native void SetRandomSequence_19(vtkRandomSequence id0); + public void SetRandomSequence(vtkRandomSequence id0) + { SetRandomSequence_19(id0); } + + private native long GetRandomSequence_20(); + public vtkRandomSequence GetRandomSequence() { + long temp = GetRandomSequence_20(); + + if (temp == 0) return null; + return (vtkRandomSequence)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkPointSource() { super(); } + + public vtkPointSource(long id) { super(id); } + public native long VTKInit(); + +}