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