36 #ifndef vtkBarChartActor_h
37 #define vtkBarChartActor_h
50 class vtkBarLabelArray;
74 vtkSetMacro(TitleVisibility,
int);
75 vtkGetMacro(TitleVisibility,
int);
76 vtkBooleanMacro(TitleVisibility,
int);
81 vtkSetStringMacro(Title);
82 vtkGetStringMacro(Title);
94 vtkSetMacro(LabelVisibility,
int);
95 vtkGetMacro(LabelVisibility,
int);
96 vtkBooleanMacro(LabelVisibility,
int);
109 void SetBarColor(
int i,
double r,
double g,
double b);
111 { this->SetBarColor(i, color[0], color[1], color[2]); }
112 double *GetBarColor(
int i);
118 void SetBarLabel(
const int i,
const char *);
119 const char* GetBarLabel(
int i);
124 vtkSetStringMacro(YTitle);
125 vtkGetStringMacro(YTitle);
132 vtkSetMacro(LegendVisibility,
int);
133 vtkGetMacro(LegendVisibility,
int);
134 vtkBooleanMacro(LegendVisibility,
int);
171 vtkBarLabelArray *Labels;
172 int LegendVisibility;
182 double UpperRight[2];
200 int LastPosition2[2];
virtual void ReleaseGraphicsResources(vtkWindow *)
abstract specification for Viewports
void SetBarColor(int i, const double color[3])
a actor that draws 2D data
record modification and/or execution time
Create an axis with tick marks and labels.
concrete dataset represents vertices, lines, polygons, and triangle strips
create a bar chart from an array
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
#define VTKRENDERINGANNOTATION_EXPORT
window superclass for vtkRenderWindow
virtual int HasTranslucentPolygonalGeometry()
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
static vtkActor2D * New()
represent text properties.
virtual int RenderOverlay(vtkViewport *viewport)
create 2D glyphs represented by vtkPolyData
general representation of visualization data
draw vtkPolyData onto the image plane