ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVDataRepresentationPipeline Class Reference

executive for vtkPVDataRepresentation. More...

#include <vtkPVDataRepresentationPipeline.h>

Inherits vtkCompositeDataPipeline.

Public Types

typedef vtkCompositeDataPipeline Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkPVDataRepresentationPipelineNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVDataRepresentationPipelineSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVDataRepresentationPipeline ()
 
 ~vtkPVDataRepresentationPipeline ()
 
virtual int ForwardUpstream (int i, int j, vtkInformation *request)
 
virtual int ForwardUpstream (vtkInformation *request)
 
virtual void ExecuteDataEnd (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec)
 
virtual int NeedToExecuteData (int outputPort, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec)
 

Detailed Description

executive for vtkPVDataRepresentation.

vtkPVDataRepresentationPipeline is an executive for vtkPVDataRepresentation. In works in collaboration with the vtkPVView and vtkPVDataRepresentation to ensure appropriate time/piece is requested from the upstream. This also helps when caching is employed by the view.

Definition at line 32 of file vtkPVDataRepresentationPipeline.h.

Member Typedef Documentation

§ Superclass

typedef vtkCompositeDataPipeline vtkPVDataRepresentationPipeline::Superclass

Definition at line 37 of file vtkPVDataRepresentationPipeline.h.

Constructor & Destructor Documentation

§ vtkPVDataRepresentationPipeline()

vtkPVDataRepresentationPipeline::vtkPVDataRepresentationPipeline ( )
protected

§ ~vtkPVDataRepresentationPipeline()

vtkPVDataRepresentationPipeline::~vtkPVDataRepresentationPipeline ( )
protected

Member Function Documentation

§ New()

static vtkPVDataRepresentationPipeline* vtkPVDataRepresentationPipeline::New ( )
static

§ GetClassName()

virtual const char* vtkPVDataRepresentationPipeline::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkPVDataRepresentationPipeline::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVDataRepresentationPipeline::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkPVDataRepresentationPipeline* vtkPVDataRepresentationPipeline::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVDataRepresentationPipeline::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ ForwardUpstream() [1/2]

virtual int vtkPVDataRepresentationPipeline::ForwardUpstream ( int  i,
int  j,
vtkInformation *  request 
)
protectedvirtual

§ ForwardUpstream() [2/2]

virtual int vtkPVDataRepresentationPipeline::ForwardUpstream ( vtkInformation *  request)
protectedvirtual

§ ExecuteDataEnd()

virtual void vtkPVDataRepresentationPipeline::ExecuteDataEnd ( vtkInformation *  request,
vtkInformationVector **  inInfoVec,
vtkInformationVector *  outInfoVec 
)
protectedvirtual

§ NeedToExecuteData()

virtual int vtkPVDataRepresentationPipeline::NeedToExecuteData ( int  outputPort,
vtkInformationVector **  inInfoVec,
vtkInformationVector *  outInfoVec 
)
protectedvirtual

§ ProcessRequest()

virtual int vtkPVDataRepresentationPipeline::ProcessRequest ( vtkInformation *  request,
vtkInformationVector **  inInfoVec,
vtkInformationVector *  outInfoVec 
)
protectedvirtual

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