9#ifndef vtkCachedStreamingDemandDrivenPipeline_h 
   10#define vtkCachedStreamingDemandDrivenPipeline_h 
   12#include "vtkCommonExecutionModelModule.h"  
   15VTK_ABI_NAMESPACE_BEGIN
 
   33  vtkGetMacro(CacheSize, 
int);
 
vtkCachedStreamingDemandDrivenPipeline
 
int NeedToExecuteData(int outputPort, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) override
 
static vtkCachedStreamingDemandDrivenPipeline * New()
 
~vtkCachedStreamingDemandDrivenPipeline() override
 
void SetCacheSize(int size)
This is the maximum number of images that can be retained in memory.
 
vtkCachedStreamingDemandDrivenPipeline()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int ExecuteData(vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) override
 
general representation of visualization data
 
a simple class to control print indentation
 
Executive supporting partial updates.
 
vtkTypeUInt32 vtkMTimeType