#include <vtkXYChartRepresentationInternals.h>
|
std::map< std::string, bool > | SeriesVisibilities |
|
std::map< std::string, int > | SeriesOrder |
|
std::map< std::string, int > | LineThicknesses |
|
std::map< std::string, int > | LineStyles |
|
std::map< std::string, vtkColor3d > | Colors |
|
std::map< std::string, double > | Opacities |
|
std::map< std::string, int > | AxisCorners |
|
std::map< std::string, int > | MarkerStyles |
|
std::map< std::string, double > | MarkerSizes |
|
std::map< std::string, std::string > | Labels |
|
std::map< std::string, bool > | UseColorMapping |
|
std::map< std::string, vtkScalarsToColors * > | Lut |
|
bool | PreviousUseIndexForXAxis |
|
std::string | PreviousXAxisSeriesName |
|
|
template<class T > |
T | GetSeriesParameter (vtkXYChartRepresentation *self, const std::string &tableName, const std::string &columnName, const std::string &vtkNotUsed(role), const std::map< std::string, T > ¶meter_map, const T default_value=T()) const |
| Makes is easy to obtain a value for a series parameter, is set, else the default. More...
|
|
virtual bool | UpdateSinglePlotProperties (vtkXYChartRepresentation *self, const std::string &tableName, const std::string &columnName, const std::string &role, vtkPlot *plot) |
| Returns false for in-visible plots. More...
|
|
◆ PlotsMapItem
◆ MapOfTables
◆ vtkInternals()
vtkXYChartRepresentation::vtkInternals::vtkInternals |
( |
| ) |
|
|
inline |
◆ ~vtkInternals()
virtual vtkXYChartRepresentation::vtkInternals::~vtkInternals |
( |
| ) |
|
|
virtualdefault |
◆ GetSeriesParameter()
Makes is easy to obtain a value for a series parameter, is set, else the default.
This class supports two mechanisms for addresses series in a collection (multiblock) of tables: (1) using a name that combines the table name and the column name (using vtkChartRepresentation::GetDefaultSeriesLabel), or (2) using the column name alone. (1) is always checked before (2).
Definition at line 161 of file vtkXYChartRepresentationInternals.h.
◆ HideAllPlots()
void vtkXYChartRepresentation::vtkInternals::HideAllPlots |
( |
| ) |
|
|
inline |
◆ RemoveAllPlots()
void vtkXYChartRepresentation::vtkInternals::RemoveAllPlots |
( |
vtkChartXY * |
chartXY | ) |
|
|
inline |
◆ GetSeriesRoles()
Subclasses can override this method to assign a role for a specific data array in the input dataset.
This is useful when multiple plots are to be created for a single series.
Definition at line 238 of file vtkXYChartRepresentationInternals.h.
◆ NewPlot()
◆ GetInputArrayIndex()
◆ UpdatePlots()
◆ UpdatePlotProperties()
◆ Export()
◆ UpdateSinglePlotProperties()
◆ SeriesPlots
PlotsMap vtkXYChartRepresentation::vtkInternals::SeriesPlots |
|
protected |
◆ SeriesVisibilities
std::map<std::string, bool> vtkXYChartRepresentation::vtkInternals::SeriesVisibilities |
◆ SeriesOrder
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::SeriesOrder |
◆ LineThicknesses
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::LineThicknesses |
◆ LineStyles
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::LineStyles |
◆ Colors
◆ Opacities
◆ AxisCorners
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::AxisCorners |
◆ MarkerStyles
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::MarkerStyles |
◆ MarkerSizes
◆ Labels
◆ UseColorMapping
std::map<std::string, bool> vtkXYChartRepresentation::vtkInternals::UseColorMapping |
◆ Lut
◆ PreviousUseIndexForXAxis
bool vtkXYChartRepresentation::vtkInternals::PreviousUseIndexForXAxis |
◆ PreviousXAxisSeriesName
std::string vtkXYChartRepresentation::vtkInternals::PreviousXAxisSeriesName |
The documentation for this class was generated from the following file: