]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSplitColumnComponents.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkSplitColumnComponents.java
index fe1a14aa9dd51d855e3641b255232b853fbf3d8b..3d078b20f23b476b2d13d80ae78be1a2cc898601 100644 (file)
@@ -1,31 +1,87 @@
-// java wrapper for vtkSplitColumnComponents object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSplitColumnComponents extends vtkTableAlgorithm\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 SetCalculateMagnitudes_2(boolean id0);\r
-  public void SetCalculateMagnitudes(boolean id0)\r
-    { SetCalculateMagnitudes_2(id0); }\r
-\r
-  private native boolean GetCalculateMagnitudes_3();\r
-  public boolean GetCalculateMagnitudes()\r
-    { return GetCalculateMagnitudes_3(); }\r
-\r
-  public vtkSplitColumnComponents() { super(); }\r
-\r
-  public vtkSplitColumnComponents(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSplitColumnComponents object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSplitColumnComponents extends vtkTableAlgorithm
+{
+
+  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 SetCalculateMagnitudes_2(boolean id0);
+  public void SetCalculateMagnitudes(boolean id0)
+    { SetCalculateMagnitudes_2(id0); }
+
+  private native boolean GetCalculateMagnitudes_3();
+  public boolean GetCalculateMagnitudes()
+    { return GetCalculateMagnitudes_3(); }
+
+  private native void CalculateMagnitudesOn_4();
+  public void CalculateMagnitudesOn()
+    { CalculateMagnitudesOn_4(); }
+
+  private native void CalculateMagnitudesOff_5();
+  public void CalculateMagnitudesOff()
+    { CalculateMagnitudesOff_5(); }
+
+  private native void SetNamingMode_6(int id0);
+  public void SetNamingMode(int id0)
+    { SetNamingMode_6(id0); }
+
+  private native int GetNamingModeMinValue_7();
+  public int GetNamingModeMinValue()
+    { return GetNamingModeMinValue_7(); }
+
+  private native int GetNamingModeMaxValue_8();
+  public int GetNamingModeMaxValue()
+    { return GetNamingModeMaxValue_8(); }
+
+  private native void SetNamingModeToNumberWithParens_9();
+  public void SetNamingModeToNumberWithParens()
+    { SetNamingModeToNumberWithParens_9(); }
+
+  private native void SetNamingModeToNumberWithUnderscores_10();
+  public void SetNamingModeToNumberWithUnderscores()
+    { SetNamingModeToNumberWithUnderscores_10(); }
+
+  private native void SetNamingModeToNamesWithParens_11();
+  public void SetNamingModeToNamesWithParens()
+    { SetNamingModeToNamesWithParens_11(); }
+
+  private native void SetNamingModeToNamesWithUnderscores_12();
+  public void SetNamingModeToNamesWithUnderscores()
+    { SetNamingModeToNamesWithUnderscores_12(); }
+
+  private native int GetNamingMode_13();
+  public int GetNamingMode()
+    { return GetNamingMode_13(); }
+
+  private native long ORIGINAL_ARRAY_NAME_14();
+  public vtkInformationStringKey ORIGINAL_ARRAY_NAME() {
+    long temp = ORIGINAL_ARRAY_NAME_14();
+
+    if (temp == 0) return null;
+    return (vtkInformationStringKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long ORIGINAL_COMPONENT_NUMBER_15();
+  public vtkInformationIntegerKey ORIGINAL_COMPONENT_NUMBER() {
+    long temp = ORIGINAL_COMPONENT_NUMBER_15();
+
+    if (temp == 0) return null;
+    return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkSplitColumnComponents() { super(); }
+
+  public vtkSplitColumnComponents(long id) { super(id); }
+  public native long   VTKInit();
+
+}