Public Member Functions | List of all members
vtkXYChartRepresentation::vtkInternals::PlotsMap Class Reference

#include <vtkXYChartRepresentationInternals.h>

Inherits map< std::string, PlotsMapItem >.

Public Member Functions

vtkSmartPointer< vtkPlotGetPlot (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)
 

Detailed Description

Definition at line 45 of file vtkXYChartRepresentationInternals.h.

Member Function Documentation

◆ 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

Definition at line 59 of file vtkXYChartRepresentationInternals.h.

◆ RemovePlot()

bool vtkXYChartRepresentation::vtkInternals::PlotsMap::RemovePlot ( vtkChartRepresentation self,
const std::string tableName,
const std::string columnName,
const std::string role = std::string() 
)
inline

Definition at line 75 of file vtkXYChartRepresentationInternals.h.

◆ AddPlot()

void vtkXYChartRepresentation::vtkInternals::PlotsMap::AddPlot ( vtkChartRepresentation self,
const std::string tableName,
const std::string columnName,
const std::string role,
vtkPlot plot 
)
inline

Definition at line 92 of file vtkXYChartRepresentationInternals.h.

◆ SetPlotVisibility()

void vtkXYChartRepresentation::vtkInternals::PlotsMap::SetPlotVisibility ( bool  val) const
inline

Definition at line 102 of file vtkXYChartRepresentationInternals.h.

◆ RemoveAllPlots()

void vtkXYChartRepresentation::vtkInternals::PlotsMap::RemoveAllPlots ( vtkChartXY chartXY)
inline

Definition at line 114 of file vtkXYChartRepresentationInternals.h.

◆ Intersect()

void vtkXYChartRepresentation::vtkInternals::PlotsMap::Intersect ( const PlotsMap other,
vtkChartXY chartXY 
)
inline

Definition at line 127 of file vtkXYChartRepresentationInternals.h.


The documentation for this class was generated from the following file: