VTK
|
Abstract class for 2D plots. More...
#include <vtkPlot.h>
Abstract class for 2D plots.
The base class for all plot types used in vtkChart derived charts.
typedef vtkContextItem vtkPlot::Superclass |
Reimplemented from vtkContextItem.
Reimplemented in vtkPlotPoints, vtkControlPointsItem, vtkPlotStacked, vtkCompositeControlPointsItem, vtkPlotBar, vtkPiecewiseControlPointsItem, vtkScalarsToColorsItem, vtkColorTransferControlPointsItem, vtkPlotParallelCoordinates, vtkPlotPie, vtkPlotHistogram2D, vtkPlotLine, vtkColorTransferFunctionItem, vtkLookupTableItem, vtkCompositeTransferFunctionItem, and vtkPiecewiseFunctionItem.
vtkPlot::vtkPlot | ( | ) | [protected] |
vtkPlot::~vtkPlot | ( | ) | [protected] |
static int vtkPlot::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkContextItem.
Reimplemented in vtkPlotPoints, vtkControlPointsItem, vtkPlotStacked, vtkCompositeControlPointsItem, vtkPlotBar, vtkPiecewiseControlPointsItem, vtkScalarsToColorsItem, vtkColorTransferControlPointsItem, vtkPlotParallelCoordinates, vtkPlotPie, vtkPlotHistogram2D, vtkPlotLine, vtkColorTransferFunctionItem, vtkLookupTableItem, vtkCompositeTransferFunctionItem, and vtkPiecewiseFunctionItem.
virtual int vtkPlot::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkContextItem.
Reimplemented in vtkPlotPoints, vtkControlPointsItem, vtkPlotStacked, vtkCompositeControlPointsItem, vtkPlotBar, vtkPiecewiseControlPointsItem, vtkScalarsToColorsItem, vtkColorTransferControlPointsItem, vtkPlotParallelCoordinates, vtkPlotPie, vtkPlotHistogram2D, vtkPlotLine, vtkColorTransferFunctionItem, vtkLookupTableItem, vtkCompositeTransferFunctionItem, and vtkPiecewiseFunctionItem.
static vtkPlot* vtkPlot::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkContextItem.
Reimplemented in vtkPlotPoints, vtkControlPointsItem, vtkPlotStacked, vtkCompositeControlPointsItem, vtkPlotBar, vtkPiecewiseControlPointsItem, vtkScalarsToColorsItem, vtkColorTransferControlPointsItem, vtkPlotParallelCoordinates, vtkPlotPie, vtkPlotHistogram2D, vtkPlotLine, vtkColorTransferFunctionItem, vtkLookupTableItem, vtkCompositeTransferFunctionItem, and vtkPiecewiseFunctionItem.
virtual vtkObjectBase* vtkPlot::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkContextItem.
Reimplemented in vtkPlotPoints, vtkControlPointsItem, vtkPlotStacked, vtkCompositeControlPointsItem, vtkPlotBar, vtkPiecewiseControlPointsItem, vtkScalarsToColorsItem, vtkColorTransferControlPointsItem, vtkPlotParallelCoordinates, vtkPlotPie, vtkPlotHistogram2D, vtkPlotLine, vtkColorTransferFunctionItem, vtkLookupTableItem, vtkCompositeTransferFunctionItem, and vtkPiecewiseFunctionItem.
vtkPlot* vtkPlot::NewInstance | ( | ) | const |
Reimplemented from vtkContextItem.
Reimplemented in vtkPlotPoints, vtkControlPointsItem, vtkPlotStacked, vtkCompositeControlPointsItem, vtkPlotBar, vtkPiecewiseControlPointsItem, vtkScalarsToColorsItem, vtkColorTransferControlPointsItem, vtkPlotParallelCoordinates, vtkPlotPie, vtkPlotHistogram2D, vtkPlotLine, vtkColorTransferFunctionItem, vtkLookupTableItem, vtkCompositeTransferFunctionItem, and vtkPiecewiseFunctionItem.
virtual void vtkPlot::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkContextItem.
Reimplemented in vtkPlotPoints, vtkControlPointsItem, vtkPlotStacked, vtkCompositeControlPointsItem, vtkPlotBar, vtkPiecewiseControlPointsItem, vtkScalarsToColorsItem, vtkColorTransferControlPointsItem, vtkPlotParallelCoordinates, vtkPlotPie, vtkPlotHistogram2D, vtkPlotLine, vtkColorTransferFunctionItem, vtkLookupTableItem, vtkCompositeTransferFunctionItem, and vtkPiecewiseFunctionItem.
virtual bool vtkPlot::PaintLegend | ( | vtkContext2D * | painter, |
const vtkRectf & | rect, | ||
int | legendIndex | ||
) | [virtual] |
Paint legend event for the plot, called whenever the legend needs the plot items symbol/mark/line drawn. A rect is supplied with the lower left corner of the rect (elements 0 and 1) and with width x height (elements 2 and 3). The plot can choose how to fill the space supplied. The index is used by Plots that return more than one label.
Reimplemented in vtkPlotPoints, vtkPlotStacked, vtkPlotBar, vtkPlotParallelCoordinates, vtkPlotPie, and vtkPlotLine.
virtual void vtkPlot::SetTooltipLabelFormat | ( | const vtkStdString & | label | ) | [virtual] |
Sets/gets a printf-style string to build custom tooltip labels from. An empty string generates the default tooltip labels. The following case-sensitive format tags (without quotes) are recognized: 'x' The X value of the plot element 'y' The Y value of the plot element 'i' The IndexedLabels entry for the plot element 'l' The value of the plot's GetLabel() function 's' (vtkPlotBar only) The Labels entry for the bar segment Any other characters or unrecognized format tags are printed in the tooltip label verbatim.
virtual vtkStdString vtkPlot::GetTooltipLabelFormat | ( | ) | [virtual] |
Sets/gets a printf-style string to build custom tooltip labels from. An empty string generates the default tooltip labels. The following case-sensitive format tags (without quotes) are recognized: 'x' The X value of the plot element 'y' The Y value of the plot element 'i' The IndexedLabels entry for the plot element 'l' The value of the plot's GetLabel() function 's' (vtkPlotBar only) The Labels entry for the bar segment Any other characters or unrecognized format tags are printed in the tooltip label verbatim.
virtual void vtkPlot::SetTooltipNotation | ( | int | notation | ) | [virtual] |
Sets/gets the tooltip notation style.
virtual int vtkPlot::GetTooltipNotation | ( | ) | [virtual] |
Sets/gets the tooltip notation style.
virtual void vtkPlot::SetTooltipPrecision | ( | int | precision | ) | [virtual] |
Sets/gets the tooltip precision.
virtual int vtkPlot::GetTooltipPrecision | ( | ) | [virtual] |
Sets/gets the tooltip precision.
virtual vtkStdString vtkPlot::GetTooltipLabel | ( | const vtkVector2f & | plotPos, |
vtkIdType | seriesIndex, | ||
vtkIdType | segmentIndex | ||
) | [virtual] |
Generate and return the tooltip label string for this plot The segmentIndex parameter is ignored, except for vtkPlotBar
Reimplemented in vtkPlotBar, and vtkPlotHistogram2D.
virtual vtkIdType vtkPlot::GetNearestPoint | ( | const vtkVector2f & | point, |
const vtkVector2f & | tolerance, | ||
vtkVector2f * | location | ||
) | [virtual] |
Function to query a plot for the nearest point to the specified coordinate. Returns the index of the data series with which the point is associated, or -1 if no point was found.
Reimplemented in vtkPlotBar, vtkPlotPoints, vtkPlotHistogram2D, vtkPlotStacked, and vtkPlotPie.
virtual bool vtkPlot::SelectPoints | ( | const vtkVector2f & | min, |
const vtkVector2f & | max | ||
) | [virtual] |
Select all points in the specified rectangle.
Reimplemented in vtkPlotBar, vtkPlotPoints, vtkControlPointsItem, and vtkPlotStacked.
virtual bool vtkPlot::SelectPointsInPolygon | ( | const vtkContextPolygon & | polygon | ) | [virtual] |
Select all points in the specified polygon.
Reimplemented in vtkPlotPoints.
virtual void vtkPlot::SetColor | ( | unsigned char | r, |
unsigned char | g, | ||
unsigned char | b, | ||
unsigned char | a | ||
) | [virtual] |
Set the plot color
Reimplemented in vtkPlotBar, and vtkPlotStacked.
virtual void vtkPlot::SetColor | ( | double | r, |
double | g, | ||
double | b | ||
) | [virtual] |
Set the plot color
Reimplemented in vtkPlotBar, and vtkPlotStacked.
virtual void vtkPlot::GetColor | ( | double | rgb[3] | ) | [virtual] |
Set the plot color
Reimplemented in vtkPlotBar, and vtkPlotStacked.
void vtkPlot::GetColor | ( | unsigned char | rgb[3] | ) |
Set the plot color
virtual void vtkPlot::SetWidth | ( | float | width | ) | [virtual] |
Set the width of the line.
Reimplemented in vtkPlotBar.
virtual float vtkPlot::GetWidth | ( | ) | [virtual] |
Get the width of the line.
Reimplemented in vtkPlotBar.
void vtkPlot::SetPen | ( | vtkPen * | pen | ) |
Set/get the vtkPen object that controls how this plot draws (out)lines.
vtkPen* vtkPlot::GetPen | ( | ) |
Set/get the vtkPen object that controls how this plot draws (out)lines.
void vtkPlot::SetBrush | ( | vtkBrush * | brush | ) |
Set/get the vtkBrush object that controls how this plot fills shapes.
Set/get the vtkBrush object that controls how this plot fills shapes.
virtual void vtkPlot::SetLabel | ( | const vtkStdString & | label | ) | [virtual] |
Set the label of this plot.
virtual vtkStdString vtkPlot::GetLabel | ( | ) | [virtual] |
Get the label of this plot.
virtual void vtkPlot::SetLabels | ( | vtkStringArray * | labels | ) | [virtual] |
Set the plot labels, these are used for stacked chart variants, with the index referring to the stacking index.
virtual vtkStringArray* vtkPlot::GetLabels | ( | ) | [virtual] |
Get the plot labels. If this array has a length greater than 1 the index refers to the stacked objects in the plot. See vtkPlotBar for example.
Reimplemented in vtkPlotBar, and vtkPlotStacked.
virtual int vtkPlot::GetNumberOfLabels | ( | ) | [virtual] |
Get the number of labels associated with this plot.
vtkStdString vtkPlot::GetLabel | ( | vtkIdType | index | ) |
Get the label at the specified index.
void vtkPlot::SetIndexedLabels | ( | vtkStringArray * | labels | ) |
Set indexed labels for the plot. If set, this array can be used to provide custom labels for each point in a plot. This array should be the same length as the points array. Default is null (no indexed labels).
virtual vtkStringArray* vtkPlot::GetIndexedLabels | ( | ) | [virtual] |
Get the indexed labels array.
Get the data object that the plot will draw.
virtual bool vtkPlot::GetUseIndexForXSeries | ( | ) | [virtual] |
Use the Y array index for the X value. If true any X column setting will be ignored, and the X values will simply be the index of the Y column.
virtual void vtkPlot::SetUseIndexForXSeries | ( | bool | ) | [virtual] |
Use the Y array index for the X value. If true any X column setting will be ignored, and the X values will simply be the index of the Y column.
virtual void vtkPlot::SetInputData | ( | vtkTable * | table | ) | [virtual] |
This is a convenience function to set the input table and the x, y column for the plot.
Reimplemented in vtkPlotParallelCoordinates, and vtkPlotHistogram2D.
virtual void vtkPlot::SetInputData | ( | vtkTable * | table, |
const vtkStdString & | xColumn, | ||
const vtkStdString & | yColumn | ||
) | [virtual] |
This is a convenience function to set the input table and the x, y column for the plot.
Reimplemented in vtkPlotParallelCoordinates, and vtkPlotHistogram2D.
void vtkPlot::SetInputData | ( | vtkTable * | table, |
vtkIdType | xColumn, | ||
vtkIdType | yColumn | ||
) |
This is a convenience function to set the input table and the x, y column for the plot.
virtual vtkTable* vtkPlot::GetInput | ( | ) | [virtual] |
Get the input table used by the plot.
virtual void vtkPlot::SetInputArray | ( | int | index, |
const vtkStdString & | name | ||
) | [virtual] |
Convenience function to set the input arrays. For most plots index 0 is the x axis, and index 1 is the y axis. The name is the name of the column in the vtkTable.
Reimplemented in vtkPlotBar, and vtkPlotStacked.
virtual void vtkPlot::SetSelection | ( | vtkIdTypeArray * | id | ) | [virtual] |
virtual vtkIdTypeArray* vtkPlot::GetSelection | ( | ) | [virtual] |
virtual vtkAxis* vtkPlot::GetXAxis | ( | ) | [virtual] |
Get/set the X axis associated with this plot.
virtual void vtkPlot::SetXAxis | ( | vtkAxis * | axis | ) | [virtual] |
Get/set the X axis associated with this plot.
virtual vtkAxis* vtkPlot::GetYAxis | ( | ) | [virtual] |
Get/set the Y axis associated with this plot.
virtual void vtkPlot::SetYAxis | ( | vtkAxis * | axis | ) | [virtual] |
Get/set the Y axis associated with this plot.
virtual void vtkPlot::GetBounds | ( | double | bounds[4] | ) | [inline, virtual] |
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax). See GetUnscaledInputBounds for more information.
Reimplemented in vtkPlotBar, vtkPlotPoints, vtkPlotStacked, vtkPlotHistogram2D, vtkPlotParallelCoordinates, vtkControlPointsItem, and vtkScalarsToColorsItem.
virtual void vtkPlot::GetUnscaledInputBounds | ( | double | bounds[4] | ) | [inline, virtual] |
Provide un-log-scaled bounds for the plot inputs. This function is analogous to GetBounds() with 2 exceptions: 1. It will never return log-scaled bounds even when the x- and/or y-axes are log-scaled. 2. It will always return the bounds along the input axes rather than the output chart coordinates. Thus GetXAxis() returns the axis associated with the first 2 bounds entries and GetYAxis() returns the axis associated with the next 2 bounds entries. For example, vtkPlotBar's GetBounds() method will swap axis bounds when its orientation is vertical while its GetUnscaledInputBounds() will not swap axis bounds. This method is provided so user interfaces can determine whether or not to allow log-scaling of a particular vtkAxis. Subclasses of vtkPlot are responsible for implementing this function to transform input plot data. The returned bounds are stored as (Xmin, Xmax, Ymin, Ymax).
Reimplemented in vtkPlotBar, vtkPlotPoints, and vtkPlotStacked.
virtual void vtkPlot::SetProperty | ( | const vtkStdString & | property, |
const vtkVariant & | var | ||
) | [virtual] |
A General setter/getter that should be overridden. It can silently drop options, case is important
virtual vtkVariant vtkPlot::GetProperty | ( | const vtkStdString & | property | ) | [virtual] |
A General setter/getter that should be overridden. It can silently drop options, case is important
vtkStdString vtkPlot::GetNumber | ( | double | position, |
vtkAxis * | axis | ||
) | [protected] |
Get the properly formatted number for the supplied position and axis.
vtkSmartPointer<vtkPen> vtkPlot::Pen [protected] |
vtkSmartPointer<vtkBrush> vtkPlot::Brush [protected] |
vtkSmartPointer<vtkStringArray> vtkPlot::Labels [protected] |
vtkSmartPointer<vtkStringArray> vtkPlot::AutoLabels [protected] |
vtkSmartPointer<vtkStringArray> vtkPlot::IndexedLabels [protected] |
bool vtkPlot::UseIndexForXSeries [protected] |
vtkSmartPointer<vtkContextMapper2D> vtkPlot::Data [protected] |
This data member contains the data that will be plotted, it inherits from vtkAlgorithm.
vtkIdTypeArray* vtkPlot::Selection [protected] |
vtkAxis* vtkPlot::XAxis [protected] |
vtkAxis* vtkPlot::YAxis [protected] |
vtkStdString vtkPlot::TooltipLabelFormat [protected] |
vtkStdString vtkPlot::TooltipDefaultLabelFormat [protected] |
int vtkPlot::TooltipNotation [protected] |
int vtkPlot::TooltipPrecision [protected] |