28 #include "vtkChartsCoreModule.h" 40 class vtkPlotBarPrivate;
64 void Update() VTK_OVERRIDE;
78 int legendIndex) VTK_OVERRIDE;
84 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
85 unsigned char a) VTK_OVERRIDE;
86 void SetColor(
double r,
double g,
double b) VTK_OVERRIDE;
87 void GetColor(
double rgb[3]) VTK_OVERRIDE;
94 void SetWidth(
float _arg) VTK_OVERRIDE
96 vtkDebugMacro(<< this->
GetClassName() <<
" (" <<
this <<
"): setting Width to " << _arg);
97 if (this->Width != _arg)
111 vtkDebugMacro(<< this->
GetClassName() <<
" (" <<
this <<
"): returning Width of " << this->Width );
124 vtkGetMacro(Offset,
float);
133 vtkGetMacro(Orientation,
int);
139 virtual void GetBounds(
double bounds[4],
bool unscaled);
144 void GetBounds(
double bounds[4]) VTK_OVERRIDE;
178 virtual void CreateDefaultLookupTable();
185 vtkGetMacro(ScalarVisibility,
bool);
195 void SelectColorArray(
vtkIdType arrayNum);
261 void GetDataBounds(
double bounds[2]);
270 bool UpdateTableCache(
vtkTable *table);
298 bool ScalarVisibility;
307 void operator=(const
vtkPlotBar &) VTK_DELETE_FUNCTION;
309 vtkPlotBarPrivate *Private;
313 #endif //vtkPlotBar_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
virtual void GetBounds(double bounds[4])
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
a vtkAbstractArray subclass for strings
Hold a reference to a vtkObjectBase instance.
Superclass for mapping scalar values to colors.
Class for drawing 2D primitives to a graphical context.
const char * GetClassName() const
Return the class name as a string.
a simple class to control print indentation
represent and manipulate 2D points
virtual vtkStringArray * GetLabels()
Get the plot labels.
virtual void Modified()
Update the modification time for this object.
Abstract class for 2D plots.
Class for drawing an XY plot given two columns from a vtkTable.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
virtual void SetInputArray(int index, const vtkStdString &name)
Convenience function to set the input arrays.
A table, which contains similar-typed columns of data.
virtual void GetUnscaledInputBounds(double bounds[4])
Provide un-log-scaled bounds for the plot inputs.
float GetWidth() override
Get the width of the line.
vtkBooleanMacro(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.