]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkForceDirectedLayoutStrategy.java
Prevent Tube shape failing with provided tangents.
[simantics/3d.git] / vtk / src / vtk / vtkForceDirectedLayoutStrategy.java
index e20f5644dd3e5d936395b9d4f95335c214ed72fd..c0a971da0396f413140f025ff0f29d8b0943bc86 100644 (file)
-// java wrapper for vtkForceDirectedLayoutStrategy object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkForceDirectedLayoutStrategy extends vtkGraphLayoutStrategy\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetRandomSeed_2(int id0);\r
-  public void SetRandomSeed(int id0)\r
-    { SetRandomSeed_2(id0); }\r
-\r
-  private native int GetRandomSeedMinValue_3();\r
-  public int GetRandomSeedMinValue()\r
-    { return GetRandomSeedMinValue_3(); }\r
-\r
-  private native int GetRandomSeedMaxValue_4();\r
-  public int GetRandomSeedMaxValue()\r
-    { return GetRandomSeedMaxValue_4(); }\r
-\r
-  private native int GetRandomSeed_5();\r
-  public int GetRandomSeed()\r
-    { return GetRandomSeed_5(); }\r
-\r
-  private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetGraphBounds_7(double id0[]);\r
-  public void SetGraphBounds(double id0[])\r
-    { SetGraphBounds_7(id0); }\r
-\r
-  private native double[] GetGraphBounds_8();\r
-  public double[] GetGraphBounds()\r
-    { return GetGraphBounds_8(); }\r
-\r
-  private native void SetAutomaticBoundsComputation_9(int id0);\r
-  public void SetAutomaticBoundsComputation(int id0)\r
-    { SetAutomaticBoundsComputation_9(id0); }\r
-\r
-  private native int GetAutomaticBoundsComputation_10();\r
-  public int GetAutomaticBoundsComputation()\r
-    { return GetAutomaticBoundsComputation_10(); }\r
-\r
-  private native void AutomaticBoundsComputationOn_11();\r
-  public void AutomaticBoundsComputationOn()\r
-    { AutomaticBoundsComputationOn_11(); }\r
-\r
-  private native void AutomaticBoundsComputationOff_12();\r
-  public void AutomaticBoundsComputationOff()\r
-    { AutomaticBoundsComputationOff_12(); }\r
-\r
-  private native void SetMaxNumberOfIterations_13(int id0);\r
-  public void SetMaxNumberOfIterations(int id0)\r
-    { SetMaxNumberOfIterations_13(id0); }\r
-\r
-  private native int GetMaxNumberOfIterationsMinValue_14();\r
-  public int GetMaxNumberOfIterationsMinValue()\r
-    { return GetMaxNumberOfIterationsMinValue_14(); }\r
-\r
-  private native int GetMaxNumberOfIterationsMaxValue_15();\r
-  public int GetMaxNumberOfIterationsMaxValue()\r
-    { return GetMaxNumberOfIterationsMaxValue_15(); }\r
-\r
-  private native int GetMaxNumberOfIterations_16();\r
-  public int GetMaxNumberOfIterations()\r
-    { return GetMaxNumberOfIterations_16(); }\r
-\r
-  private native void SetIterationsPerLayout_17(int id0);\r
-  public void SetIterationsPerLayout(int id0)\r
-    { SetIterationsPerLayout_17(id0); }\r
-\r
-  private native int GetIterationsPerLayoutMinValue_18();\r
-  public int GetIterationsPerLayoutMinValue()\r
-    { return GetIterationsPerLayoutMinValue_18(); }\r
-\r
-  private native int GetIterationsPerLayoutMaxValue_19();\r
-  public int GetIterationsPerLayoutMaxValue()\r
-    { return GetIterationsPerLayoutMaxValue_19(); }\r
-\r
-  private native int GetIterationsPerLayout_20();\r
-  public int GetIterationsPerLayout()\r
-    { return GetIterationsPerLayout_20(); }\r
-\r
-  private native void SetCoolDownRate_21(double id0);\r
-  public void SetCoolDownRate(double id0)\r
-    { SetCoolDownRate_21(id0); }\r
-\r
-  private native double GetCoolDownRateMinValue_22();\r
-  public double GetCoolDownRateMinValue()\r
-    { return GetCoolDownRateMinValue_22(); }\r
-\r
-  private native double GetCoolDownRateMaxValue_23();\r
-  public double GetCoolDownRateMaxValue()\r
-    { return GetCoolDownRateMaxValue_23(); }\r
-\r
-  private native double GetCoolDownRate_24();\r
-  public double GetCoolDownRate()\r
-    { return GetCoolDownRate_24(); }\r
-\r
-  private native void SetThreeDimensionalLayout_25(int id0);\r
-  public void SetThreeDimensionalLayout(int id0)\r
-    { SetThreeDimensionalLayout_25(id0); }\r
-\r
-  private native int GetThreeDimensionalLayout_26();\r
-  public int GetThreeDimensionalLayout()\r
-    { return GetThreeDimensionalLayout_26(); }\r
-\r
-  private native void ThreeDimensionalLayoutOn_27();\r
-  public void ThreeDimensionalLayoutOn()\r
-    { ThreeDimensionalLayoutOn_27(); }\r
-\r
-  private native void ThreeDimensionalLayoutOff_28();\r
-  public void ThreeDimensionalLayoutOff()\r
-    { ThreeDimensionalLayoutOff_28(); }\r
-\r
-  private native void SetRandomInitialPoints_29(int id0);\r
-  public void SetRandomInitialPoints(int id0)\r
-    { SetRandomInitialPoints_29(id0); }\r
-\r
-  private native int GetRandomInitialPoints_30();\r
-  public int GetRandomInitialPoints()\r
-    { return GetRandomInitialPoints_30(); }\r
-\r
-  private native void RandomInitialPointsOn_31();\r
-  public void RandomInitialPointsOn()\r
-    { RandomInitialPointsOn_31(); }\r
-\r
-  private native void RandomInitialPointsOff_32();\r
-  public void RandomInitialPointsOff()\r
-    { RandomInitialPointsOff_32(); }\r
-\r
-  private native void SetInitialTemperature_33(double id0);\r
-  public void SetInitialTemperature(double id0)\r
-    { SetInitialTemperature_33(id0); }\r
-\r
-  private native double GetInitialTemperatureMinValue_34();\r
-  public double GetInitialTemperatureMinValue()\r
-    { return GetInitialTemperatureMinValue_34(); }\r
-\r
-  private native double GetInitialTemperatureMaxValue_35();\r
-  public double GetInitialTemperatureMaxValue()\r
-    { return GetInitialTemperatureMaxValue_35(); }\r
-\r
-  private native double GetInitialTemperature_36();\r
-  public double GetInitialTemperature()\r
-    { return GetInitialTemperature_36(); }\r
-\r
-  private native void Initialize_37();\r
-  public void Initialize()\r
-    { Initialize_37(); }\r
-\r
-  private native void Layout_38();\r
-  public void Layout()\r
-    { Layout_38(); }\r
-\r
-  private native int IsLayoutComplete_39();\r
-  public int IsLayoutComplete()\r
-    { return IsLayoutComplete_39(); }\r
-\r
-  public vtkForceDirectedLayoutStrategy() { super(); }\r
-\r
-  public vtkForceDirectedLayoutStrategy(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkForceDirectedLayoutStrategy object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkForceDirectedLayoutStrategy 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 SetMaxNumberOfIterations_13(int id0);
+  public void SetMaxNumberOfIterations(int id0)
+    { SetMaxNumberOfIterations_13(id0); }
+
+  private native int GetMaxNumberOfIterationsMinValue_14();
+  public int GetMaxNumberOfIterationsMinValue()
+    { return GetMaxNumberOfIterationsMinValue_14(); }
+
+  private native int GetMaxNumberOfIterationsMaxValue_15();
+  public int GetMaxNumberOfIterationsMaxValue()
+    { return GetMaxNumberOfIterationsMaxValue_15(); }
+
+  private native int GetMaxNumberOfIterations_16();
+  public int GetMaxNumberOfIterations()
+    { return GetMaxNumberOfIterations_16(); }
+
+  private native void SetIterationsPerLayout_17(int id0);
+  public void SetIterationsPerLayout(int id0)
+    { SetIterationsPerLayout_17(id0); }
+
+  private native int GetIterationsPerLayoutMinValue_18();
+  public int GetIterationsPerLayoutMinValue()
+    { return GetIterationsPerLayoutMinValue_18(); }
+
+  private native int GetIterationsPerLayoutMaxValue_19();
+  public int GetIterationsPerLayoutMaxValue()
+    { return GetIterationsPerLayoutMaxValue_19(); }
+
+  private native int GetIterationsPerLayout_20();
+  public int GetIterationsPerLayout()
+    { return GetIterationsPerLayout_20(); }
+
+  private native void SetCoolDownRate_21(double id0);
+  public void SetCoolDownRate(double id0)
+    { SetCoolDownRate_21(id0); }
+
+  private native double GetCoolDownRateMinValue_22();
+  public double GetCoolDownRateMinValue()
+    { return GetCoolDownRateMinValue_22(); }
+
+  private native double GetCoolDownRateMaxValue_23();
+  public double GetCoolDownRateMaxValue()
+    { return GetCoolDownRateMaxValue_23(); }
+
+  private native double GetCoolDownRate_24();
+  public double GetCoolDownRate()
+    { return GetCoolDownRate_24(); }
+
+  private native void SetThreeDimensionalLayout_25(int id0);
+  public void SetThreeDimensionalLayout(int id0)
+    { SetThreeDimensionalLayout_25(id0); }
+
+  private native int GetThreeDimensionalLayout_26();
+  public int GetThreeDimensionalLayout()
+    { return GetThreeDimensionalLayout_26(); }
+
+  private native void ThreeDimensionalLayoutOn_27();
+  public void ThreeDimensionalLayoutOn()
+    { ThreeDimensionalLayoutOn_27(); }
+
+  private native void ThreeDimensionalLayoutOff_28();
+  public void ThreeDimensionalLayoutOff()
+    { ThreeDimensionalLayoutOff_28(); }
+
+  private native void SetRandomInitialPoints_29(int id0);
+  public void SetRandomInitialPoints(int id0)
+    { SetRandomInitialPoints_29(id0); }
+
+  private native int GetRandomInitialPoints_30();
+  public int GetRandomInitialPoints()
+    { return GetRandomInitialPoints_30(); }
+
+  private native void RandomInitialPointsOn_31();
+  public void RandomInitialPointsOn()
+    { RandomInitialPointsOn_31(); }
+
+  private native void RandomInitialPointsOff_32();
+  public void RandomInitialPointsOff()
+    { RandomInitialPointsOff_32(); }
+
+  private native void SetInitialTemperature_33(double id0);
+  public void SetInitialTemperature(double id0)
+    { SetInitialTemperature_33(id0); }
+
+  private native double GetInitialTemperatureMinValue_34();
+  public double GetInitialTemperatureMinValue()
+    { return GetInitialTemperatureMinValue_34(); }
+
+  private native double GetInitialTemperatureMaxValue_35();
+  public double GetInitialTemperatureMaxValue()
+    { return GetInitialTemperatureMaxValue_35(); }
+
+  private native double GetInitialTemperature_36();
+  public double GetInitialTemperature()
+    { return GetInitialTemperature_36(); }
+
+  private native void Initialize_37();
+  public void Initialize()
+    { Initialize_37(); }
+
+  private native void Layout_38();
+  public void Layout()
+    { Layout_38(); }
+
+  private native int IsLayoutComplete_39();
+  public int IsLayoutComplete()
+    { return IsLayoutComplete_39(); }
+
+  public vtkForceDirectedLayoutStrategy() { super(); }
+
+  public vtkForceDirectedLayoutStrategy(long id) { super(id); }
+  public native long   VTKInit();
+
+}