ParaView
Public Member Functions | Static Public Member Functions | Protected Attributes
vtkUpdateSuppressorPipeline Class Reference

pipeline for vtkPVUpdateSuppressor More...

#include <vtkUpdateSuppressorPipeline.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)

Static Public Member Functions

static
vtkUpdateSuppressorPipeline
New ()
static int IsTypeOf (const char *type)
static
vtkUpdateSuppressorPipeline
SafeDownCast (vtkObject *o)

Protected Attributes

bool Enabled
void SetEnabled (bool e)
virtual bool GetEnabled ()
 vtkUpdateSuppressorPipeline ()
 ~vtkUpdateSuppressorPipeline ()

Detailed Description

pipeline for vtkPVUpdateSuppressor

vtkUpdateSuppressorPipeline is designed to for with vtkPVUpdateSuppressor. It stops all update extent and data requests.

Definition at line 27 of file vtkUpdateSuppressorPipeline.h.


Constructor & Destructor Documentation

vtkUpdateSuppressorPipeline::vtkUpdateSuppressorPipeline ( ) [protected]

Get/Set if the update suppressions are enabled. Enabled by default.

vtkUpdateSuppressorPipeline::~vtkUpdateSuppressorPipeline ( ) [protected]

Get/Set if the update suppressions are enabled. Enabled by default.


Member Function Documentation

static vtkUpdateSuppressorPipeline* vtkUpdateSuppressorPipeline::New ( ) [static]

Reimplemented from vtkCompositeDataPipeline.

virtual const char* vtkUpdateSuppressorPipeline::GetClassName ( ) [virtual]

Reimplemented from vtkCompositeDataPipeline.

static int vtkUpdateSuppressorPipeline::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkCompositeDataPipeline.

virtual int vtkUpdateSuppressorPipeline::IsA ( const char *  type) [virtual]

Reimplemented from vtkCompositeDataPipeline.

static vtkUpdateSuppressorPipeline* vtkUpdateSuppressorPipeline::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkCompositeDataPipeline.

void vtkUpdateSuppressorPipeline::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkCompositeDataPipeline.

virtual int vtkUpdateSuppressorPipeline::ProcessRequest ( vtkInformation request,
vtkInformationVector **  inInfo,
vtkInformationVector outInfo 
) [virtual]

Generalized interface for asking the executive to fullfill update requests.

Reimplemented from vtkCompositeDataPipeline.

void vtkUpdateSuppressorPipeline::SetEnabled ( bool  e) [inline]

Get/Set if the update suppressions are enabled. Enabled by default.

Definition at line 44 of file vtkUpdateSuppressorPipeline.h.

virtual bool vtkUpdateSuppressorPipeline::GetEnabled ( ) [virtual]

Get/Set if the update suppressions are enabled. Enabled by default.


Member Data Documentation

Definition at line 51 of file vtkUpdateSuppressorPipeline.h.


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