|
virtual int | IsA (const char *type) |
|
vtkStreamPoints * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
virtual void | SetTimeIncrement (double) |
|
virtual double | GetTimeIncrement () |
|
vtkStreamer * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetStartLocation (vtkIdType cellId, int subId, double pcoords[3]) |
|
vtkIdType | GetStartLocation (int &subId, double pcoords[3]) |
|
void | SetStartPosition (double x[3]) |
|
void | SetStartPosition (double x, double y, double z) |
|
double * | GetStartPosition () |
|
void | SetSourceConnection (vtkAlgorithmOutput *algOutput) |
|
virtual void | SetNumberOfThreads (int) |
|
virtual int | GetNumberOfThreads () |
|
virtual void | SetSavePointInterval (double) |
|
virtual double | GetSavePointInterval () |
|
void | SetStartLocation (vtkIdType cellId, int subId, double r, double s, double t) |
|
void | SetSourceData (vtkDataSet *source) |
|
vtkDataSet * | GetSource () |
|
virtual void | SetMaximumPropagationTime (double) |
|
virtual double | GetMaximumPropagationTime () |
|
virtual void | SetIntegrationDirection (int) |
|
virtual int | GetIntegrationDirection () |
|
void | SetIntegrationDirectionToForward () |
|
void | SetIntegrationDirectionToBackward () |
|
void | SetIntegrationDirectionToIntegrateBothDirections () |
|
const char * | GetIntegrationDirectionAsString () |
|
virtual void | SetIntegrationStepLength (double) |
|
virtual double | GetIntegrationStepLength () |
|
virtual void | SetSpeedScalars (int) |
|
virtual int | GetSpeedScalars () |
|
virtual void | SpeedScalarsOn () |
|
virtual void | SpeedScalarsOff () |
|
virtual void | SetOrientationScalars (int) |
|
virtual int | GetOrientationScalars () |
|
virtual void | OrientationScalarsOn () |
|
virtual void | OrientationScalarsOff () |
|
virtual void | SetTerminalSpeed (double) |
|
virtual double | GetTerminalSpeed () |
|
virtual void | SetVorticity (int) |
|
virtual int | GetVorticity () |
|
virtual void | VorticityOn () |
|
virtual void | VorticityOff () |
|
void | SetIntegrator (vtkInitialValueProblemSolver *) |
|
virtual
vtkInitialValueProblemSolver * | GetIntegrator () |
|
virtual void | SetEpsilon (double) |
|
virtual double | GetEpsilon () |
|
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
- Tests:
- vtkStreamPoints (Tests)
Definition at line 36 of file vtkStreamPoints.h.