|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual vtkStdString | GetDefaultSeriesLabel (const vtkStdString &tableName, const vtkStdString &columnName) |
| | Overridden to format the series name to remove the operation applied e.g. More...
|
| |
|
| virtual void | SetQuartileVisibility (bool) |
| | When set to true, q1/q3 region is rendered. More...
|
| |
| virtual bool | GetQuartileVisibility () |
| | When set to true, q1/q3 region is rendered. More...
|
| |
|
| virtual void | SetRangeVisibility (bool) |
| | When set to true, min/max region is rendered. More...
|
| |
| virtual bool | GetRangeVisibility () |
| | When set to true, min/max region is rendered. More...
|
| |
|
| virtual void | SetAverageVisibility (bool) |
| | When set to true, the avg curve is rendered. More...
|
| |
| virtual bool | GetAverageVisibility () |
| | When set to true, the avg curve is rendered. More...
|
| |
|
| virtual void | SetMedianVisibility (bool) |
| | When set to true, the med curve is rendered. More...
|
| |
| virtual bool | GetMedianVisibility () |
| | When set to true, the med curve is rendered. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual void | SetVisibility (bool visible) |
| | Set visibility of the representation. More...
|
| |
| void | SetChartTypeToLine () |
| |
| void | SetChartTypeToPoints () |
| |
| void | SetChartTypeToBar () |
| |
| void | SetChartTypeToStacked () |
| |
| void | SetChartTypeToBag () |
| |
| void | SetChartTypeToFunctionalBag () |
| |
| void | SetChartTypeToArea () |
| |
| vtkChartXY * | GetChart () |
| | Returns the vtkChartXY instance from the view to which this representation is added. More...
|
| |
| void | ClearSeriesVisibilities () |
| |
| void | ClearLineThicknesses () |
| |
| void | ClearLineStyles () |
| |
| void | ClearColors () |
| |
| void | ClearAxisCorners () |
| |
| void | ClearMarkerStyles () |
| |
| void | ClearLabels () |
| |
| virtual void | SetSelectionColor (double, double, double) |
| |
| virtual void | SetSelectionColor (double [3]) |
| |
| virtual double * | GetSelectionColor () |
| |
| virtual void | GetSelectionColor (double &, double &, double &) |
| |
| virtual void | GetSelectionColor (double [3]) |
| |
| virtual bool | Export (vtkCSVExporter *exporter) |
| | Called by vtkPVContextView::Export() to export the representation's data to a CSV file. More...
|
| |
| virtual void | SetChartType (int) |
| | Get/Set the chart type, defaults to line chart. More...
|
| |
| virtual int | GetChartType () |
| | Get/Set the chart type, defaults to line chart. More...
|
| |
| virtual void | SetXAxisSeriesName (const char *) |
| | Set the series to use as the X-axis. More...
|
| |
| virtual char * | GetXAxisSeriesName () |
| | Set the series to use as the X-axis. More...
|
| |
| virtual void | SetUseIndexForXAxis (bool) |
| | Set whether the index should be used for the x axis. More...
|
| |
| virtual bool | GetUseIndexForXAxis () |
| | Set whether the index should be used for the x axis. More...
|
| |
| void | SetSeriesVisibility (const char *seriesname, bool visible) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetLineThickness (const char *name, int value) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetLineStyle (const char *name, int value) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetColor (const char *name, double r, double g, double b) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetAxisCorner (const char *name, int corner) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetMarkerStyle (const char *name, int style) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetLabel (const char *name, const char *label) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetUseColorMapping (const char *name, bool useColorMapping) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| void | SetLookupTable (const char *name, vtkScalarsToColors *lut) |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| const char * | GetLabel (const char *name) const |
| | Set/Clear the properties for Y series/columns. More...
|
| |
| virtual void | SetSeriesLabelPrefix (const char *) |
| | Get/Set the series label prefix. More...
|
| |
| virtual char * | GetSeriesLabelPrefix () |
| | Get/Set the series label prefix. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| void | SetSelectionRepresentation (vtkChartSelectionRepresentation *) |
| | These must only be set during initialization before adding the representation to any views or calling Update(). More...
|
| |
| virtual void | MarkModified () |
| | This needs to be called on all instances of vtkGeometryRepresentation when the input is modified. More...
|
| |
| void | SetCompositeDataSetIndex (unsigned int) |
| |
| void | AddCompositeDataSetIndex (unsigned int) |
| |
| void | ResetCompositeDataSetIndices () |
| |
| virtual unsigned int | Initialize (unsigned int minIdAvailable, unsigned int maxIdAvailable) |
| | Override because of internal selection representations that need to be initialized as well. More...
|
| |
| virtual int | ProcessViewRequest (vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo) |
| | vtkAlgorithm::ProcessRequest() equivalent for rendering passes. More...
|
| |
| virtual bool | MapSelectionToInput (vtkSelection *sel) |
| | This method is called on the client-side by the vtkPVContextView whenever a new selection is made on all the visible representations in that view. More...
|
| |
| virtual bool | MapSelectionToView (vtkSelection *sel) |
| | This is the inverse of MapSelectionToInput(). More...
|
| |
| virtual bool | Export (vtkCSVExporter *vtkNotUsed(exporter)) |
| | Called by vtkPVContextView::Export() to export the representation's data to a CSV file. More...
|
| |
| void | SetFieldAssociation (int) |
| | Set the field association for arrays to use. More...
|
| |
| virtual int | GetFieldAssociation () |
| | Set the field association for arrays to use. More...
|
| |
| virtual void | SetFlattenTable (int) |
| | Flatten the table, i.e. More...
|
| |
| virtual int | GetFlattenTable () |
| | Flatten the table, i.e. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| unsigned int | GetUniqueIdentifier () |
| | Return 0 if the Initialize() method was not called otherwise a unique ID that will be shared across the processes for that same object. More...
|
| |
| virtual bool | GetVisibility () |
| |
| virtual vtkDataObject * | GetRenderedDataObject (int vtkNotUsed(port)) |
| | Returns the data object that is rendered from the given input port. More...
|
| |
| virtual void | SetForcedCacheKey (double val) |
| | Typically a representation decides whether to use cache based on the view's values for UseCache and CacheKey. More...
|
| |
| virtual void | SetForceUseCache (bool val) |
| |
| bool | GetUsingCacheForUpdate () |
| | Called by vtkPVDataRepresentationPipeline to see if using cache is valid and will be used for the update. More...
|
| |
| virtual bool | GetNeedUpdate () |
| |
| virtual vtkAlgorithmOutput * | GetInternalOutputPort () |
| | Retrieves an output port for the input data object at the specified port and connection index. More...
|
| |
| virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port) |
| |
| virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port, int conn) |
| |
| vtkView * | GetView () const |
| | Provides access to the view. More...
|
| |
| virtual void | SetUpdateTime (double time) |
| | Set the update time. More...
|
| |
| virtual double | GetUpdateTime () |
| | Set the update time. More...
|
| |
| virtual bool | GetUpdateTimeValid () |
| | Set whether the UpdateTime is valid. More...
|
| |
| virtual void | SetUseCache (bool) |
| |
| virtual void | SetCacheKey (double val) |
| |
| virtual double | GetCacheKey () |
| | Returns whether caching is used and what key to use when caching is enabled. More...
|
| |
| virtual bool | GetUseCache () |
| | Returns whether caching is used and what key to use when caching is enabled. More...
|
| |
vtkQuartileChartRepresentation extends to vtkXYChartRepresentation to add support for combining quartile plots.
A quartile plot is created by treating multiple input arrays are ranges for area plots. All properties, like color, label etc. are specified collectively.
Definition at line 29 of file vtkQuartileChartRepresentation.h.