48 using Superclass::SetInputArray;
54 virtual void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
56 virtual void SetColor(
double r,
double g,
double b);
75 virtual
void GetBounds(
double bounds[4]);
82 virtual
void UpdateCache();
126 vtkPlotArea(const vtkPlotArea&) VTK_DELETE_FUNCTION;
127 void operator=(const vtkPlotArea&) VTK_DELETE_FUNCTION;
130 vtkTableCache* TableCache;
Wrapper around std::string to keep symbols short.
record modification and/or execution time
virtual void Update()
Updates the extensions string.
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.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...