25 #ifndef vtkPlotStacked_h 26 #define vtkPlotStacked_h 28 #include "vtkChartsCoreModule.h" 39 class vtkPlotStackedPrivate;
56 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
57 unsigned char a) VTK_OVERRIDE;
58 void SetColor(
double r,
double g,
double b) VTK_OVERRIDE;
59 void GetColor(
double rgb[3]) VTK_OVERRIDE;
67 void Update() VTK_OVERRIDE;
81 int legendIndex) VTK_OVERRIDE;
86 void GetBounds(
double bounds[4]) VTK_OVERRIDE;
92 void GetUnscaledInputBounds(
double bounds[4]) VTK_OVERRIDE;
135 bool UpdateTableCache(
vtkTable *table);
146 void CalculateLogSeries();
176 vtkPlotStackedPrivate *Private;
180 #endif //vtkPlotStacked_h 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
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of vtkIdType
Hold a reference to a vtkObjectBase instance.
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
represent and manipulate 2D points
topologically and geometrically regular array of data
Abstract class for 2D plots.
Class for drawing an stacked polygon plot given an X, Ybase, Yextent in a vtkTable.
Factory class for drawing XY charts.
A table, which contains similar-typed columns of data.
virtual void GetColor(double rgb[3])
Set the plot color.
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.