3D scatter plot.
More...
#include <vtkPlotPoints3D.h>
|
| virtual int | IsA (const char *type) |
| |
| vtkPlotPoints3D * | NewInstance () const |
| |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual bool | Paint (vtkContext2D *painter) |
| |
| vtkPlot3D * | NewInstance () const |
| |
| virtual void | SetColors (vtkDataArray *colorArr) |
| |
| std::vector< vtkVector3f > | GetPoints () |
| |
| std::string | GetXAxisLabel () |
| |
| std::string | GetYAxisLabel () |
| |
| std::string | GetZAxisLabel () |
| |
| std::vector< vtkVector3f > | GetDataBounds () |
| |
| void | SetPen (vtkPen *pen) |
| |
| vtkPen * | GetPen () |
| |
| virtual void | SetInputData (vtkTable *input) |
| |
| virtual void | SetInputData (vtkTable *input, const vtkStdString &xName, const vtkStdString &yName, const vtkStdString &zName) |
| |
| virtual void | SetInputData (vtkTable *input, const vtkStdString &xName, const vtkStdString &yName, const vtkStdString &zName, const vtkStdString &colorName) |
| |
| virtual void | SetInputData (vtkTable *input, vtkIdType xColumn, vtkIdType yColumn, vtkIdType zColumn) |
| |
| virtual vtkChartXYZ * | GetChart () |
| |
| virtual void | SetChart (vtkChartXYZ *chart) |
| |
| virtual void | SetSelection (vtkIdTypeArray *id) |
| |
| virtual vtkIdTypeArray * | GetSelection () |
| |
3D scatter plot.
3D scatter plot.
- See Also
- vtkPlotLine3D vtkPlotPoints
- Tests:
- vtkPlotPoints3D (Tests)
Definition at line 39 of file vtkPlotPoints3D.h.
| vtkPlotPoints3D::vtkPlotPoints3D |
( |
| ) |
|
|
protected |
| vtkPlotPoints3D::~vtkPlotPoints3D |
( |
| ) |
|
|
protected |
| static int vtkPlotPoints3D::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
| virtual int vtkPlotPoints3D::IsA |
( |
const char * |
type | ) |
|
|
virtual |
| virtual vtkObjectBase* vtkPlotPoints3D::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
| virtual void vtkPlotPoints3D::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
| virtual bool vtkPlotPoints3D::Paint |
( |
vtkContext2D * |
painter | ) |
|
|
virtual |
Paint event for the XY plot, called whenever the chart needs to be drawn
Reimplemented in vtkPlotLine3D.
| std::vector<vtkVector3f> vtkPlotPoints3D::SelectedPoints |
|
protected |
| vtkNew<vtkPen> vtkPlotPoints3D::SelectedPen |
|
protected |
The documentation for this class was generated from the following file: