 |
VTK
9.0.1
|
Go to the documentation of this file.
45 using Superclass::SetInputArray;
51 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a)
override;
52 void SetColor(
double r,
double g,
double b)
override;
101 #ifndef VTK_LEGACY_REMOVE
104 vtkIdType* segmentId =
nullptr)
override;
105 #endif // VTK_LEGACY_REMOVE
107 #ifndef VTK_LEGACY_REMOVE
109 #endif // VTK_LEGACY_REMOVE
132 vtkTableCache* TableCache;
static vtkPlotArea * New()
void SetColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a) override
Overridden to set the brush color.
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,...
void UpdateCache() override
Subclasses that build data caches to speed up painting should override this method to update such cac...
record modification and/or execution time
void SetColor(double r, double g, double b) override
Class for drawing 2D primitives to a graphical context.
Abstract class for 2D plots.
void Update() override
Perform any updates to the item that may be necessary before rendering.
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.
a simple class to control print indentation
void GetBounds(double bounds[4]) override
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
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.
Wrapper around std::string to keep symbols short.
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...
bool Paint(vtkContext2D *painter) override
Paint event for the XY plot, called whenever the chart needs to be drawn.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStdString ValidPointMaskName
Name of the valid point mask array.