45 using Superclass::SetInputArray;
51 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
52 unsigned char a) VTK_OVERRIDE;
53 void SetColor(
double r,
double g,
double b) VTK_OVERRIDE;
67 void Update() VTK_OVERRIDE;
72 void GetBounds(
double bounds[4]) VTK_OVERRIDE;
79 void UpdateCache() VTK_OVERRIDE;
94 int legendIndex) VTK_OVERRIDE;
115 ~vtkPlotArea() VTK_OVERRIDE;
123 vtkPlotArea(const vtkPlotArea&) VTK_DELETE_FUNCTION;
124 void operator=(const vtkPlotArea&) VTK_DELETE_FUNCTION;
127 vtkTableCache* TableCache;
Wrapper around std::string to keep symbols short.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
record modification and/or execution time
virtual void SetColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
Set the plot color.
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
Abstract class for 2D plots.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void Update()
Perform any updates to the item that may be necessary before rendering.