VTK
|
#include <vtkCachedStreamingDemandDrivenPipeline.h>
vtkCachedStreamingDemandDrivenPipeline
Definition at line 30 of file vtkCachedStreamingDemandDrivenPipeline.h.
Reimplemented from vtkStreamingDemandDrivenPipeline.
Definition at line 36 of file vtkCachedStreamingDemandDrivenPipeline.h.
static vtkCachedStreamingDemandDrivenPipeline* vtkCachedStreamingDemandDrivenPipeline::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkStreamingDemandDrivenPipeline.
static int vtkCachedStreamingDemandDrivenPipeline::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual int vtkCachedStreamingDemandDrivenPipeline::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkStreamingDemandDrivenPipeline.
static vtkCachedStreamingDemandDrivenPipeline* vtkCachedStreamingDemandDrivenPipeline::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual vtkObjectBase* vtkCachedStreamingDemandDrivenPipeline::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkStreamingDemandDrivenPipeline.
vtkCachedStreamingDemandDrivenPipeline* vtkCachedStreamingDemandDrivenPipeline::NewInstance | ( | ) | const |
Reimplemented from vtkStreamingDemandDrivenPipeline.
void vtkCachedStreamingDemandDrivenPipeline::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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.
virtual int vtkCachedStreamingDemandDrivenPipeline::Update | ( | ) | [virtual] |
Bring the algorithm's outputs up-to-date.
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual int vtkCachedStreamingDemandDrivenPipeline::Update | ( | int | port | ) | [virtual] |
Bring the algorithm's outputs up-to-date.
Reimplemented from vtkStreamingDemandDrivenPipeline.
void vtkCachedStreamingDemandDrivenPipeline::SetCacheSize | ( | int | size | ) |
This is the maximum number of images that can be retained in memory. it defaults to 10.
virtual int vtkCachedStreamingDemandDrivenPipeline::GetCacheSize | ( | ) | [virtual] |
This is the maximum number of images that can be retained in memory. it defaults to 10.
virtual int vtkCachedStreamingDemandDrivenPipeline::NeedToExecuteData | ( | int | outputPort, |
vtkInformationVector ** | inInfoVec, | ||
vtkInformationVector * | outInfoVec | ||
) | [protected, virtual] |
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual int vtkCachedStreamingDemandDrivenPipeline::ExecuteData | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfoVec, | ||
vtkInformationVector * | outInfoVec | ||
) | [protected, virtual] |
Reimplemented from vtkDemandDrivenPipeline.
int vtkCachedStreamingDemandDrivenPipeline::CacheSize [protected] |
Definition at line 63 of file vtkCachedStreamingDemandDrivenPipeline.h.
vtkDataObject** vtkCachedStreamingDemandDrivenPipeline::Data [protected] |
Definition at line 65 of file vtkCachedStreamingDemandDrivenPipeline.h.
unsigned long* vtkCachedStreamingDemandDrivenPipeline::Times [protected] |
Definition at line 66 of file vtkCachedStreamingDemandDrivenPipeline.h.