]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCachedStreamingDemandDrivenPipeline.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkCachedStreamingDemandDrivenPipeline.java
diff --git a/vtk/src/vtk/vtkCachedStreamingDemandDrivenPipeline.java b/vtk/src/vtk/vtkCachedStreamingDemandDrivenPipeline.java
new file mode 100644 (file)
index 0000000..3ce79f1
--- /dev/null
@@ -0,0 +1,31 @@
+// java wrapper for vtkCachedStreamingDemandDrivenPipeline object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCachedStreamingDemandDrivenPipeline extends vtkStreamingDemandDrivenPipeline
+{
+
+  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 SetCacheSize_2(int id0);
+  public void SetCacheSize(int id0)
+    { SetCacheSize_2(id0); }
+
+  private native int GetCacheSize_3();
+  public int GetCacheSize()
+    { return GetCacheSize_3(); }
+
+  public vtkCachedStreamingDemandDrivenPipeline() { super(); }
+
+  public vtkCachedStreamingDemandDrivenPipeline(long id) { super(id); }
+  public native long   VTKInit();
+
+}