X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRandomSequence.java;h=2ac26f5a43a3e4993ab8c869535aac1f9d03ca4d;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=af9ff5e232ef5ba1ac73604ec4a2bbc3d053777a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRandomSequence.java b/vtk/src/vtk/vtkRandomSequence.java index af9ff5e2..2ac26f5a 100644 --- a/vtk/src/vtk/vtkRandomSequence.java +++ b/vtk/src/vtk/vtkRandomSequence.java @@ -1,30 +1,34 @@ -// java wrapper for vtkRandomSequence object -// - -package vtk; -import vtk.*; - -public class vtkRandomSequence extends vtkObject -{ - - 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 GetValue_2(); - public double GetValue() - { return GetValue_2(); } - - private native void Next_3(); - public void Next() - { Next_3(); } - - public vtkRandomSequence() { super(); } - - public vtkRandomSequence(long id) { super(id); } - -} +// java wrapper for vtkRandomSequence object +// + +package vtk; +import vtk.*; + +public class vtkRandomSequence extends vtkObject +{ + + 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 Initialize_2(int id0); + public void Initialize(int id0) + { Initialize_2(id0); } + + private native double GetValue_3(); + public double GetValue() + { return GetValue_3(); } + + private native void Next_4(); + public void Next() + { Next_4(); } + + public vtkRandomSequence() { super(); } + + public vtkRandomSequence(long id) { super(id); } + +}