#include <vtkPVUpdateSuppressor.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVUpdateSuppressor, vtkDataSetAlgorithm) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | ForceUpdate () |
void | RemoveAllCaches () |
void | CacheUpdate (int idx, int total) |
virtual void | SetUpdatePiece (int) |
virtual int | GetUpdatePiece () |
virtual void | SetUpdateNumberOfPieces (int) |
virtual int | GetUpdateNumberOfPieces () |
virtual void | SetOutputType (const char *) |
Static Public Member Functions | |
vtkPVUpdateSuppressor * | New () |
Protected Member Functions | |
vtkPVUpdateSuppressor () | |
~vtkPVUpdateSuppressor () | |
virtual vtkExecutive * | CreateDefaultExecutive () |
virtual int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | UpdatePiece |
int | UpdateNumberOfPieces |
vtkTimeStamp | UpdateTime |
vtkDataSet ** | CachedGeometry |
int | CachedGeometryLength |
char * | OutputType |
int | PreviousUpdateWasBlockedByStreaming |
flip books (geometry cache).
Definition at line 26 of file vtkPVUpdateSuppressor.h.
|
|
|
|
|
|
|
|
|
Construct with user-specified implicit function. |
|
Methods for saving, clearing and updating flip books. Cache update will update and save cache or just use previous cache. "idx" is the time index, "total" is the number of time steps. |
|
Methods for saving, clearing and updating flip books. Cache update will update and save cache or just use previous cache. "idx" is the time index, "total" is the number of time steps. |
|
Force update on the input. |
|
Set number of pieces and piece on the data. This causes the filter to ingore the request from the output. It is here because the user may not have celled update on the output before calling force update (it is an easy fix). |
|
Set number of pieces and piece on the data. This causes the filter to ingore the request from the output. It is here because the user may not have celled update on the output before calling force update (it is an easy fix). |
|
Set number of pieces and piece on the data. This causes the filter to ingore the request from the output. It is here because the user may not have celled update on the output before calling force update (it is an easy fix). |
|
Set number of pieces and piece on the data. This causes the filter to ingore the request from the output. It is here because the user may not have celled update on the output before calling force update (it is an easy fix). |
|
Set the output type. If not specified, the output type will be the same as the input. |
|
|
|
|
|
Definition at line 67 of file vtkPVUpdateSuppressor.h. |
|
Definition at line 68 of file vtkPVUpdateSuppressor.h. |
|
Definition at line 70 of file vtkPVUpdateSuppressor.h. |
|
Definition at line 72 of file vtkPVUpdateSuppressor.h. |
|
Definition at line 73 of file vtkPVUpdateSuppressor.h. |
|
Definition at line 81 of file vtkPVUpdateSuppressor.h. |
|
Definition at line 84 of file vtkPVUpdateSuppressor.h. |