Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkStreamPoints Class Reference

#include <vtkStreamPoints.h>

Inheritance diagram for vtkStreamPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkStreamPoints:

Collaboration graph
[legend]
List of all members.

Detailed Description

generate points along streamer separated by constant time increment

vtkStreamPoints is a filter that generates points along a streamer. The points are separated by a constant time increment. The resulting visual effect (especially when coupled with vtkGlyph3D) is an indication of particle speed.

See also:
vtkStreamer vtkStreamLine vtkDashedStreamLine
Created by:
  • Schroeder, Will
CVS contributions (if > 5%):
  • Schroeder, Will (56%)
  • Martin, Ken (11%)
  • Geveci, Berk (10%)
  • Law, Charles (6%)
CVS logs (CVSweb):
  • .cxx (/Graphics/vtkStreamPoints.cxx)
  • .h (/Graphics/vtkStreamPoints.h)
Tests:
vtkStreamPoints (Tests)

Definition at line 48 of file vtkStreamPoints.h.

Public Types

typedef vtkStreamer Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetTimeIncrement (double)
virtual double GetTimeIncrement ()

Static Public Member Functions

int IsTypeOf (const char *type)
vtkStreamPointsSafeDownCast (vtkObject *o)
vtkStreamPointsNew ()

Protected Member Functions

 vtkStreamPoints ()
 ~vtkStreamPoints ()
void Execute ()

Protected Attributes

double TimeIncrement


Member Typedef Documentation

typedef vtkStreamer vtkStreamPoints::Superclass
 

Reimplemented from vtkStreamer.

Definition at line 51 of file vtkStreamPoints.h.


Constructor & Destructor Documentation

vtkStreamPoints::vtkStreamPoints  )  [protected]
 

vtkStreamPoints::~vtkStreamPoints  )  [inline, protected]
 

Definition at line 65 of file vtkStreamPoints.h.


Member Function Documentation

virtual const char* vtkStreamPoints::GetClassName  )  [virtual]
 

Reimplemented from vtkStreamer.

int vtkStreamPoints::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkStreamer.

virtual int vtkStreamPoints::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkStreamer.

vtkStreamPoints* vtkStreamPoints::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkStreamer.

void vtkStreamPoints::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 vtkStreamer.

vtkStreamPoints* vtkStreamPoints::New  )  [static]
 

Construct object with time increment set to 1.0.

Reimplemented from vtkAlgorithm.

virtual void vtkStreamPoints::SetTimeIncrement double   )  [virtual]
 

Specify the separation of points in terms of absolute time.

virtual double vtkStreamPoints::GetTimeIncrement  )  [virtual]
 

Specify the separation of points in terms of absolute time.

void vtkStreamPoints::Execute  )  [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkSource.


Member Data Documentation

double vtkStreamPoints::TimeIncrement [protected]
 

Definition at line 71 of file vtkStreamPoints.h.


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