#include <vtkDashedStreamLine.h>
Inheritance diagram for vtkDashedStreamLine:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetDashFactor (float) |
virtual float | GetDashFactor () |
Static Public Methods | |
vtkDashedStreamLine * | New () |
int | IsTypeOf (const char *type) |
vtkDashedStreamLine * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkDashedStreamLine () | |
~vtkDashedStreamLine () | |
vtkDashedStreamLine (const vtkDashedStreamLine &) | |
void | operator= (const vtkDashedStreamLine &) |
void | Execute () |
Protected Attributes | |
float | DashFactor |
vtkDashedStreamLine is a filter that generates a "dashed" streamline for an arbitrary dataset. The streamline consists of a series of dashes, each of which represents (approximately) a constant time increment. Thus, in the resulting visual representation, relatively long dashes represent areas of high velocity, and small dashes represent areas of low velocity.
vtkDashedStreamLine introduces the instance variable DashFactor. DashFactor interacts with its superclass' instance variable StepLength to create the dashes. DashFactor is the percentage of the StepLength line segment that is visible. Thus, if the DashFactor=0.75, the dashes will be "three-quarters on" and "one-quarter off".
Definition at line 69 of file vtkDashedStreamLine.h.
|
|
|
Definition at line 84 of file vtkDashedStreamLine.h. |
|
Definition at line 85 of file vtkDashedStreamLine.h. |
|
Construct object with step size set to 1.0. Reimplemented from vtkStreamLine. |
|
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 vtkStreamLine. |
|
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 vtkStreamLine. |
|
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 vtkStreamLine. |
|
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 vtkStreamLine. |
|
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 vtkStreamLine. |
|
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off. |
|
|
|
Definition at line 86 of file vtkDashedStreamLine.h. |
|
Reimplemented from vtkStreamLine. |
|
Definition at line 92 of file vtkDashedStreamLine.h. |