VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkCachedStreamingDemandDrivenPipeline Class Reference

#include <vtkCachedStreamingDemandDrivenPipeline.h>

Inheritance diagram for vtkCachedStreamingDemandDrivenPipeline:
Inheritance graph
[legend]
Collaboration diagram for vtkCachedStreamingDemandDrivenPipeline:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
vtkStreamingDemandDrivenPipeline 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkCachedStreamingDemandDrivenPipelineNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual int Update ()
virtual int Update (int port)
void SetCacheSize (int size)
virtual int GetCacheSize ()

Static Public Member Functions

static
vtkCachedStreamingDemandDrivenPipeline
New ()
static int IsTypeOf (const char *type)
static
vtkCachedStreamingDemandDrivenPipeline
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkCachedStreamingDemandDrivenPipeline ()
 ~vtkCachedStreamingDemandDrivenPipeline ()
virtual int NeedToExecuteData (int outputPort, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec)
virtual int ExecuteData (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec)

Protected Attributes

int CacheSize
vtkDataObject ** Data
unsigned long * Times

Detailed Description

vtkCachedStreamingDemandDrivenPipeline

Definition at line 30 of file vtkCachedStreamingDemandDrivenPipeline.h.


Member Typedef Documentation

Reimplemented from vtkStreamingDemandDrivenPipeline.

Definition at line 36 of file vtkCachedStreamingDemandDrivenPipeline.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkStreamingDemandDrivenPipeline.

Reimplemented from vtkStreamingDemandDrivenPipeline.

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.

Bring the algorithm's outputs up-to-date.

Reimplemented from vtkStreamingDemandDrivenPipeline.

Bring the algorithm's outputs up-to-date.

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.

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.


Member Data Documentation

Definition at line 63 of file vtkCachedStreamingDemandDrivenPipeline.h.

Definition at line 65 of file vtkCachedStreamingDemandDrivenPipeline.h.

Definition at line 66 of file vtkCachedStreamingDemandDrivenPipeline.h.


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