27 #ifndef __vtkPlotBar_h
28 #define __vtkPlotBar_h
40 class vtkPlotBarPrivate;
75 virtual void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
77 virtual void SetColor(
double r,
double g,
double b);
78 virtual void GetColor(
double rgb[3]);
83 vtkSetMacro(Width,
float);
88 vtkGetMacro(Width,
float);
95 vtkSetMacro(Offset,
float);
96 vtkGetMacro(Offset,
float);
103 vtkGetMacro(Orientation,
int);
107 virtual void GetBounds(
double bounds[4],
bool unscaled);
110 virtual void GetBounds(
double bounds[4]);
191 vtkPlotBarPrivate *Private;
196 #endif //__vtkPlotBar_h
Wrapper around std::string to keep symbols short.
GLboolean GLboolean GLboolean b
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
virtual bool Paint(vtkContext2D *painter)
record modification and/or execution time
virtual void GetBounds(double bounds[4])
a vtkAbstractArray subclass for strings
virtual void SetColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
GLenum GLsizei GLenum GLenum const GLvoid * table
GLdouble GLdouble GLdouble r
Class for drawing 2D primitives to a graphical context.
GLuint const GLchar * name
virtual bool SelectPoints(const vtkVector2f &min, const vtkVector2f &max)
a simple class to control print indentation
represent and manipulate 2D points
virtual vtkStringArray * GetLabels()
Abstract class for 2D plots.
Class for drawing an XY plot given two columns from a vtkTable.
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
GLboolean GLboolean GLboolean GLboolean a
virtual void SetInputArray(int index, const vtkStdString &name)
A table, which contains similar-typed columns of data.
virtual void GetUnscaledInputBounds(double bounds[4])
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual void GetColor(double rgb[3])
vtkSmartPointer< vtkColorSeries > ColorSeries
#define VTKCHARTSCORE_EXPORT
virtual vtkStdString GetTooltipLabel(const vtkVector2d &plotPos, vtkIdType seriesIndex, vtkIdType segmentIndex)