Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkPVUpdateSuppressor Class Reference

prevents propagation of update More...

#include <vtkPVUpdateSuppressor.h>

List of all members.

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

vtkPVUpdateSuppressorNew ()

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


Detailed Description

prevents propagation of update

flip books (geometry cache).

Definition at line 26 of file vtkPVUpdateSuppressor.h.


Constructor & Destructor Documentation

vtkPVUpdateSuppressor::vtkPVUpdateSuppressor  )  [protected]
 

vtkPVUpdateSuppressor::~vtkPVUpdateSuppressor  )  [protected]
 


Member Function Documentation

vtkPVUpdateSuppressor::vtkTypeRevisionMacro vtkPVUpdateSuppressor  ,
vtkDataSetAlgorithm 
 

void vtkPVUpdateSuppressor::PrintSelf ostream &  os,
vtkIndent  indent
 

vtkPVUpdateSuppressor* vtkPVUpdateSuppressor::New  )  [static]
 

Construct with user-specified implicit function.

void vtkPVUpdateSuppressor::RemoveAllCaches  ) 
 

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.

void vtkPVUpdateSuppressor::CacheUpdate int  idx,
int  total
 

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.

void vtkPVUpdateSuppressor::ForceUpdate  ) 
 

Force update on the input.

virtual void vtkPVUpdateSuppressor::SetUpdatePiece int   )  [virtual]
 

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).

virtual int vtkPVUpdateSuppressor::GetUpdatePiece  )  [virtual]
 

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).

virtual void vtkPVUpdateSuppressor::SetUpdateNumberOfPieces int   )  [virtual]
 

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).

virtual int vtkPVUpdateSuppressor::GetUpdateNumberOfPieces  )  [virtual]
 

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).

virtual void vtkPVUpdateSuppressor::SetOutputType const char *   )  [virtual]
 

Set the output type. If not specified, the output type will be the same as the input.

virtual vtkExecutive* vtkPVUpdateSuppressor::CreateDefaultExecutive  )  [protected, virtual]
 

virtual int vtkPVUpdateSuppressor::RequestDataObject vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector * 
[protected, virtual]
 


Member Data Documentation

int vtkPVUpdateSuppressor::UpdatePiece [protected]
 

Definition at line 67 of file vtkPVUpdateSuppressor.h.

int vtkPVUpdateSuppressor::UpdateNumberOfPieces [protected]
 

Definition at line 68 of file vtkPVUpdateSuppressor.h.

vtkTimeStamp vtkPVUpdateSuppressor::UpdateTime [protected]
 

Definition at line 70 of file vtkPVUpdateSuppressor.h.

vtkDataSet** vtkPVUpdateSuppressor::CachedGeometry [protected]
 

Definition at line 72 of file vtkPVUpdateSuppressor.h.

int vtkPVUpdateSuppressor::CachedGeometryLength [protected]
 

Definition at line 73 of file vtkPVUpdateSuppressor.h.

char* vtkPVUpdateSuppressor::OutputType [protected]
 

Definition at line 81 of file vtkPVUpdateSuppressor.h.

int vtkPVUpdateSuppressor::PreviousUpdateWasBlockedByStreaming [protected]
 

Definition at line 84 of file vtkPVUpdateSuppressor.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:46:17 2006 for ParaView by doxygen 1.3.5