|
ParaView
|
pipeline for vtkPVUpdateSuppressor More...
#include <vtkUpdateSuppressorPipeline.h>


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 () | |
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.
| 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.
| 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.
bool vtkUpdateSuppressorPipeline::Enabled [protected] |
Definition at line 51 of file vtkUpdateSuppressorPipeline.h.
1.7.5.1