#include <vtkXYChartRepresentationInternals.h>
Inherits map< std::string, PlotsMapItem >.
|
vtkSmartPointer< vtkPlot > | GetPlot (vtkChartRepresentation *self, const std::string &tableName, const std::string &columnName, const std::string &role=std::string()) const |
|
bool | RemovePlot (vtkChartRepresentation *self, const std::string &tableName, const std::string &columnName, const std::string &role=std::string()) |
|
void | AddPlot (vtkChartRepresentation *self, const std::string &tableName, const std::string &columnName, const std::string &role, vtkPlot *plot) |
|
void | SetPlotVisibility (bool val) const |
|
void | RemoveAllPlots (vtkChartXY *chartXY) |
|
void | Intersect (const PlotsMap &other, vtkChartXY *chartXY) |
|
§ GetPlot()
vtkSmartPointer<vtkPlot> vtkXYChartRepresentation::vtkInternals::PlotsMap::GetPlot |
( |
vtkChartRepresentation * |
self, |
|
|
const std::string & |
tableName, |
|
|
const std::string & |
columnName, |
|
|
const std::string & |
role = std::string() |
|
) |
| const |
|
inline |
§ RemovePlot()
bool vtkXYChartRepresentation::vtkInternals::PlotsMap::RemovePlot |
( |
vtkChartRepresentation * |
self, |
|
|
const std::string & |
tableName, |
|
|
const std::string & |
columnName, |
|
|
const std::string & |
role = std::string() |
|
) |
| |
|
inline |
§ AddPlot()
void vtkXYChartRepresentation::vtkInternals::PlotsMap::AddPlot |
( |
vtkChartRepresentation * |
self, |
|
|
const std::string & |
tableName, |
|
|
const std::string & |
columnName, |
|
|
const std::string & |
role, |
|
|
vtkPlot * |
plot |
|
) |
| |
|
inline |
§ SetPlotVisibility()
void vtkXYChartRepresentation::vtkInternals::PlotsMap::SetPlotVisibility |
( |
bool |
val | ) |
const |
|
inline |
§ RemoveAllPlots()
void vtkXYChartRepresentation::vtkInternals::PlotsMap::RemoveAllPlots |
( |
vtkChartXY * |
chartXY | ) |
|
|
inline |
§ Intersect()
void vtkXYChartRepresentation::vtkInternals::PlotsMap::Intersect |
( |
const PlotsMap & |
other, |
|
|
vtkChartXY * |
chartXY |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: