24 #ifndef vtkProgressBarSourceRepresentation_h 25 #define vtkProgressBarSourceRepresentation_h 27 #include "vtkPVClientServerCoreRenderingModule.h" 29 #include "vtkSmartPointer.h" 41 void PrintSelf(ostream& os, vtkIndent indent);
61 void SetInteractivity(
bool);
70 vtkInformationRequestKey* request_type, vtkInformation* inInfo, vtkInformation* outInfo);
80 virtual int FillInputPortInformation(
int port, vtkInformation* info);
85 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
104 virtual bool IsCached(
double cache_key);
void PrintSelf(ostream &os, vtkIndent indent)
vtkPVDataRepresentation adds some ParaView specific API to data representations.
virtual bool IsCached(double cache_key)
Subclasses should override this method when they support caching to indicate if the particular key is...
vtkSmartPointer< vtkPolyData > DummyPolyData
vtk3DWidgetRepresentation * ProgressBarWidgetRepresentation
virtual void SetVisibility(bool val)
Get/Set the visibility for this representation.
virtual bool AddToView(vtkView *view)
Making these methods public.
virtual int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
vtkProgressBarSourceRepresentation is a representation to show ProgressBar.
virtual void MarkModified()
This is one of the most important functions.
vtkPVCacheKeeper * CacheKeeper
virtual bool RemoveFromView(vtkView *view)
Making these methods public.
manages data cache for flip book animations.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Overridden to invoke vtkCommand::UpdateDataEvent.