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

pipeline for vtkPVUpdateSuppressor More...

#include <vtkUpdateSuppressorPipeline.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)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
 Generalized interface for asking the executive to fullfill update requests. More...
 

Static Public Member Functions

static vtkUpdateSuppressorPipelineNew ()
 
static int IsTypeOf (const char *type)
 
static vtkUpdateSuppressorPipelineSafeDownCast (vtkObject *o)
 

Protected Attributes

bool Enabled
 
void SetEnabled (bool e)
 Get/Set if the update suppressions are enabled. More...
 
virtual bool GetEnabled ()
 Get/Set if the update suppressions are enabled. More...
 
 vtkUpdateSuppressorPipeline ()
 Get/Set if the update suppressions are enabled. More...
 
 ~vtkUpdateSuppressorPipeline ()
 Get/Set if the update suppressions are enabled. More...
 

Detailed Description

pipeline for vtkPVUpdateSuppressor

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

Definition at line 29 of file vtkUpdateSuppressorPipeline.h.

Member Typedef Documentation

◆ Superclass

typedef vtkCompositeDataPipeline vtkUpdateSuppressorPipeline::Superclass

Definition at line 34 of file vtkUpdateSuppressorPipeline.h.

Constructor & Destructor Documentation

◆ vtkUpdateSuppressorPipeline()

vtkUpdateSuppressorPipeline::vtkUpdateSuppressorPipeline ( )
protected

Get/Set if the update suppressions are enabled.

Enabled by default.

◆ ~vtkUpdateSuppressorPipeline()

vtkUpdateSuppressorPipeline::~vtkUpdateSuppressorPipeline ( )
protected

Get/Set if the update suppressions are enabled.

Enabled by default.

Member Function Documentation

◆ New()

static vtkUpdateSuppressorPipeline* vtkUpdateSuppressorPipeline::New ( )
static

◆ GetClassName()

virtual const char* vtkUpdateSuppressorPipeline::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ ProcessRequest()

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

Generalized interface for asking the executive to fullfill update requests.

◆ SetEnabled()

void vtkUpdateSuppressorPipeline::SetEnabled ( bool  e)
inline

Get/Set if the update suppressions are enabled.

Enabled by default.

Definition at line 49 of file vtkUpdateSuppressorPipeline.h.

◆ GetEnabled()

virtual bool vtkUpdateSuppressorPipeline::GetEnabled ( )
virtual

Get/Set if the update suppressions are enabled.

Enabled by default.

Member Data Documentation

◆ Enabled

bool vtkUpdateSuppressorPipeline::Enabled
protected

Definition at line 57 of file vtkUpdateSuppressorPipeline.h.


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