VTK
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
vtkGenericStreamTracer Class Reference

Streamline generator. More...

#include <vtkGenericStreamTracer.h>

Inheritance diagram for vtkGenericStreamTracer:
[legend]
Collaboration diagram for vtkGenericStreamTracer:
[legend]

Classes

struct  IntervalInformation
 

Public Types

enum  Units { TIME_UNIT, LENGTH_UNIT, CELL_LENGTH_UNIT }
 
enum  Solvers {
  RUNGE_KUTTA2, RUNGE_KUTTA4, RUNGE_KUTTA45, NONE,
  UNKNOWN
}
 
enum  ReasonForTermination {
  OUT_OF_DOMAIN = vtkInitialValueProblemSolver::OUT_OF_DOMAIN, NOT_INITIALIZED = vtkInitialValueProblemSolver::NOT_INITIALIZED, UNEXPECTED_VALUE = vtkInitialValueProblemSolver::UNEXPECTED_VALUE, OUT_OF_TIME = 4,
  OUT_OF_STEPS = 5, STAGNATION = 6
}
 
enum  { FORWARD, BACKWARD, BOTH }
 
typedef vtkPolyDataAlgorithm Superclass
 
- Public Types inherited from vtkPolyDataAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkGenericStreamTracerNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetSourceConnection (vtkAlgorithmOutput *algOutput)
 
int FillInputPortInformation (int port, vtkInformation *info)
 
void AddInputData (vtkGenericDataSet *in)
 
void SetInterpolatorPrototype (vtkGenericInterpolatedVelocityField *ivf)
 
virtual void SetStartPosition (double, double, double)
 
virtual void SetStartPosition (double[3])
 
virtual doubleGetStartPosition ()
 
virtual void GetStartPosition (double &, double &, double &)
 
virtual void GetStartPosition (double[3])
 
void SetSourceData (vtkDataSet *source)
 
vtkDataSetGetSource ()
 
void SetIntegrator (vtkInitialValueProblemSolver *)
 
virtual vtkInitialValueProblemSolverGetIntegrator ()
 
void SetIntegratorType (int type)
 
int GetIntegratorType ()
 
void SetIntegratorTypeToRungeKutta2 ()
 
void SetIntegratorTypeToRungeKutta4 ()
 
void SetIntegratorTypeToRungeKutta45 ()
 
void SetMaximumPropagation (int unit, double max)
 
void SetMaximumPropagation (double max)
 
void SetMaximumPropagationUnit (int unit)
 
int GetMaximumPropagationUnit ()
 
double GetMaximumPropagation ()
 
void SetMaximumPropagationUnitToTimeUnit ()
 
void SetMaximumPropagationUnitToLengthUnit ()
 
void SetMaximumPropagationUnitToCellLengthUnit ()
 
void SetMinimumIntegrationStep (int unit, double step)
 
void SetMinimumIntegrationStepUnit (int unit)
 
void SetMinimumIntegrationStep (double step)
 
int GetMinimumIntegrationStepUnit ()
 
double GetMinimumIntegrationStep ()
 
void SetMinimumIntegrationStepUnitToTimeUnit ()
 
void SetMinimumIntegrationStepUnitToLengthUnit ()
 
void SetMinimumIntegrationStepUnitToCellLengthUnit ()
 
void SetMaximumIntegrationStep (int unit, double step)
 
void SetMaximumIntegrationStepUnit (int unit)
 
void SetMaximumIntegrationStep (double step)
 
int GetMaximumIntegrationStepUnit ()
 
double GetMaximumIntegrationStep ()
 
void SetMaximumIntegrationStepUnitToTimeUnit ()
 
void SetMaximumIntegrationStepUnitToLengthUnit ()
 
void SetMaximumIntegrationStepUnitToCellLengthUnit ()
 
void SetInitialIntegrationStep (int unit, double step)
 
void SetInitialIntegrationStepUnit (int unit)
 
void SetInitialIntegrationStep (double step)
 
int GetInitialIntegrationStepUnit ()
 
double GetInitialIntegrationStep ()
 
void SetInitialIntegrationStepUnitToTimeUnit ()
 
void SetInitialIntegrationStepUnitToLengthUnit ()
 
void SetInitialIntegrationStepUnitToCellLengthUnit ()
 
virtual void SetMaximumError (double)
 
virtual double GetMaximumError ()
 
virtual void SetMaximumNumberOfSteps (vtkIdType)
 
virtual vtkIdType GetMaximumNumberOfSteps ()
 
virtual void SetTerminalSpeed (double)
 
virtual double GetTerminalSpeed ()
 
void SetIntegrationStepUnit (int unit)
 
virtual void SetIntegrationDirection (int)
 
virtual int GetIntegrationDirection ()
 
void SetIntegrationDirectionToForward ()
 
void SetIntegrationDirectionToBackward ()
 
void SetIntegrationDirectionToBoth ()
 
virtual void SetComputeVorticity (int)
 
virtual int GetComputeVorticity ()
 
virtual void ComputeVorticityOn ()
 
virtual void ComputeVorticityOff ()
 
virtual void SetRotationScale (double)
 
virtual double GetRotationScale ()
 
virtual char * GetInputVectorsSelection ()
 
void SelectInputVectors (const char *fieldName)
 
- Public Member Functions inherited from vtkPolyDataAlgorithm
vtkPolyDataAlgorithmNewInstance () const
 
vtkDataObjectGetInput ()
 
vtkDataObjectGetInput (int port)
 
vtkPolyDataGetPolyDataInput (int port)
 
vtkPolyDataGetOutput ()
 
vtkPolyDataGetOutput (int)
 
virtual void SetOutput (vtkDataObject *d)
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
void AddInputData (vtkDataObject *)
 
void AddInputData (int, vtkDataObject *)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkGenericStreamTracerSafeDownCast (vtkObjectBase *o)
 
static vtkGenericStreamTracerNew ()
 
- Static Public Member Functions inherited from vtkPolyDataAlgorithm
static vtkPolyDataAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPolyDataAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkGenericStreamTracer ()
 
 ~vtkGenericStreamTracer ()
 
void AddInput (vtkDataObject *)
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void Integrate (vtkGenericDataSet *input0, vtkPolyData *output, vtkDataArray *seedSource, vtkIdList *seedIds, vtkIntArray *integrationDirections, double lastPoint[3], vtkGenericInterpolatedVelocityField *func)
 
void SimpleIntegrate (double seed[3], double lastPoint[3], double delt, vtkGenericInterpolatedVelocityField *func)
 
int CheckInputs (vtkGenericInterpolatedVelocityField *&func, vtkInformationVector **inputVector)
 
void GenerateNormals (vtkPolyData *output, double *firstNormal)
 
virtual void SetInputVectorsSelection (const char *)
 
void SetIntervalInformation (int unit, double interval, IntervalInformation &currentValues)
 
void SetIntervalInformation (int unit, IntervalInformation &currentValues)
 
void ConvertIntervals (double &step, double &minStep, double &maxStep, int direction, double cellLength, double speed)
 
void InitializeSeeds (vtkDataArray *&seeds, vtkIdList *&seedIds, vtkIntArray *&integrationDirections)
 
void CalculateVorticity (vtkGenericAdaptorCell *cell, double pcoords[3], vtkGenericAttribute *attribute, double vorticity[3])
 
- Protected Member Functions inherited from vtkPolyDataAlgorithm
 vtkPolyDataAlgorithm ()
 
 ~vtkPolyDataAlgorithm ()
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Static Protected Member Functions

static double ConvertToTime (IntervalInformation &interval, double cellLength, double speed)
 
static double ConvertToLength (IntervalInformation &interval, double cellLength, double speed)
 
static double ConvertToCellLength (IntervalInformation &interval, double cellLength, double speed)
 
static double ConvertToUnit (IntervalInformation &interval, int unit, double cellLength, double speed)
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 

Protected Attributes

int GenerateNormalsInIntegrate
 
char * InputVectorsSelection
 
double StartPosition [3]
 
double TerminalSpeed
 
double LastUsedTimeStep
 
IntervalInformation MaximumPropagation
 
IntervalInformation MinimumIntegrationStep
 
IntervalInformation MaximumIntegrationStep
 
IntervalInformation InitialIntegrationStep
 
int IntegrationDirection
 
vtkInitialValueProblemSolverIntegrator
 
double MaximumError
 
vtkIdType MaximumNumberOfSteps
 
int ComputeVorticity
 
double RotationScale
 
vtkGenericInterpolatedVelocityFieldInterpolatorPrototype
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Static Protected Attributes

static const double EPSILON
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 

Detailed Description

Streamline generator.

vtkGenericStreamTracer is a filter that integrates a vector field to generate streamlines. The integration is performed using the provided integrator. The default is second order Runge-Kutta.

vtkGenericStreamTracer generate polylines as output. Each cell (polyline) corresponds to one streamline. The values associated with each streamline are stored in the cell data whereas the values associated with points are stored in point data.

Note that vtkGenericStreamTracer can integrate both forward and backward. The length of the streamline is controlled by specifying either a maximum value in the units of length, cell length or elapsed time (the elapsed time is the time each particle would have traveled if flow were steady). Otherwise, the integration terminates after exiting the dataset or if the particle speed is reduced to a value less than the terminal speed or when a maximum number of steps is reached. The reason for the termination is stored in a cell array named ReasonForTermination.

The quality of integration can be controlled by setting integration step (InitialIntegrationStep) and in the case of adaptive solvers the maximum error, the minimum integration step and the maximum integration step. All of these can have units of length, cell length or elapsed time.

The integration time, vorticity, rotation and angular velocity are stored in point arrays named "IntegrationTime", "Vorticity", "Rotation" and "AngularVelocity" respectively (vorticity, rotation and angular velocity are computed only when ComputeVorticity is on). All point attributes in the source data set are interpolated on the new streamline points.

vtkGenericStreamTracer integrates through any type of dataset. As a result, if the dataset contains 2D cells such as polygons or triangles, the integration is constrained to lie on the surface defined by the 2D cells.

The starting point of traces may be defined in two different ways. Starting from global x-y-z "position" allows you to start a single trace at a specified x-y-z coordinate. If you specify a source object, a trace will be generated for each point in the source that is inside the dataset.

See also
vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45
Tests:
vtkGenericStreamTracer (Tests)

Definition at line 85 of file vtkGenericStreamTracer.h.

Member Typedef Documentation

Definition at line 88 of file vtkGenericStreamTracer.h.

Member Enumeration Documentation

Enumerator
TIME_UNIT 
LENGTH_UNIT 
CELL_LENGTH_UNIT 

Definition at line 118 of file vtkGenericStreamTracer.h.

Enumerator
RUNGE_KUTTA2 
RUNGE_KUTTA4 
RUNGE_KUTTA45 
NONE 
UNKNOWN 

Definition at line 125 of file vtkGenericStreamTracer.h.

Enumerator
OUT_OF_DOMAIN 
NOT_INITIALIZED 
UNEXPECTED_VALUE 
OUT_OF_TIME 
OUT_OF_STEPS 
STAGNATION 

Definition at line 134 of file vtkGenericStreamTracer.h.

anonymous enum
Enumerator
FORWARD 
BACKWARD 
BOTH 

Definition at line 264 of file vtkGenericStreamTracer.h.

Constructor & Destructor Documentation

vtkGenericStreamTracer::vtkGenericStreamTracer ( )
protected
vtkGenericStreamTracer::~vtkGenericStreamTracer ( )
protected

Member Function Documentation

static int vtkGenericStreamTracer::IsTypeOf ( const char *  type)
static
virtual int vtkGenericStreamTracer::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 vtkPolyDataAlgorithm.

static vtkGenericStreamTracer* vtkGenericStreamTracer::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkGenericStreamTracer::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkPolyDataAlgorithm.

vtkGenericStreamTracer* vtkGenericStreamTracer::NewInstance ( ) const
void vtkGenericStreamTracer::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 vtkPolyDataAlgorithm.

static vtkGenericStreamTracer* vtkGenericStreamTracer::New ( )
static

Construct object to start from position (0,0,0), integrate forward, terminal speed 1.0E-12, vorticity computation on, integration step length 0.5 (unit cell length), maximum number of steps 2000, using 2nd order Runge Kutta and maximum propagation 1.0 (unit length).

virtual void vtkGenericStreamTracer::SetStartPosition ( double  ,
double  ,
double   
)
virtual

Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.

virtual void vtkGenericStreamTracer::SetStartPosition ( double  [3])
virtual

Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.

virtual double* vtkGenericStreamTracer::GetStartPosition ( )
virtual

Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.

virtual void vtkGenericStreamTracer::GetStartPosition ( double ,
double ,
double  
)
virtual

Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.

virtual void vtkGenericStreamTracer::GetStartPosition ( double  [3])
virtual

Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.

void vtkGenericStreamTracer::SetSourceData ( vtkDataSet source)

Specify the source object used to generate starting points.

vtkDataSet* vtkGenericStreamTracer::GetSource ( )

Specify the source object used to generate starting points.

void vtkGenericStreamTracer::SetSourceConnection ( vtkAlgorithmOutput algOutput)

Specify the source object used to generate starting points (seeds). New style.

int vtkGenericStreamTracer::FillInputPortInformation ( int  port,
vtkInformation info 
)
virtual

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkPolyDataAlgorithm.

void vtkGenericStreamTracer::SetIntegrator ( vtkInitialValueProblemSolver )

Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2

virtual vtkInitialValueProblemSolver* vtkGenericStreamTracer::GetIntegrator ( )
virtual

Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2

void vtkGenericStreamTracer::SetIntegratorType ( int  type)

Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2

int vtkGenericStreamTracer::GetIntegratorType ( )

Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2

void vtkGenericStreamTracer::SetIntegratorTypeToRungeKutta2 ( )
inline

Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2

Definition at line 156 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetIntegratorTypeToRungeKutta4 ( )
inline

Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2

Definition at line 158 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetIntegratorTypeToRungeKutta45 ( )
inline

Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2

Definition at line 160 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMaximumPropagation ( int  unit,
double  max 
)

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

void vtkGenericStreamTracer::SetMaximumPropagation ( double  max)

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

void vtkGenericStreamTracer::SetMaximumPropagationUnit ( int  unit)

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

int vtkGenericStreamTracer::GetMaximumPropagationUnit ( )

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

double vtkGenericStreamTracer::GetMaximumPropagation ( )

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

void vtkGenericStreamTracer::SetMaximumPropagationUnitToTimeUnit ( )
inline

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

Definition at line 172 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMaximumPropagationUnitToLengthUnit ( )
inline

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

Definition at line 174 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMaximumPropagationUnitToCellLengthUnit ( )
inline

Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2

Definition at line 176 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMinimumIntegrationStep ( int  unit,
double  step 
)

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

void vtkGenericStreamTracer::SetMinimumIntegrationStepUnit ( int  unit)

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

void vtkGenericStreamTracer::SetMinimumIntegrationStep ( double  step)

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

int vtkGenericStreamTracer::GetMinimumIntegrationStepUnit ( )

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

double vtkGenericStreamTracer::GetMinimumIntegrationStep ( )

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

void vtkGenericStreamTracer::SetMinimumIntegrationStepUnitToTimeUnit ( )
inline

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

Definition at line 189 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMinimumIntegrationStepUnitToLengthUnit ( )
inline

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

Definition at line 191 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMinimumIntegrationStepUnitToCellLengthUnit ( )
inline

Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

Definition at line 193 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMaximumIntegrationStep ( int  unit,
double  step 
)

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

void vtkGenericStreamTracer::SetMaximumIntegrationStepUnit ( int  unit)

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

void vtkGenericStreamTracer::SetMaximumIntegrationStep ( double  step)

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

int vtkGenericStreamTracer::GetMaximumIntegrationStepUnit ( )

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

double vtkGenericStreamTracer::GetMaximumIntegrationStep ( )

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

void vtkGenericStreamTracer::SetMaximumIntegrationStepUnitToTimeUnit ( )
inline

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

Definition at line 206 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMaximumIntegrationStepUnitToLengthUnit ( )
inline

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

Definition at line 208 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetMaximumIntegrationStepUnitToCellLengthUnit ( )
inline

Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.

Definition at line 210 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetInitialIntegrationStep ( int  unit,
double  step 
)

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

void vtkGenericStreamTracer::SetInitialIntegrationStepUnit ( int  unit)

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

void vtkGenericStreamTracer::SetInitialIntegrationStep ( double  step)

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

int vtkGenericStreamTracer::GetInitialIntegrationStepUnit ( )

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

double vtkGenericStreamTracer::GetInitialIntegrationStep ( )

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

void vtkGenericStreamTracer::SetInitialIntegrationStepUnitToTimeUnit ( )
inline

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

Definition at line 223 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetInitialIntegrationStepUnitToLengthUnit ( )
inline

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

Definition at line 225 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetInitialIntegrationStepUnitToCellLengthUnit ( )
inline

Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.

Definition at line 227 of file vtkGenericStreamTracer.h.

virtual void vtkGenericStreamTracer::SetMaximumError ( double  )
virtual

Specify the maximum error in the integration. This value is passed to the integrator. Therefore, it's meaning depends on the integrator used.

virtual double vtkGenericStreamTracer::GetMaximumError ( )
virtual

Specify the maximum error in the integration. This value is passed to the integrator. Therefore, it's meaning depends on the integrator used.

virtual void vtkGenericStreamTracer::SetMaximumNumberOfSteps ( vtkIdType  )
virtual

Specify the maximum number of steps used in the integration.

virtual vtkIdType vtkGenericStreamTracer::GetMaximumNumberOfSteps ( )
virtual

Specify the maximum number of steps used in the integration.

virtual void vtkGenericStreamTracer::SetTerminalSpeed ( double  )
virtual

If at any point, the speed is below this value, the integration is terminated.

virtual double vtkGenericStreamTracer::GetTerminalSpeed ( )
virtual

If at any point, the speed is below this value, the integration is terminated.

void vtkGenericStreamTracer::SetIntegrationStepUnit ( int  unit)
inline

Simplified API to set an homogeneous unit across Min/Max/Init IntegrationStepUnit

Definition at line 255 of file vtkGenericStreamTracer.h.

virtual void vtkGenericStreamTracer::SetIntegrationDirection ( int  )
virtual

Specify whether the streamtrace will be generated in the upstream or downstream direction.

virtual int vtkGenericStreamTracer::GetIntegrationDirection ( )
virtual

Specify whether the streamtrace will be generated in the upstream or downstream direction.

void vtkGenericStreamTracer::SetIntegrationDirectionToForward ( )
inline

Specify whether the streamtrace will be generated in the upstream or downstream direction.

Definition at line 277 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetIntegrationDirectionToBackward ( )
inline

Specify whether the streamtrace will be generated in the upstream or downstream direction.

Definition at line 279 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::SetIntegrationDirectionToBoth ( )
inline

Specify whether the streamtrace will be generated in the upstream or downstream direction.

Definition at line 281 of file vtkGenericStreamTracer.h.

virtual void vtkGenericStreamTracer::SetComputeVorticity ( int  )
virtual

Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.

virtual int vtkGenericStreamTracer::GetComputeVorticity ( )
virtual

Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.

virtual void vtkGenericStreamTracer::ComputeVorticityOn ( )
virtual

Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.

virtual void vtkGenericStreamTracer::ComputeVorticityOff ( )
virtual

Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.

virtual void vtkGenericStreamTracer::SetRotationScale ( double  )
virtual

This can be used to scale the rate with which the streamribbons twist. The default is 1.

virtual double vtkGenericStreamTracer::GetRotationScale ( )
virtual

This can be used to scale the rate with which the streamribbons twist. The default is 1.

virtual char* vtkGenericStreamTracer::GetInputVectorsSelection ( )
virtual

If you want to generate traces using an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array.

void vtkGenericStreamTracer::SelectInputVectors ( const char *  fieldName)
inline

If you want to generate traces using an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array.

Definition at line 305 of file vtkGenericStreamTracer.h.

void vtkGenericStreamTracer::AddInputData ( vtkGenericDataSet in)

Add a dataset to the list inputs

void vtkGenericStreamTracer::SetInterpolatorPrototype ( vtkGenericInterpolatedVelocityField ivf)

The object used to interpolate the velocity field during integration is of the same class as this prototype.

void vtkGenericStreamTracer::AddInput ( vtkDataObject )
inlineprotected

Definition at line 321 of file vtkGenericStreamTracer.h.

int vtkGenericStreamTracer::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

This is called by the superclass. This is the method you should override.

Reimplemented from vtkPolyDataAlgorithm.

void vtkGenericStreamTracer::CalculateVorticity ( vtkGenericAdaptorCell cell,
double  pcoords[3],
vtkGenericAttribute attribute,
double  vorticity[3] 
)
protected

Compute the vorticity at point `pcoords' in cell `cell' for the vector attribute `attribute'.

Precondition
attribute_exists: attribute!=0
point_centered_attribute: attribute->GetCentering()==vtkPointCentered
vector_attribute: attribute->GetType()==vtkDataSetAttributes::VECTORS);
void vtkGenericStreamTracer::Integrate ( vtkGenericDataSet input0,
vtkPolyData output,
vtkDataArray seedSource,
vtkIdList seedIds,
vtkIntArray integrationDirections,
double  lastPoint[3],
vtkGenericInterpolatedVelocityField func 
)
protected
void vtkGenericStreamTracer::SimpleIntegrate ( double  seed[3],
double  lastPoint[3],
double  delt,
vtkGenericInterpolatedVelocityField func 
)
protected
int vtkGenericStreamTracer::CheckInputs ( vtkGenericInterpolatedVelocityField *&  func,
vtkInformationVector **  inputVector 
)
protected
void vtkGenericStreamTracer::GenerateNormals ( vtkPolyData output,
double firstNormal 
)
protected
virtual void vtkGenericStreamTracer::SetInputVectorsSelection ( const char *  )
protectedvirtual
void vtkGenericStreamTracer::SetIntervalInformation ( int  unit,
double  interval,
IntervalInformation currentValues 
)
protected
void vtkGenericStreamTracer::SetIntervalInformation ( int  unit,
IntervalInformation currentValues 
)
protected
static double vtkGenericStreamTracer::ConvertToTime ( IntervalInformation interval,
double  cellLength,
double  speed 
)
staticprotected
static double vtkGenericStreamTracer::ConvertToLength ( IntervalInformation interval,
double  cellLength,
double  speed 
)
staticprotected
static double vtkGenericStreamTracer::ConvertToCellLength ( IntervalInformation interval,
double  cellLength,
double  speed 
)
staticprotected
static double vtkGenericStreamTracer::ConvertToUnit ( IntervalInformation interval,
int  unit,
double  cellLength,
double  speed 
)
staticprotected
void vtkGenericStreamTracer::ConvertIntervals ( double step,
double minStep,
double maxStep,
int  direction,
double  cellLength,
double  speed 
)
protected
void vtkGenericStreamTracer::InitializeSeeds ( vtkDataArray *&  seeds,
vtkIdList *&  seedIds,
vtkIntArray *&  integrationDirections 
)
protected

Member Data Documentation

int vtkGenericStreamTracer::GenerateNormalsInIntegrate
protected

Definition at line 353 of file vtkGenericStreamTracer.h.

char* vtkGenericStreamTracer::InputVectorsSelection
protected

Definition at line 355 of file vtkGenericStreamTracer.h.

double vtkGenericStreamTracer::StartPosition[3]
protected

Definition at line 360 of file vtkGenericStreamTracer.h.

const double vtkGenericStreamTracer::EPSILON
staticprotected

Definition at line 362 of file vtkGenericStreamTracer.h.

double vtkGenericStreamTracer::TerminalSpeed
protected

Definition at line 363 of file vtkGenericStreamTracer.h.

double vtkGenericStreamTracer::LastUsedTimeStep
protected

Definition at line 365 of file vtkGenericStreamTracer.h.

IntervalInformation vtkGenericStreamTracer::MaximumPropagation
protected

Definition at line 374 of file vtkGenericStreamTracer.h.

IntervalInformation vtkGenericStreamTracer::MinimumIntegrationStep
protected

Definition at line 375 of file vtkGenericStreamTracer.h.

IntervalInformation vtkGenericStreamTracer::MaximumIntegrationStep
protected

Definition at line 376 of file vtkGenericStreamTracer.h.

IntervalInformation vtkGenericStreamTracer::InitialIntegrationStep
protected

Definition at line 377 of file vtkGenericStreamTracer.h.

int vtkGenericStreamTracer::IntegrationDirection
protected

Definition at line 398 of file vtkGenericStreamTracer.h.

vtkInitialValueProblemSolver* vtkGenericStreamTracer::Integrator
protected

Definition at line 401 of file vtkGenericStreamTracer.h.

double vtkGenericStreamTracer::MaximumError
protected

Definition at line 403 of file vtkGenericStreamTracer.h.

vtkIdType vtkGenericStreamTracer::MaximumNumberOfSteps
protected

Definition at line 404 of file vtkGenericStreamTracer.h.

int vtkGenericStreamTracer::ComputeVorticity
protected

Definition at line 406 of file vtkGenericStreamTracer.h.

double vtkGenericStreamTracer::RotationScale
protected

Definition at line 407 of file vtkGenericStreamTracer.h.

vtkGenericInterpolatedVelocityField* vtkGenericStreamTracer::InterpolatorPrototype
protected

Definition at line 409 of file vtkGenericStreamTracer.h.


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