prevents propagation of update
More...
#include <vtkPVUpdateSuppressor.h>
Inherits vtkDataObjectAlgorithm.
prevents propagation of update
vtkPVUpdateSuppressor is simple filter that work with vtkUpdateSuppressorPipeline to block pipeline updates. One should call ForceUpdate() to update the input, if needed, explicitly. Note that ForceUpdate() may not result in input updating at all if it has been already updated by some other means.
Definition at line 32 of file vtkPVUpdateSuppressor.h.
§ Superclass
§ vtkPVUpdateSuppressor()
vtkPVUpdateSuppressor::vtkPVUpdateSuppressor |
( |
| ) |
|
|
protected |
§ ~vtkPVUpdateSuppressor()
vtkPVUpdateSuppressor::~vtkPVUpdateSuppressor |
( |
| ) |
|
|
protected |
§ GetClassName()
virtual const char* vtkPVUpdateSuppressor::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVUpdateSuppressor::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVUpdateSuppressor::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVUpdateSuppressor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ New()
Construct with user-specified implicit function.
§ ForceUpdate()
virtual void vtkPVUpdateSuppressor::ForceUpdate |
( |
| ) |
|
|
virtual |
Force update on the input.
§ SetEnabled()
void vtkPVUpdateSuppressor::SetEnabled |
( |
bool |
| ) |
|
Get/Set if the update suppressor is enabled.
If the update suppressor is not enabled, it won't supress any updates. Enabled by default.
§ GetEnabled()
virtual bool vtkPVUpdateSuppressor::GetEnabled |
( |
| ) |
|
|
virtual |
Get/Set if the update suppressor is enabled.
If the update suppressor is not enabled, it won't supress any updates. Enabled by default.
§ GetForcedUpdateTimeStamp()
virtual vtkTimeStamp vtkPVUpdateSuppressor::GetForcedUpdateTimeStamp |
( |
| ) |
|
|
virtual |
Provides access to the timestamp when the most recent ForceUpdate() was called.
§ RequestDataObject()
int vtkPVUpdateSuppressor::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
§ RequestData()
int vtkPVUpdateSuppressor::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
§ CreateDefaultExecutive()
virtual vtkExecutive* vtkPVUpdateSuppressor::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
§ ForcedUpdateTimeStamp
vtkTimeStamp vtkPVUpdateSuppressor::ForcedUpdateTimeStamp |
|
protected |
§ Enabled
bool vtkPVUpdateSuppressor::Enabled |
|
protected |
The documentation for this class was generated from the following file: