42 class vtkPlotBarPrivate;
81 virtual void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
83 virtual void SetColor(
double r,
double g,
double b);
84 virtual void GetColor(
double rgb[3]);
113 virtual void GetBounds(
double bounds[4],
bool unscaled);
116 virtual void GetBounds(
double bounds[4]);
138 virtual void CreateDefaultLookupTable();
152 void SelectColorArray(
vtkIdType arrayNum);
205 void GetDataBounds(
double bounds[2]);
243 vtkPlotBarPrivate *Private;
248 #endif //vtkPlotBar_h
Wrapper around std::string to keep symbols short.
vtkSmartPointer< vtkUnsignedCharArray > Colors
GLboolean GLboolean GLboolean b
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
virtual bool Paint(vtkContext2D *painter)
#define vtkGetMacro(name, type)
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
#define vtkTypeMacro(thisClass, superclass)
Superclass for mapping scalar values to colors.
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.
dynamic, self-adjusting array of unsigned char
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< vtkScalarsToColors > LookupTable
#define vtkBooleanMacro(name, type)
vtkSmartPointer< vtkColorSeries > ColorSeries
vtkStdString ColorArrayName
#define VTKCHARTSCORE_EXPORT
virtual vtkStdString GetTooltipLabel(const vtkVector2d &plotPos, vtkIdType seriesIndex, vtkIdType segmentIndex)
#define vtkSetMacro(name, type)