VTK
|
Class for drawing an XYZ line plot given three columns from a vtkTable. More...
#include <vtkPlotLine3D.h>
Public Types | |
typedef vtkPlotPoints3D | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPlotLine3D * | 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 vtkPlotLine3D * | SafeDownCast (vtkObjectBase *o) |
static vtkPlotLine3D * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPlotLine3D () | |
~vtkPlotLine3D () |
Class for drawing an XYZ line plot given three columns from a vtkTable.
This class draws points with a line between them given three column from a vtkTable in a vtkChartXYZ.
Definition at line 39 of file vtkPlotLine3D.h.
Reimplemented from vtkPlotPoints3D.
Definition at line 42 of file vtkPlotLine3D.h.
vtkPlotLine3D::vtkPlotLine3D | ( | ) | [protected] |
vtkPlotLine3D::~vtkPlotLine3D | ( | ) | [protected] |
static int vtkPlotLine3D::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 vtkPlotPoints3D.
virtual int vtkPlotLine3D::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 vtkPlotPoints3D.
static vtkPlotLine3D* vtkPlotLine3D::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPlotPoints3D.
virtual vtkObjectBase* vtkPlotLine3D::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPlotPoints3D.
vtkPlotLine3D* vtkPlotLine3D::NewInstance | ( | ) | const |
Reimplemented from vtkPlotPoints3D.
virtual void vtkPlotLine3D::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 vtkPlotPoints3D.
static vtkPlotLine3D* vtkPlotLine3D::New | ( | ) | [static] |
Creates a 3D Chart object.
Reimplemented from vtkPlotPoints3D.
virtual bool vtkPlotLine3D::Paint | ( | vtkContext2D * | painter | ) | [virtual] |
Paint event for the XYZ plot, called whenever the chart needs to be drawn.
Reimplemented from vtkPlotPoints3D.