]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkExtractUnstructuredGridPiece.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkExtractUnstructuredGridPiece.java
diff --git a/vtk/src/vtk/vtkExtractUnstructuredGridPiece.java b/vtk/src/vtk/vtkExtractUnstructuredGridPiece.java
new file mode 100644 (file)
index 0000000..fc803af
--- /dev/null
@@ -0,0 +1,39 @@
+// java wrapper for vtkExtractUnstructuredGridPiece object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkExtractUnstructuredGridPiece 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 void SetCreateGhostCells_2(int id0);
+  public void SetCreateGhostCells(int id0)
+    { SetCreateGhostCells_2(id0); }
+
+  private native int GetCreateGhostCells_3();
+  public int GetCreateGhostCells()
+    { return GetCreateGhostCells_3(); }
+
+  private native void CreateGhostCellsOn_4();
+  public void CreateGhostCellsOn()
+    { CreateGhostCellsOn_4(); }
+
+  private native void CreateGhostCellsOff_5();
+  public void CreateGhostCellsOff()
+    { CreateGhostCellsOff_5(); }
+
+  public vtkExtractUnstructuredGridPiece() { super(); }
+
+  public vtkExtractUnstructuredGridPiece(long id) { super(id); }
+  public native long   VTKInit();
+
+}