X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRandomLayoutStrategy.java;h=3c44f434fdf9c04e545f73c1055f5c9ca37b9018;hb=refs%2Fchanges%2F26%2F4126%2F1;hp=f9311cc73e5fbf0fdb0dc46162a6b4baca417d2a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRandomLayoutStrategy.java b/vtk/src/vtk/vtkRandomLayoutStrategy.java index f9311cc7..3c44f434 100644 --- a/vtk/src/vtk/vtkRandomLayoutStrategy.java +++ b/vtk/src/vtk/vtkRandomLayoutStrategy.java @@ -1,91 +1,91 @@ -// java wrapper for vtkRandomLayoutStrategy object -// - -package vtk; -import vtk.*; - -public class vtkRandomLayoutStrategy extends vtkGraphLayoutStrategy -{ - - 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 SetRandomSeed_2(int id0); - public void SetRandomSeed(int id0) - { SetRandomSeed_2(id0); } - - private native int GetRandomSeedMinValue_3(); - public int GetRandomSeedMinValue() - { return GetRandomSeedMinValue_3(); } - - private native int GetRandomSeedMaxValue_4(); - public int GetRandomSeedMaxValue() - { return GetRandomSeedMaxValue_4(); } - - private native int GetRandomSeed_5(); - public int GetRandomSeed() - { return GetRandomSeed_5(); } - - private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5); - public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5) - { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); } - - private native void SetGraphBounds_7(double id0[]); - public void SetGraphBounds(double id0[]) - { SetGraphBounds_7(id0); } - - private native double[] GetGraphBounds_8(); - public double[] GetGraphBounds() - { return GetGraphBounds_8(); } - - private native void SetAutomaticBoundsComputation_9(int id0); - public void SetAutomaticBoundsComputation(int id0) - { SetAutomaticBoundsComputation_9(id0); } - - private native int GetAutomaticBoundsComputation_10(); - public int GetAutomaticBoundsComputation() - { return GetAutomaticBoundsComputation_10(); } - - private native void AutomaticBoundsComputationOn_11(); - public void AutomaticBoundsComputationOn() - { AutomaticBoundsComputationOn_11(); } - - private native void AutomaticBoundsComputationOff_12(); - public void AutomaticBoundsComputationOff() - { AutomaticBoundsComputationOff_12(); } - - private native void SetThreeDimensionalLayout_13(int id0); - public void SetThreeDimensionalLayout(int id0) - { SetThreeDimensionalLayout_13(id0); } - - private native int GetThreeDimensionalLayout_14(); - public int GetThreeDimensionalLayout() - { return GetThreeDimensionalLayout_14(); } - - private native void ThreeDimensionalLayoutOn_15(); - public void ThreeDimensionalLayoutOn() - { ThreeDimensionalLayoutOn_15(); } - - private native void ThreeDimensionalLayoutOff_16(); - public void ThreeDimensionalLayoutOff() - { ThreeDimensionalLayoutOff_16(); } - - private native void SetGraph_17(vtkGraph id0); - public void SetGraph(vtkGraph id0) - { SetGraph_17(id0); } - - private native void Layout_18(); - public void Layout() - { Layout_18(); } - - public vtkRandomLayoutStrategy() { super(); } - - public vtkRandomLayoutStrategy(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRandomLayoutStrategy object +// + +package vtk; +import vtk.*; + +public class vtkRandomLayoutStrategy extends vtkGraphLayoutStrategy +{ + + 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 SetRandomSeed_2(int id0); + public void SetRandomSeed(int id0) + { SetRandomSeed_2(id0); } + + private native int GetRandomSeedMinValue_3(); + public int GetRandomSeedMinValue() + { return GetRandomSeedMinValue_3(); } + + private native int GetRandomSeedMaxValue_4(); + public int GetRandomSeedMaxValue() + { return GetRandomSeedMaxValue_4(); } + + private native int GetRandomSeed_5(); + public int GetRandomSeed() + { return GetRandomSeed_5(); } + + private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5); + public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5) + { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); } + + private native void SetGraphBounds_7(double id0[]); + public void SetGraphBounds(double id0[]) + { SetGraphBounds_7(id0); } + + private native double[] GetGraphBounds_8(); + public double[] GetGraphBounds() + { return GetGraphBounds_8(); } + + private native void SetAutomaticBoundsComputation_9(int id0); + public void SetAutomaticBoundsComputation(int id0) + { SetAutomaticBoundsComputation_9(id0); } + + private native int GetAutomaticBoundsComputation_10(); + public int GetAutomaticBoundsComputation() + { return GetAutomaticBoundsComputation_10(); } + + private native void AutomaticBoundsComputationOn_11(); + public void AutomaticBoundsComputationOn() + { AutomaticBoundsComputationOn_11(); } + + private native void AutomaticBoundsComputationOff_12(); + public void AutomaticBoundsComputationOff() + { AutomaticBoundsComputationOff_12(); } + + private native void SetThreeDimensionalLayout_13(int id0); + public void SetThreeDimensionalLayout(int id0) + { SetThreeDimensionalLayout_13(id0); } + + private native int GetThreeDimensionalLayout_14(); + public int GetThreeDimensionalLayout() + { return GetThreeDimensionalLayout_14(); } + + private native void ThreeDimensionalLayoutOn_15(); + public void ThreeDimensionalLayoutOn() + { ThreeDimensionalLayoutOn_15(); } + + private native void ThreeDimensionalLayoutOff_16(); + public void ThreeDimensionalLayoutOff() + { ThreeDimensionalLayoutOff_16(); } + + private native void SetGraph_17(vtkGraph id0); + public void SetGraph(vtkGraph id0) + { SetGraph_17(id0); } + + private native void Layout_18(); + public void Layout() + { Layout_18(); } + + public vtkRandomLayoutStrategy() { super(); } + + public vtkRandomLayoutStrategy(long id) { super(id); } + public native long VTKInit(); + +}