VTK
|
3D scatter plot. More...
#include <vtkPlotPoints3D.h>
Public Types | |
typedef vtkPlot3D | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPlotPoints3D * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual bool | Paint (vtkContext2D *painter) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPlotPoints3D * | SafeDownCast (vtkObjectBase *o) |
static vtkPlotPoints3D * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPlotPoints3D () | |
~vtkPlotPoints3D () | |
Protected Attributes | |
std::vector< vtkVector3f > | SelectedPoints |
vtkTimeStamp | SelectedPointsBuildTime |
vtkNew< vtkPen > | SelectedPen |
3D scatter plot.
3D scatter plot.
Definition at line 39 of file vtkPlotPoints3D.h.
typedef vtkPlot3D vtkPlotPoints3D::Superclass |
Reimplemented from vtkPlot3D.
Reimplemented in vtkPlotLine3D.
Definition at line 42 of file vtkPlotPoints3D.h.
vtkPlotPoints3D::vtkPlotPoints3D | ( | ) | [protected] |
vtkPlotPoints3D::~vtkPlotPoints3D | ( | ) | [protected] |
static int vtkPlotPoints3D::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 vtkPlot3D.
Reimplemented in vtkPlotLine3D.
virtual int vtkPlotPoints3D::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 vtkPlot3D.
Reimplemented in vtkPlotLine3D.
static vtkPlotPoints3D* vtkPlotPoints3D::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPlot3D.
Reimplemented in vtkPlotLine3D.
virtual vtkObjectBase* vtkPlotPoints3D::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPlot3D.
Reimplemented in vtkPlotLine3D.
vtkPlotPoints3D* vtkPlotPoints3D::NewInstance | ( | ) | const |
Reimplemented from vtkPlot3D.
Reimplemented in vtkPlotLine3D.
virtual void vtkPlotPoints3D::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 vtkPlot3D.
Reimplemented in vtkPlotLine3D.
static vtkPlotPoints3D* vtkPlotPoints3D::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
Reimplemented in vtkPlotLine3D.
virtual bool vtkPlotPoints3D::Paint | ( | vtkContext2D * | painter | ) | [virtual] |
Paint event for the XY plot, called whenever the chart needs to be drawn
Reimplemented from vtkAbstractContextItem.
Reimplemented in vtkPlotLine3D.
std::vector<vtkVector3f> vtkPlotPoints3D::SelectedPoints [protected] |
The selected points.
Definition at line 56 of file vtkPlotPoints3D.h.
vtkTimeStamp vtkPlotPoints3D::SelectedPointsBuildTime [protected] |
The selected points.
Definition at line 59 of file vtkPlotPoints3D.h.
vtkNew<vtkPen> vtkPlotPoints3D::SelectedPen [protected] |
Definition at line 61 of file vtkPlotPoints3D.h.