23 #ifndef vtkPVParallelCoordinatesRepresentation_h 24 #define vtkPVParallelCoordinatesRepresentation_h 27 #include "vtkPVClientServerCoreRenderingModule.h" 29 class vtkChartParallelCoordinates;
37 void PrintSelf(ostream& os, vtkIndent indent);
50 void SetSeriesVisibility(
const char* series,
bool visibility);
51 void ClearSeriesVisibilities();
57 vtkChartParallelCoordinates* GetChart();
63 vtkSetMacro(LineThickness,
int);
70 vtkSetMacro(LineStyle,
int);
77 vtkSetVector3Macro(Color,
double);
84 vtkSetMacro(Opacity,
double);
124 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...
virtual bool Export(vtkCSVExporter *vtkNotUsed(exporter))
Called by vtkPVContextView::Export() to export the representation's data to a CSV file...
virtual void SetVisibility(bool visible)
Set visibility of the representation.
virtual bool AddToView(vtkView *view)
Adds the representation to the view.
vtkChartRepresentation is the base representation for charting representations.
exporter used by certain views to export data as a CSV file.
vtkPVParallelCoordinatesRepresentation is the vtkChartParallelCoordinates subclass for parallel coord...
void PrintSelf(ostream &os, vtkIndent indent)
virtual bool RemoveFromView(vtkView *view)
Removes the representation to the view.