]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkExtractGeometry.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkExtractGeometry.java
index 92b2a689b1e616bee6c1b010d601e363f782625c..affda6d8e5e79435495b2f7cd5710b5975cc87e0 100644 (file)
@@ -1,87 +1,87 @@
-// java wrapper for vtkExtractGeometry object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkExtractGeometry extends vtkUnstructuredGridAlgorithm\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 int GetMTime_2();\r
-  public int GetMTime()\r
-    { return GetMTime_2(); }\r
-\r
-  private native void SetImplicitFunction_3(vtkImplicitFunction id0);\r
-  public void SetImplicitFunction(vtkImplicitFunction id0)\r
-    { SetImplicitFunction_3(id0); }\r
-\r
-  private native long GetImplicitFunction_4();\r
-  public vtkImplicitFunction GetImplicitFunction() {\r
-    long temp = GetImplicitFunction_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImplicitFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetExtractInside_5(int id0);\r
-  public void SetExtractInside(int id0)\r
-    { SetExtractInside_5(id0); }\r
-\r
-  private native int GetExtractInside_6();\r
-  public int GetExtractInside()\r
-    { return GetExtractInside_6(); }\r
-\r
-  private native void ExtractInsideOn_7();\r
-  public void ExtractInsideOn()\r
-    { ExtractInsideOn_7(); }\r
-\r
-  private native void ExtractInsideOff_8();\r
-  public void ExtractInsideOff()\r
-    { ExtractInsideOff_8(); }\r
-\r
-  private native void SetExtractBoundaryCells_9(int id0);\r
-  public void SetExtractBoundaryCells(int id0)\r
-    { SetExtractBoundaryCells_9(id0); }\r
-\r
-  private native int GetExtractBoundaryCells_10();\r
-  public int GetExtractBoundaryCells()\r
-    { return GetExtractBoundaryCells_10(); }\r
-\r
-  private native void ExtractBoundaryCellsOn_11();\r
-  public void ExtractBoundaryCellsOn()\r
-    { ExtractBoundaryCellsOn_11(); }\r
-\r
-  private native void ExtractBoundaryCellsOff_12();\r
-  public void ExtractBoundaryCellsOff()\r
-    { ExtractBoundaryCellsOff_12(); }\r
-\r
-  private native void SetExtractOnlyBoundaryCells_13(int id0);\r
-  public void SetExtractOnlyBoundaryCells(int id0)\r
-    { SetExtractOnlyBoundaryCells_13(id0); }\r
-\r
-  private native int GetExtractOnlyBoundaryCells_14();\r
-  public int GetExtractOnlyBoundaryCells()\r
-    { return GetExtractOnlyBoundaryCells_14(); }\r
-\r
-  private native void ExtractOnlyBoundaryCellsOn_15();\r
-  public void ExtractOnlyBoundaryCellsOn()\r
-    { ExtractOnlyBoundaryCellsOn_15(); }\r
-\r
-  private native void ExtractOnlyBoundaryCellsOff_16();\r
-  public void ExtractOnlyBoundaryCellsOff()\r
-    { ExtractOnlyBoundaryCellsOff_16(); }\r
-\r
-  public vtkExtractGeometry() { super(); }\r
-\r
-  public vtkExtractGeometry(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkExtractGeometry object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkExtractGeometry extends vtkUnstructuredGridAlgorithm
+{
+
+  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 int GetMTime_2();
+  public int GetMTime()
+    { return GetMTime_2(); }
+
+  private native void SetImplicitFunction_3(vtkImplicitFunction id0);
+  public void SetImplicitFunction(vtkImplicitFunction id0)
+    { SetImplicitFunction_3(id0); }
+
+  private native long GetImplicitFunction_4();
+  public vtkImplicitFunction GetImplicitFunction() {
+    long temp = GetImplicitFunction_4();
+
+    if (temp == 0) return null;
+    return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetExtractInside_5(int id0);
+  public void SetExtractInside(int id0)
+    { SetExtractInside_5(id0); }
+
+  private native int GetExtractInside_6();
+  public int GetExtractInside()
+    { return GetExtractInside_6(); }
+
+  private native void ExtractInsideOn_7();
+  public void ExtractInsideOn()
+    { ExtractInsideOn_7(); }
+
+  private native void ExtractInsideOff_8();
+  public void ExtractInsideOff()
+    { ExtractInsideOff_8(); }
+
+  private native void SetExtractBoundaryCells_9(int id0);
+  public void SetExtractBoundaryCells(int id0)
+    { SetExtractBoundaryCells_9(id0); }
+
+  private native int GetExtractBoundaryCells_10();
+  public int GetExtractBoundaryCells()
+    { return GetExtractBoundaryCells_10(); }
+
+  private native void ExtractBoundaryCellsOn_11();
+  public void ExtractBoundaryCellsOn()
+    { ExtractBoundaryCellsOn_11(); }
+
+  private native void ExtractBoundaryCellsOff_12();
+  public void ExtractBoundaryCellsOff()
+    { ExtractBoundaryCellsOff_12(); }
+
+  private native void SetExtractOnlyBoundaryCells_13(int id0);
+  public void SetExtractOnlyBoundaryCells(int id0)
+    { SetExtractOnlyBoundaryCells_13(id0); }
+
+  private native int GetExtractOnlyBoundaryCells_14();
+  public int GetExtractOnlyBoundaryCells()
+    { return GetExtractOnlyBoundaryCells_14(); }
+
+  private native void ExtractOnlyBoundaryCellsOn_15();
+  public void ExtractOnlyBoundaryCellsOn()
+    { ExtractOnlyBoundaryCellsOn_15(); }
+
+  private native void ExtractOnlyBoundaryCellsOff_16();
+  public void ExtractOnlyBoundaryCellsOff()
+    { ExtractOnlyBoundaryCellsOff_16(); }
+
+  public vtkExtractGeometry() { super(); }
+
+  public vtkExtractGeometry(long id) { super(id); }
+  public native long   VTKInit();
+
+}