VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPlotPoints3D Class Reference

3D scatter plot. More...

#include <vtkPlotPoints3D.h>

Inheritance diagram for vtkPlotPoints3D:
Inheritance graph
[legend]
Collaboration diagram for vtkPlotPoints3D:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPlot3D Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPlotPoints3DNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)
virtual bool Paint (vtkContext2D *painter)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPlotPoints3DSafeDownCast (vtkObjectBase *o)
static vtkPlotPoints3DNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPlotPoints3D ()
 ~vtkPlotPoints3D ()

Protected Attributes

std::vector< vtkVector3fSelectedPoints
vtkTimeStamp SelectedPointsBuildTime
vtkNew< vtkPenSelectedPen

Detailed Description

3D scatter plot.

3D scatter plot.

See also:
vtkPlotLine3D vtkPlotPoints
Tests:
vtkPlotPoints3D (Tests)

Definition at line 39 of file vtkPlotPoints3D.h.


Member Typedef Documentation

Reimplemented from vtkPlot3D.

Reimplemented in vtkPlotLine3D.

Definition at line 42 of file vtkPlotPoints3D.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkPlot3D.

Reimplemented in vtkPlotLine3D.

virtual vtkObjectBase* vtkPlotPoints3D::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPlot3D.

Reimplemented in vtkPlotLine3D.

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.


Member Data Documentation

std::vector<vtkVector3f> vtkPlotPoints3D::SelectedPoints [protected]

The selected points.

Definition at line 56 of file vtkPlotPoints3D.h.

The selected points.

Definition at line 59 of file vtkPlotPoints3D.h.

Definition at line 61 of file vtkPlotPoints3D.h.


The documentation for this class was generated from the following file: