Go to the documentation of this file.
30 #include "vtkChartsCoreModule.h"
202 void operator=(
const vtkPlot3D &) VTK_DELETE_FUNCTION;
virtual void SetInputData(vtkTable *input)
Set the input to the plot.
vtkTimeStamp PointsBuildTime
When the points were last built.
std::vector< vtkVector3f > GetPoints()
Get all the data points within this plot.
vtkChartXYZ * Chart
The chart containing this plot.
A table, which contains similar-typed columns of data.
record modification and/or execution time
Factory class for drawing 3D XYZ charts.
dynamic, self-adjusting array of unsigned char
std::string GetXAxisLabel()
Get the label for the X axis.
virtual vtkIdTypeArray * GetSelection()
void SetSelectionPen(vtkPen *pen)
Set/get the vtkPen object that controls how this plot draws (out)lines.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract superclass for arrays of numeric data
virtual void SetInputData(vtkTable *input, vtkIdType xColumn, vtkIdType yColumn, vtkIdType zColumn)
std::string GetZAxisLabel()
Get the label for the Z axis.
std::string XAxisLabel
The label for the X Axis.
virtual void SetSelection(vtkIdTypeArray *id)
Set/get the selection array for the plot.
int NumberOfComponents
Number of components in our color vectors.
std::string ZAxisLabel
The label for the Z Axis.
std::string GetYAxisLabel()
Get the label for the Y axis.
a simple class to control print indentation
vtkNew< vtkUnsignedCharArray > Colors
This array assigns a color to each datum in the plot.
virtual void SetColors(vtkDataArray *colorArr)
Set the color of each point in the plot.
vtkSmartPointer< vtkPen > SelectionPen
This object stores the vtkPen that controls how the plot is drawn.
std::vector< vtkVector3f > Points
The data points read in during SetInputData().
virtual void SetInputData(vtkTable *input, const vtkStdString &xName, const vtkStdString &yName, const vtkStdString &zName)
std::string YAxisLabel
The label for the Y Axis.
base class for items that are part of a vtkContextScene.
Abstract class for 3D plots.
vtkPen * GetSelectionPen()
dynamic, self-adjusting array of vtkIdType
virtual void SetChart(vtkChartXYZ *chart)
void SetPen(vtkPen *pen)
Set/get the vtkPen object that controls how this plot draws (out)lines.
std::vector< vtkVector3f > GetDataBounds()
Get the bounding cube surrounding the currently rendered data points.
provides a pen that draws the outlines of shapes drawn by vtkContext2D.
Wrapper around std::string to keep symbols short.
virtual void ComputeDataBounds()
Generate a bounding cube for our data.
vtkSmartPointer< vtkPen > Pen
This object stores the vtkPen that controls how the plot is drawn.
std::vector< vtkVector3f > DataBounds
A bounding cube surrounding the currently rendered data points.
virtual void SetInputData(vtkTable *input, const vtkStdString &xName, const vtkStdString &yName, const vtkStdString &zName, const vtkStdString &colorName)
vtkSmartPointer< vtkIdTypeArray > Selection
Selected indices for the table the plot is rendering.