24 #ifndef vtkTextSourceRepresentation_h 25 #define vtkTextSourceRepresentation_h 27 #include "vtkPVClientServerCoreRenderingModule.h" 40 void PrintSelf(ostream& os, vtkIndent indent);
60 void SetInteractivity(
bool);
69 vtkInformationRequestKey* request_type, vtkInformation* inInfo, vtkInformation* outInfo);
78 virtual int FillInputPortInformation(
int port, vtkInformation* info);
83 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
102 virtual bool IsCached(
double cache_key);
void PrintSelf(ostream &os, vtkIndent indent)
vtk3DWidgetRepresentation * TextWidgetRepresentation
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...
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.
virtual void MarkModified()
This is one of the most important functions.
vtkPolyData * DummyPolyData
virtual bool RemoveFromView(vtkView *view)
Making these methods public.
manages data cache for flip book animations.
vtkTextSourceRepresentation is a representation to show text.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Overridden to invoke vtkCommand::UpdateDataEvent.
vtkPVCacheKeeper * CacheKeeper