29 #ifndef vtkChartSelectionRepresentation_h 30 #define vtkChartSelectionRepresentation_h 32 #include "vtkPVClientServerCoreRenderingModule.h" 34 #include "vtkSmartPointer.h" 35 #include "vtkWeakPointer.h" 46 void PrintSelf(ostream& os, vtkIndent indent);
69 virtual int FillInputPortInformation(
int port, vtkInformation* info);
71 vtkInformation*, vtkInformationVector** inputVector, vtkInformationVector*);
vtkWeakPointer< vtkPVContextView > ContextView
void PrintSelf(ostream &os, vtkIndent indent)
vtkPVDataRepresentation adds some ParaView specific API to data representations.
virtual void MarkModified()
This needs to be called on all instances of vtkChartSelectionRepresentation when the input is modifie...
virtual void SetVisibility(bool val)
Get/Set the visibility for this representation.
virtual bool AddToView(vtkView *view)
Making these methods public.
virtual bool RemoveFromView(vtkView *view)
Making these methods public.
vtkWeakPointer< vtkChartRepresentation > ChartRepresentation
vtkPVContextView adopts vtkContextView so that it can be used in ParaView configurations.
vtkChartRepresentation is the base representation for charting representations.
bool EnableServerSideRendering
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Overridden to invoke vtkCommand::UpdateDataEvent.
representation for showing selections in chart views.