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