// java wrapper for vtkCachedStreamingDemandDrivenPipeline object // package vtk; import vtk.*; public class vtkCachedStreamingDemandDrivenPipeline extends vtkStreamingDemandDrivenPipeline { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native int Update_2(); public int Update() { return Update_2(); } private native int Update_3(int id0); public int Update(int id0) { return Update_3(id0); } private native void SetCacheSize_4(int id0); public void SetCacheSize(int id0) { SetCacheSize_4(id0); } private native int GetCacheSize_5(); public int GetCacheSize() { return GetCacheSize_5(); } public vtkCachedStreamingDemandDrivenPipeline() { super(); } public vtkCachedStreamingDemandDrivenPipeline(long id) { super(id); } public native long VTKInit(); }