#include <vtkXYChartRepresentationInternals.h>
|
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 |
|
virtual bool | UpdateSinglePlotProperties (vtkXYChartRepresentation *self, const std::string &tableName, const std::string &columnName, const std::string &role, vtkPlot *plot) |
|
§ PlotsMapItem
§ MapOfTables
§ vtkInternals()
vtkXYChartRepresentation::vtkInternals::vtkInternals |
( |
| ) |
|
|
inline |
§ ~vtkInternals()
virtual vtkXYChartRepresentation::vtkInternals::~vtkInternals |
( |
| ) |
|
|
inlinevirtual |
§ GetSeriesParameter()
template<class T >
T vtkXYChartRepresentation::vtkInternals::GetSeriesParameter |
( |
vtkXYChartRepresentation * |
self, |
|
|
const std::string & |
tableName, |
|
|
const std::string & |
columnName, |
|
|
const std::string & |
vtkNotUsedrole, |
|
|
const std::map< std::string, T > & |
parameter_map, |
|
|
const T |
default_value = T() |
|
) |
| const |
|
inlineprotected |
§ HideAllPlots()
void vtkXYChartRepresentation::vtkInternals::HideAllPlots |
( |
| ) |
|
|
inline |
§ RemoveAllPlots()
void vtkXYChartRepresentation::vtkInternals::RemoveAllPlots |
( |
vtkChartXY * |
chartXY | ) |
|
|
inline |
§ GetSeriesRole()
virtual std::string vtkXYChartRepresentation::vtkInternals::GetSeriesRole |
( |
const std::string & |
vtkNotUsedtableName, |
|
|
const std::string & |
vtkNotUsedcolumnName |
|
) |
| |
|
inlinevirtual |
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 233 of file vtkXYChartRepresentationInternals.h.
§ NewPlot()
virtual vtkPlot* vtkXYChartRepresentation::vtkInternals::NewPlot |
( |
vtkXYChartRepresentation * |
self, |
|
|
const std::string & |
tableName, |
|
|
const std::string & |
columnName, |
|
|
const std::string & |
role |
|
) |
| |
|
inlinevirtual |
§ GetInputArrayIndex()
virtual int vtkXYChartRepresentation::vtkInternals::GetInputArrayIndex |
( |
const std::string & |
vtkNotUsedtableName, |
|
|
const std::string & |
vtkNotUsedcolumnName, |
|
|
const std::string & |
vtkNotUsedrole |
|
) |
| |
|
inlinevirtual |
§ UpdatePlots()
§ UpdatePlotProperties()
§ Export()
§ UpdateSinglePlotProperties()
virtual bool vtkXYChartRepresentation::vtkInternals::UpdateSinglePlotProperties |
( |
vtkXYChartRepresentation * |
self, |
|
|
const std::string & |
tableName, |
|
|
const std::string & |
columnName, |
|
|
const std::string & |
role, |
|
|
vtkPlot * |
plot |
|
) |
| |
|
inlineprotectedvirtual |
§ SeriesPlots
PlotsMap vtkXYChartRepresentation::vtkInternals::SeriesPlots |
|
protected |
§ SeriesVisibilities
std::map<std::string, bool> vtkXYChartRepresentation::vtkInternals::SeriesVisibilities |
§ LineThicknesses
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::LineThicknesses |
§ LineStyles
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::LineStyles |
§ Colors
std::map<std::string, vtkColor3d> vtkXYChartRepresentation::vtkInternals::Colors |
§ AxisCorners
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::AxisCorners |
§ MarkerStyles
std::map<std::string, int> vtkXYChartRepresentation::vtkInternals::MarkerStyles |
§ Labels
std::map<std::string, std::string> vtkXYChartRepresentation::vtkInternals::Labels |
§ UseColorMapping
std::map<std::string, bool> vtkXYChartRepresentation::vtkInternals::UseColorMapping |
§ Lut
std::map<std::string, vtkScalarsToColors*> vtkXYChartRepresentation::vtkInternals::Lut |
§ PreviousUseIndexForXAxis
bool vtkXYChartRepresentation::vtkInternals::PreviousUseIndexForXAxis |
§ PreviousXAxisSeriesName
std::string vtkXYChartRepresentation::vtkInternals::PreviousXAxisSeriesName |
The documentation for this class was generated from the following file: