// 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(); }