11 #ifndef vtkPVParallelCoordinatesRepresentation_h 12 #define vtkPVParallelCoordinatesRepresentation_h 38 void SetSeriesVisibility(
const char* series,
bool visibility);
39 void ClearSeriesVisibilities();
51 vtkSetMacro(LineThickness,
int);
58 vtkSetMacro(LineStyle,
int);
65 vtkSetVector3Macro(Color,
double);
72 vtkSetMacro(Opacity,
double);
113 vtkInternals* Internals;
static vtkChartRepresentation * New()
virtual void PrepareForRendering()
This method is called before actual render if this->MTime was modified since the last time this metho...
#define VTKREMOTINGVIEWS_EXPORT
void SetVisibility(bool visible) override
Set visibility of the representation.
virtual bool Export(vtkAbstractChartExporter *vtkNotUsed(exporter))
Called by vtkPVContextView::Export() to export the representation's data to a CSV file...
vtkChartRepresentation is the base representation for charting representations.
vtkPVParallelCoordinatesRepresentation is the vtkChartParallelCoordinates subclass for parallel coord...
bool AddToView(vtkView *view) override
Adds the representation to the view.
void PrintSelf(ostream &os, vtkIndent indent) override
exporter used by certain views to export data into a file or stream.
bool RemoveFromView(vtkView *view) override
Removes the representation to the view.