X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGaussianRandomSequence.java;h=81f944999e5535dad092031188aa0e6be16280a2;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=542c54616835213540f4cf4fddcc8322521daf88;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGaussianRandomSequence.java b/vtk/src/vtk/vtkGaussianRandomSequence.java index 542c5461..81f94499 100644 --- a/vtk/src/vtk/vtkGaussianRandomSequence.java +++ b/vtk/src/vtk/vtkGaussianRandomSequence.java @@ -1,26 +1,26 @@ -// java wrapper for vtkGaussianRandomSequence object -// - -package vtk; -import vtk.*; - -public class vtkGaussianRandomSequence extends vtkRandomSequence -{ - - 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 double GetScaledValue_2(double id0,double id1); - public double GetScaledValue(double id0,double id1) - { return GetScaledValue_2(id0,id1); } - - public vtkGaussianRandomSequence() { super(); } - - public vtkGaussianRandomSequence(long id) { super(id); } - -} +// java wrapper for vtkGaussianRandomSequence object +// + +package vtk; +import vtk.*; + +public class vtkGaussianRandomSequence extends vtkRandomSequence +{ + + 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 double GetScaledValue_2(double id0,double id1); + public double GetScaledValue(double id0,double id1) + { return GetScaledValue_2(id0,id1); } + + public vtkGaussianRandomSequence() { super(); } + + public vtkGaussianRandomSequence(long id) { super(id); } + +}