64 using Superclass::SetInputArray;
70 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a)
override;
71 void SetColor(
double r,
double g,
double b)
override;
143 vtkTableCache* TableCache;
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
bool Paint(vtkContext2D *painter) override
Paint event for the XY plot, called whenever the chart needs to be drawn.
void Update() override
Perform any updates to the item that may be necessary before rendering.
vtkStdString GetTooltipLabel(const vtkVector2d &plotPos, vtkIdType seriesIndex, vtkIdType segmentIndex) override
Generate and return the tooltip label string for this plot The segmentIndex parameter is ignored,...
vtkStdString ValidPointMaskName
Name of the valid point mask array.
static vtkPlotArea * New()
void GetBounds(double bounds[4]) override
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a) override
Overridden to set the brush color.
void SetColor(double r, double g, double b) override
Overridden to set the brush color.
vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location, vtkIdType *segmentId) override
Function to query a plot for the nearest point to the specified coordinate.
void UpdateCache() override
Subclasses that build data caches to speed up painting should override this method to update such cac...
bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex) override
Paint legend event for the plot, called whenever the legend needs the plot items symbol/mark/line dra...
Abstract class for 2D plots.
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location, vtkIdType *segmentId)
Function to query a plot for the nearest point to the specified coordinate.
Wrapper around std::string to keep symbols short.
record modification and/or execution time