31 #include "vtkChartsCoreModule.h"  
   43 class vtkPlotBarPrivate;
 
   87   virtual void SetColor(
unsigned char r, 
unsigned char g, 
unsigned char b,
 
   89   virtual void SetColor(
double r,  
double g, 
double b);
 
   90   virtual void GetColor(
double rgb[3]);
 
  104   vtkGetMacro(Width, 
float);
 
  115   vtkGetMacro(Offset, 
float);
 
  124   vtkGetMacro(Orientation, 
int);
 
  130   virtual void GetBounds(
double bounds[4], 
bool unscaled);
 
  135   virtual void GetBounds(
double bounds[4]);
 
  169   virtual void CreateDefaultLookupTable();
 
  176   vtkGetMacro(ScalarVisibility, 
bool);
 
  186   void SelectColorArray(
vtkIdType arrayNum);
 
  252   void GetDataBounds(
double bounds[2]);
 
  261   bool UpdateTableCache(
vtkTable *table);
 
  298   void operator=(const 
vtkPlotBar &) VTK_DELETE_FUNCTION;
 
  300   vtkPlotBarPrivate *Private;
 
  304 #endif //vtkPlotBar_h 
Wrapper around std::string to keep symbols short. 
 
vtkSmartPointer< vtkUnsignedCharArray > Colors
Lookup Table for coloring bars by scalar value. 
 
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
Paint legend event for the plot, called whenever the legend needs the plot items symbol/mark/line dra...
 
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn. 
 
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 
 
virtual void SetColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
Set the plot color. 
 
Superclass for mapping scalar values to colors. 
 
Class for drawing 2D primitives to a graphical context. 
 
virtual bool SelectPoints(const vtkVector2f &min, const vtkVector2f &max)
Select all points in the specified rectangle. 
 
bool ScalarVisibility
Lookup Table for coloring bars by scalar value. 
 
a simple class to control print indentation 
 
represent and manipulate 2D points 
 
virtual vtkStringArray * GetLabels()
Get the plot labels. 
 
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 vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
Function to query a plot for the nearest point to the specified coordinate. 
 
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. 
 
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
virtual void GetColor(double rgb[3])
Set the plot color. 
 
vtkSmartPointer< vtkScalarsToColors > LookupTable
Lookup Table for coloring bars by scalar value. 
 
vtkPoints2D * Points
Store a well packed set of XY coordinates for this data series. 
 
vtkSmartPointer< vtkColorSeries > ColorSeries
The color series to use if this becomes a stacked bar. 
 
vtkStdString ColorArrayName
Lookup Table for coloring bars by scalar value. 
 
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. 
 
vtkTimeStamp BuildTime
The point cache is marked dirty until it has been initialized. 
 
virtual vtkStdString GetTooltipLabel(const vtkVector2d &plotPos, vtkIdType seriesIndex, vtkIdType segmentIndex)
Generate and return the tooltip label string for this plot The segmentIndex parameter is ignored...