|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   28 #include "vtkChartsCoreModule.h"  
   93 #ifndef VTK_LEGACY_REMOVE
 
   97 #endif // VTK_LEGACY_REMOVE 
   99 #ifndef VTK_LEGACY_REMOVE 
  101 #endif // VTK_LEGACY_REMOVE 
  114   void SetColumnColor(
const vtkStdString& colName, 
double* rgb);
 
  120   virtual void CreateDefaultLookupTable();
 
  126   vtkGetMacro(BoxWidth, 
float);
 
  127   vtkSetMacro(BoxWidth, 
float);
 
  141   void DrawBoxPlot(
int, 
unsigned char*, 
double, 
vtkContext2D*);
 
  146   bool UpdateTableCache(
vtkTable* table);
 
  181 #endif // vtkPlotBox_h 
  
provides a brush that fills shapes drawn by vtkContext2D.
vtkTextProperty * TitleProperties
Text properties for the plot title.
A table, which contains similar-typed columns of data.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
record modification and/or execution time
virtual void SetInputData(vtkTable *table)
This is a convenience function to set the input table and the x, y column for the plot.
Class for drawing 2D primitives to a graphical context.
Abstract class for 2D plots.
vtkTimeStamp BuildTime
The point cache is marked dirty until it has been initialized.
vtkScalarsToColors * LookupTable
Lookup Table for coloring points by scalar value.
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location, vtkIdType *segmentId)
Function to query a plot for the nearest point to the specified coordinate.
Class for drawing box plots.
float BoxWidth
Width of boxes.
a simple class to control print indentation
void SetInputData(vtkTable *table, const vtkStdString &, const vtkStdString &) override
Superclass for mapping scalar values to colors.
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...
represent text properties.
virtual vtkStringArray * GetLabels()
Get the plot labels.
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn.
a vtkAbstractArray subclass for strings
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.
virtual void Update()
Perform any updates to the item that may be necessary before rendering.