Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkStreamPoints Class Reference

generate points along streamer separated by constant time increment. More...

#include <vtkStreamPoints.h>

Inheritance diagram for vtkStreamPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkStreamPoints:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Static Public Methods

int IsTypeOf (const char *type)
vtkStreamPoints * SafeDownCast (vtkObject *o)
vtkStreamPoints * New ()

Protected Methods

 vtkStreamPoints ()
 ~vtkStreamPoints ()
 vtkStreamPoints (const vtkStreamPoints &)
void operator= (const vtkStreamPoints &)
void Execute ()

Protected Attributes

float TimeIncrement

Detailed Description

generate points along streamer separated by constant time increment.

Date:
2000/12/10 20:08:53
Revision:
1.27

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
Examples:
vtkStreamPoints (examples)

Definition at line 62 of file vtkStreamPoints.h.


Constructor & Destructor Documentation

vtkStreamPoints::vtkStreamPoints   [protected]
 

vtkStreamPoints::~vtkStreamPoints   [inline, protected]
 

Definition at line 77 of file vtkStreamPoints.h.

vtkStreamPoints::vtkStreamPoints const vtkStreamPoints &    [inline, protected]
 

Definition at line 78 of file vtkStreamPoints.h.


Member Function Documentation

virtual const char* vtkStreamPoints::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkStreamer.

vtkStreamPoints* vtkStreamPoints::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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 vtkStreamer.

virtual void vtkStreamPoints::SetTimeIncrement float    [virtual]
 

Specify the separation of points in terms of absolute time.

virtual float vtkStreamPoints::GetTimeIncrement   [virtual]
 

void vtkStreamPoints::operator= const vtkStreamPoints &    [inline, protected]
 

Definition at line 79 of file vtkStreamPoints.h.

void vtkStreamPoints::Execute   [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

float vtkStreamPoints::TimeIncrement [protected]
 

Definition at line 85 of file vtkStreamPoints.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:00:30 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001