]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAttributeClustering2DLayoutStrategy.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkAttributeClustering2DLayoutStrategy.java
index 90ff2531571b426539158aeb1c365efc80fd67e6..82e105317df2c94ebee5703e7584fb106ddeb720 100644 (file)
-// java wrapper for vtkAttributeClustering2DLayoutStrategy object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAttributeClustering2DLayoutStrategy 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 String GetVertexAttribute_2();\r
-  public String GetVertexAttribute()\r
-    { return GetVertexAttribute_2(); }\r
-\r
-  private native void SetVertexAttribute_3(String id0);\r
-  public void SetVertexAttribute(String id0)\r
-    { SetVertexAttribute_3(id0); }\r
-\r
-  private native void SetRandomSeed_4(int id0);\r
-  public void SetRandomSeed(int id0)\r
-    { SetRandomSeed_4(id0); }\r
-\r
-  private native int GetRandomSeedMinValue_5();\r
-  public int GetRandomSeedMinValue()\r
-    { return GetRandomSeedMinValue_5(); }\r
-\r
-  private native int GetRandomSeedMaxValue_6();\r
-  public int GetRandomSeedMaxValue()\r
-    { return GetRandomSeedMaxValue_6(); }\r
-\r
-  private native int GetRandomSeed_7();\r
-  public int GetRandomSeed()\r
-    { return GetRandomSeed_7(); }\r
-\r
-  private native void SetMaxNumberOfIterations_8(int id0);\r
-  public void SetMaxNumberOfIterations(int id0)\r
-    { SetMaxNumberOfIterations_8(id0); }\r
-\r
-  private native int GetMaxNumberOfIterationsMinValue_9();\r
-  public int GetMaxNumberOfIterationsMinValue()\r
-    { return GetMaxNumberOfIterationsMinValue_9(); }\r
-\r
-  private native int GetMaxNumberOfIterationsMaxValue_10();\r
-  public int GetMaxNumberOfIterationsMaxValue()\r
-    { return GetMaxNumberOfIterationsMaxValue_10(); }\r
-\r
-  private native int GetMaxNumberOfIterations_11();\r
-  public int GetMaxNumberOfIterations()\r
-    { return GetMaxNumberOfIterations_11(); }\r
-\r
-  private native void SetIterationsPerLayout_12(int id0);\r
-  public void SetIterationsPerLayout(int id0)\r
-    { SetIterationsPerLayout_12(id0); }\r
-\r
-  private native int GetIterationsPerLayoutMinValue_13();\r
-  public int GetIterationsPerLayoutMinValue()\r
-    { return GetIterationsPerLayoutMinValue_13(); }\r
-\r
-  private native int GetIterationsPerLayoutMaxValue_14();\r
-  public int GetIterationsPerLayoutMaxValue()\r
-    { return GetIterationsPerLayoutMaxValue_14(); }\r
-\r
-  private native int GetIterationsPerLayout_15();\r
-  public int GetIterationsPerLayout()\r
-    { return GetIterationsPerLayout_15(); }\r
-\r
-  private native void SetInitialTemperature_16(double id0);\r
-  public void SetInitialTemperature(double id0)\r
-    { SetInitialTemperature_16(id0); }\r
-\r
-  private native double GetInitialTemperatureMinValue_17();\r
-  public double GetInitialTemperatureMinValue()\r
-    { return GetInitialTemperatureMinValue_17(); }\r
-\r
-  private native double GetInitialTemperatureMaxValue_18();\r
-  public double GetInitialTemperatureMaxValue()\r
-    { return GetInitialTemperatureMaxValue_18(); }\r
-\r
-  private native double GetInitialTemperature_19();\r
-  public double GetInitialTemperature()\r
-    { return GetInitialTemperature_19(); }\r
-\r
-  private native void SetCoolDownRate_20(double id0);\r
-  public void SetCoolDownRate(double id0)\r
-    { SetCoolDownRate_20(id0); }\r
-\r
-  private native double GetCoolDownRateMinValue_21();\r
-  public double GetCoolDownRateMinValue()\r
-    { return GetCoolDownRateMinValue_21(); }\r
-\r
-  private native double GetCoolDownRateMaxValue_22();\r
-  public double GetCoolDownRateMaxValue()\r
-    { return GetCoolDownRateMaxValue_22(); }\r
-\r
-  private native double GetCoolDownRate_23();\r
-  public double GetCoolDownRate()\r
-    { return GetCoolDownRate_23(); }\r
-\r
-  private native void SetRestDistance_24(double id0);\r
-  public void SetRestDistance(double id0)\r
-    { SetRestDistance_24(id0); }\r
-\r
-  private native double GetRestDistance_25();\r
-  public double GetRestDistance()\r
-    { return GetRestDistance_25(); }\r
-\r
-  private native void Initialize_26();\r
-  public void Initialize()\r
-    { Initialize_26(); }\r
-\r
-  private native void Layout_27();\r
-  public void Layout()\r
-    { Layout_27(); }\r
-\r
-  private native int IsLayoutComplete_28();\r
-  public int IsLayoutComplete()\r
-    { return IsLayoutComplete_28(); }\r
-\r
-  public vtkAttributeClustering2DLayoutStrategy() { super(); }\r
-\r
-  public vtkAttributeClustering2DLayoutStrategy(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkAttributeClustering2DLayoutStrategy object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAttributeClustering2DLayoutStrategy 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 String GetVertexAttribute_2();
+  public String GetVertexAttribute()
+    { return GetVertexAttribute_2(); }
+
+  private native void SetVertexAttribute_3(String id0);
+  public void SetVertexAttribute(String id0)
+    { SetVertexAttribute_3(id0); }
+
+  private native void SetRandomSeed_4(int id0);
+  public void SetRandomSeed(int id0)
+    { SetRandomSeed_4(id0); }
+
+  private native int GetRandomSeedMinValue_5();
+  public int GetRandomSeedMinValue()
+    { return GetRandomSeedMinValue_5(); }
+
+  private native int GetRandomSeedMaxValue_6();
+  public int GetRandomSeedMaxValue()
+    { return GetRandomSeedMaxValue_6(); }
+
+  private native int GetRandomSeed_7();
+  public int GetRandomSeed()
+    { return GetRandomSeed_7(); }
+
+  private native void SetMaxNumberOfIterations_8(int id0);
+  public void SetMaxNumberOfIterations(int id0)
+    { SetMaxNumberOfIterations_8(id0); }
+
+  private native int GetMaxNumberOfIterationsMinValue_9();
+  public int GetMaxNumberOfIterationsMinValue()
+    { return GetMaxNumberOfIterationsMinValue_9(); }
+
+  private native int GetMaxNumberOfIterationsMaxValue_10();
+  public int GetMaxNumberOfIterationsMaxValue()
+    { return GetMaxNumberOfIterationsMaxValue_10(); }
+
+  private native int GetMaxNumberOfIterations_11();
+  public int GetMaxNumberOfIterations()
+    { return GetMaxNumberOfIterations_11(); }
+
+  private native void SetIterationsPerLayout_12(int id0);
+  public void SetIterationsPerLayout(int id0)
+    { SetIterationsPerLayout_12(id0); }
+
+  private native int GetIterationsPerLayoutMinValue_13();
+  public int GetIterationsPerLayoutMinValue()
+    { return GetIterationsPerLayoutMinValue_13(); }
+
+  private native int GetIterationsPerLayoutMaxValue_14();
+  public int GetIterationsPerLayoutMaxValue()
+    { return GetIterationsPerLayoutMaxValue_14(); }
+
+  private native int GetIterationsPerLayout_15();
+  public int GetIterationsPerLayout()
+    { return GetIterationsPerLayout_15(); }
+
+  private native void SetInitialTemperature_16(double id0);
+  public void SetInitialTemperature(double id0)
+    { SetInitialTemperature_16(id0); }
+
+  private native double GetInitialTemperatureMinValue_17();
+  public double GetInitialTemperatureMinValue()
+    { return GetInitialTemperatureMinValue_17(); }
+
+  private native double GetInitialTemperatureMaxValue_18();
+  public double GetInitialTemperatureMaxValue()
+    { return GetInitialTemperatureMaxValue_18(); }
+
+  private native double GetInitialTemperature_19();
+  public double GetInitialTemperature()
+    { return GetInitialTemperature_19(); }
+
+  private native void SetCoolDownRate_20(double id0);
+  public void SetCoolDownRate(double id0)
+    { SetCoolDownRate_20(id0); }
+
+  private native double GetCoolDownRateMinValue_21();
+  public double GetCoolDownRateMinValue()
+    { return GetCoolDownRateMinValue_21(); }
+
+  private native double GetCoolDownRateMaxValue_22();
+  public double GetCoolDownRateMaxValue()
+    { return GetCoolDownRateMaxValue_22(); }
+
+  private native double GetCoolDownRate_23();
+  public double GetCoolDownRate()
+    { return GetCoolDownRate_23(); }
+
+  private native void SetRestDistance_24(double id0);
+  public void SetRestDistance(double id0)
+    { SetRestDistance_24(id0); }
+
+  private native double GetRestDistance_25();
+  public double GetRestDistance()
+    { return GetRestDistance_25(); }
+
+  private native void Initialize_26();
+  public void Initialize()
+    { Initialize_26(); }
+
+  private native void Layout_27();
+  public void Layout()
+    { Layout_27(); }
+
+  private native int IsLayoutComplete_28();
+  public int IsLayoutComplete()
+    { return IsLayoutComplete_28(); }
+
+  public vtkAttributeClustering2DLayoutStrategy() { super(); }
+
+  public vtkAttributeClustering2DLayoutStrategy(long id) { super(id); }
+  public native long   VTKInit();
+
+}