#include <vtkCachedStreamingDemandDrivenPipeline.h>
Inheritance diagram for vtkCachedStreamingDemandDrivenPipeline:
Definition at line 39 of file vtkCachedStreamingDemandDrivenPipeline.h.
Public Types | |
typedef vtkStreamingDemandDrivenPipeline | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | Update () |
virtual int | Update (int port) |
virtual int | Update (vtkAlgorithm *algorithm) |
virtual int | Update (vtkAlgorithm *algorithm, int port) |
void | SetCacheSize (int size) |
virtual int | GetCacheSize () |
Static Public Member Functions | |
vtkCachedStreamingDemandDrivenPipeline * | New () |
int | IsTypeOf (const char *type) |
vtkCachedStreamingDemandDrivenPipeline * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCachedStreamingDemandDrivenPipeline () | |
~vtkCachedStreamingDemandDrivenPipeline () | |
virtual int | NeedToExecuteData (int outputPort) |
virtual int | ExecuteData (int outputPort) |
Protected Attributes | |
int | CacheSize |
vtkDataObject ** | Data |
unsigned long * | Times |
|
Reimplemented from vtkStreamingDemandDrivenPipeline. Definition at line 45 of file vtkCachedStreamingDemandDrivenPipeline.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Bring the given algorithm's outputs up-to-date. The algorithm must already be managed by this executive. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Bring the given algorithm's outputs up-to-date. The algorithm must already be managed by this executive. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Bring the given algorithm's outputs up-to-date. The algorithm must already be managed by this executive. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Bring the given algorithm's outputs up-to-date. The algorithm must already be managed by this executive. Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
This is the maximum number of images that can be retained in memory. it defaults to 10. |
|
This is the maximum number of images that can be retained in memory. it defaults to 10. |
|
Reimplemented from vtkStreamingDemandDrivenPipeline. |
|
Reimplemented from vtkDemandDrivenPipeline. |
|
Definition at line 71 of file vtkCachedStreamingDemandDrivenPipeline.h. |
|
Definition at line 73 of file vtkCachedStreamingDemandDrivenPipeline.h. |
|
Definition at line 74 of file vtkCachedStreamingDemandDrivenPipeline.h. |