X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkGraphLayoutFilter.java;h=7b2ef32aee96ef42b19782d78f7d09c955c68a45;hb=b6496333f55d2304810ea9f0a22d8983be103a2f;hp=7e5ff5dffd73b0ac29fd776eb4cd8467fcd2af02;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGraphLayoutFilter.java b/vtk/src/vtk/vtkGraphLayoutFilter.java index 7e5ff5df..7b2ef32a 100644 --- a/vtk/src/vtk/vtkGraphLayoutFilter.java +++ b/vtk/src/vtk/vtkGraphLayoutFilter.java @@ -1,99 +1,99 @@ -// java wrapper for vtkGraphLayoutFilter object -// - -package vtk; -import vtk.*; - -public class vtkGraphLayoutFilter 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 SetGraphBounds_2(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_2(id0,id1,id2,id3,id4,id5); } - - private native void SetGraphBounds_3(double id0[]); - public void SetGraphBounds(double id0[]) - { SetGraphBounds_3(id0); } - - private native double[] GetGraphBounds_4(); - public double[] GetGraphBounds() - { return GetGraphBounds_4(); } - - private native void SetAutomaticBoundsComputation_5(int id0); - public void SetAutomaticBoundsComputation(int id0) - { SetAutomaticBoundsComputation_5(id0); } - - private native int GetAutomaticBoundsComputation_6(); - public int GetAutomaticBoundsComputation() - { return GetAutomaticBoundsComputation_6(); } - - private native void AutomaticBoundsComputationOn_7(); - public void AutomaticBoundsComputationOn() - { AutomaticBoundsComputationOn_7(); } - - private native void AutomaticBoundsComputationOff_8(); - public void AutomaticBoundsComputationOff() - { AutomaticBoundsComputationOff_8(); } - - private native void SetMaxNumberOfIterations_9(int id0); - public void SetMaxNumberOfIterations(int id0) - { SetMaxNumberOfIterations_9(id0); } - - private native int GetMaxNumberOfIterationsMinValue_10(); - public int GetMaxNumberOfIterationsMinValue() - { return GetMaxNumberOfIterationsMinValue_10(); } - - private native int GetMaxNumberOfIterationsMaxValue_11(); - public int GetMaxNumberOfIterationsMaxValue() - { return GetMaxNumberOfIterationsMaxValue_11(); } - - private native int GetMaxNumberOfIterations_12(); - public int GetMaxNumberOfIterations() - { return GetMaxNumberOfIterations_12(); } - - private native void SetCoolDownRate_13(double id0); - public void SetCoolDownRate(double id0) - { SetCoolDownRate_13(id0); } - - private native double GetCoolDownRateMinValue_14(); - public double GetCoolDownRateMinValue() - { return GetCoolDownRateMinValue_14(); } - - private native double GetCoolDownRateMaxValue_15(); - public double GetCoolDownRateMaxValue() - { return GetCoolDownRateMaxValue_15(); } - - private native double GetCoolDownRate_16(); - public double GetCoolDownRate() - { return GetCoolDownRate_16(); } - - private native void SetThreeDimensionalLayout_17(int id0); - public void SetThreeDimensionalLayout(int id0) - { SetThreeDimensionalLayout_17(id0); } - - private native int GetThreeDimensionalLayout_18(); - public int GetThreeDimensionalLayout() - { return GetThreeDimensionalLayout_18(); } - - private native void ThreeDimensionalLayoutOn_19(); - public void ThreeDimensionalLayoutOn() - { ThreeDimensionalLayoutOn_19(); } - - private native void ThreeDimensionalLayoutOff_20(); - public void ThreeDimensionalLayoutOff() - { ThreeDimensionalLayoutOff_20(); } - - public vtkGraphLayoutFilter() { super(); } - - public vtkGraphLayoutFilter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGraphLayoutFilter object +// + +package vtk; +import vtk.*; + +public class vtkGraphLayoutFilter 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 SetGraphBounds_2(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_2(id0,id1,id2,id3,id4,id5); } + + private native void SetGraphBounds_3(double id0[]); + public void SetGraphBounds(double id0[]) + { SetGraphBounds_3(id0); } + + private native double[] GetGraphBounds_4(); + public double[] GetGraphBounds() + { return GetGraphBounds_4(); } + + private native void SetAutomaticBoundsComputation_5(int id0); + public void SetAutomaticBoundsComputation(int id0) + { SetAutomaticBoundsComputation_5(id0); } + + private native int GetAutomaticBoundsComputation_6(); + public int GetAutomaticBoundsComputation() + { return GetAutomaticBoundsComputation_6(); } + + private native void AutomaticBoundsComputationOn_7(); + public void AutomaticBoundsComputationOn() + { AutomaticBoundsComputationOn_7(); } + + private native void AutomaticBoundsComputationOff_8(); + public void AutomaticBoundsComputationOff() + { AutomaticBoundsComputationOff_8(); } + + private native void SetMaxNumberOfIterations_9(int id0); + public void SetMaxNumberOfIterations(int id0) + { SetMaxNumberOfIterations_9(id0); } + + private native int GetMaxNumberOfIterationsMinValue_10(); + public int GetMaxNumberOfIterationsMinValue() + { return GetMaxNumberOfIterationsMinValue_10(); } + + private native int GetMaxNumberOfIterationsMaxValue_11(); + public int GetMaxNumberOfIterationsMaxValue() + { return GetMaxNumberOfIterationsMaxValue_11(); } + + private native int GetMaxNumberOfIterations_12(); + public int GetMaxNumberOfIterations() + { return GetMaxNumberOfIterations_12(); } + + private native void SetCoolDownRate_13(double id0); + public void SetCoolDownRate(double id0) + { SetCoolDownRate_13(id0); } + + private native double GetCoolDownRateMinValue_14(); + public double GetCoolDownRateMinValue() + { return GetCoolDownRateMinValue_14(); } + + private native double GetCoolDownRateMaxValue_15(); + public double GetCoolDownRateMaxValue() + { return GetCoolDownRateMaxValue_15(); } + + private native double GetCoolDownRate_16(); + public double GetCoolDownRate() + { return GetCoolDownRate_16(); } + + private native void SetThreeDimensionalLayout_17(int id0); + public void SetThreeDimensionalLayout(int id0) + { SetThreeDimensionalLayout_17(id0); } + + private native int GetThreeDimensionalLayout_18(); + public int GetThreeDimensionalLayout() + { return GetThreeDimensionalLayout_18(); } + + private native void ThreeDimensionalLayoutOn_19(); + public void ThreeDimensionalLayoutOn() + { ThreeDimensionalLayoutOn_19(); } + + private native void ThreeDimensionalLayoutOff_20(); + public void ThreeDimensionalLayoutOff() + { ThreeDimensionalLayoutOff_20(); } + + public vtkGraphLayoutFilter() { super(); } + + public vtkGraphLayoutFilter(long id) { super(id); } + public native long VTKInit(); + +}