Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkCachedStreamingDemandDrivenPipeline Class Reference

#include <vtkCachedStreamingDemandDrivenPipeline.h>

Inheritance diagram for vtkCachedStreamingDemandDrivenPipeline:

Inheritance graph
[legend]
Collaboration diagram for vtkCachedStreamingDemandDrivenPipeline:

Collaboration graph
[legend]
List of all members.

Detailed Description

vtkCachedStreamingDemandDrivenPipeline

Created by:
  • Bertel, Francois
CVS contributions (if > 5%):
  • Bertel, Francois (100%)
CVS logs (CVSweb):
  • .h (/Filtering/vtkCachedStreamingDemandDrivenPipeline.h)
  • .cxx (/Filtering/vtkCachedStreamingDemandDrivenPipeline.cxx)

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

vtkCachedStreamingDemandDrivenPipelineNew ()
int IsTypeOf (const char *type)
vtkCachedStreamingDemandDrivenPipelineSafeDownCast (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


Member Typedef Documentation

typedef vtkStreamingDemandDrivenPipeline vtkCachedStreamingDemandDrivenPipeline::Superclass
 

Reimplemented from vtkStreamingDemandDrivenPipeline.

Definition at line 45 of file vtkCachedStreamingDemandDrivenPipeline.h.


Constructor & Destructor Documentation

vtkCachedStreamingDemandDrivenPipeline::vtkCachedStreamingDemandDrivenPipeline  )  [protected]
 

vtkCachedStreamingDemandDrivenPipeline::~vtkCachedStreamingDemandDrivenPipeline  )  [protected]
 


Member Function Documentation

vtkCachedStreamingDemandDrivenPipeline* vtkCachedStreamingDemandDrivenPipeline::New  )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkStreamingDemandDrivenPipeline.

virtual const char* vtkCachedStreamingDemandDrivenPipeline::GetClassName  )  [virtual]
 

Reimplemented from vtkStreamingDemandDrivenPipeline.

int vtkCachedStreamingDemandDrivenPipeline::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkStreamingDemandDrivenPipeline.

virtual int vtkCachedStreamingDemandDrivenPipeline::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkStreamingDemandDrivenPipeline.

vtkCachedStreamingDemandDrivenPipeline* vtkCachedStreamingDemandDrivenPipeline::SafeDownCast vtkObject o  )  [static]
 

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 given algorithm's outputs up-to-date. The algorithm must already be managed by this executive.

Reimplemented from vtkStreamingDemandDrivenPipeline.

virtual int vtkCachedStreamingDemandDrivenPipeline::Update int  port  )  [virtual]
 

Bring the given algorithm's outputs up-to-date. The algorithm must already be managed by this executive.

Reimplemented from vtkStreamingDemandDrivenPipeline.

virtual int vtkCachedStreamingDemandDrivenPipeline::Update vtkAlgorithm algorithm  )  [virtual]
 

Bring the given algorithm's outputs up-to-date. The algorithm must already be managed by this executive.

Reimplemented from vtkStreamingDemandDrivenPipeline.

virtual int vtkCachedStreamingDemandDrivenPipeline::Update vtkAlgorithm algorithm,
int  port
[virtual]
 

Bring the given algorithm's outputs up-to-date. The algorithm must already be managed by this executive.

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  )  [protected, virtual]
 

Reimplemented from vtkStreamingDemandDrivenPipeline.

virtual int vtkCachedStreamingDemandDrivenPipeline::ExecuteData int  outputPort  )  [protected, virtual]
 

Reimplemented from vtkDemandDrivenPipeline.


Member Data Documentation

int vtkCachedStreamingDemandDrivenPipeline::CacheSize [protected]
 

Definition at line 71 of file vtkCachedStreamingDemandDrivenPipeline.h.

vtkDataObject** vtkCachedStreamingDemandDrivenPipeline::Data [protected]
 

Definition at line 73 of file vtkCachedStreamingDemandDrivenPipeline.h.

unsigned long* vtkCachedStreamingDemandDrivenPipeline::Times [protected]
 

Definition at line 74 of file vtkCachedStreamingDemandDrivenPipeline.h.


The documentation for this class was generated from the following file: