VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPlotLine3D Class Reference

Class for drawing an XYZ line plot given three columns from a vtkTable. More...

#include <vtkPlotLine3D.h>

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

List of all members.

Public Types

typedef vtkPlotPoints3D Superclass

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPlotLine3DSafeDownCast (vtkObjectBase *o)
static vtkPlotLine3DNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPlotLine3D ()
 ~vtkPlotLine3D ()

Detailed Description

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.

See also:
vtkPlotPoints3D vtkPlotLine
Tests:
vtkPlotLine3D (Tests)

Definition at line 39 of file vtkPlotLine3D.h.


Member Typedef Documentation

Reimplemented from vtkPlotPoints3D.

Definition at line 42 of file vtkPlotLine3D.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkPlotPoints3D.

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

Reimplemented from vtkPlotPoints3D.

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.


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