22 VTK_ABI_NAMESPACE_BEGIN
37 using Superclass::SetInputArray;
42 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a)
override;
48 void SetColorF(
double r,
double g,
double b,
double a)
override;
49 void SetColorF(
double r,
double g,
double b)
override;
52 void SetColor(
double r,
double g,
double b)
override { this->
SetColorF(r, g, b); };
66 void GetBounds(
double bounds[4])
override;
120 vtkTableCache* TableCache;
125 VTK_ABI_NAMESPACE_END
Wrapper around std::string to keep symbols short.
vtkStdString ValidPointMaskName
Name of the valid point mask array.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
Paint legend event for the plot, called whenever the legend needs the plot items symbol/mark/line dra...
virtual void SetColorF(double r, double g, double b, double a)
Set the plot color with floating values (comprised between 0.0 and 1.0)
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn.
record modification and/or execution time
virtual void GetBounds(double bounds[4])
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
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.
virtual void SetColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
Set the plot color with integer values (comprised between 0 and 255)
#define VTK_DEPRECATED_IN_9_3_0(reason)
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
virtual bool UpdateCache()
Update the internal cache.
Abstract class for 2D plots.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual vtkStdString GetTooltipLabel(const vtkVector2d &plotPos, vtkIdType seriesIndex, vtkIdType segmentIndex)
Generate and return the tooltip label string for this plot The segmentIndex parameter is ignored...