X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGraphLayoutFilter.java;fp=vtk%2Fsrc%2Fvtk%2FvtkGraphLayoutFilter.java;h=7b2ef32aee96ef42b19782d78f7d09c955c68a45;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGraphLayoutFilter.java b/vtk/src/vtk/vtkGraphLayoutFilter.java new file mode 100644 index 00000000..7b2ef32a --- /dev/null +++ b/vtk/src/vtk/vtkGraphLayoutFilter.java @@ -0,0 +1,99 @@ +// 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(); + +}