Class that defines the streamline module.
|
|
__init__(self)
Initialise the streamline module. |
|
|
|
|
__setInput(self)
Set the input for the streamline. |
|
|
|
|
__setSource(self)
Set the source to generate the starting points for the streamline. |
|
|
|
vtkPolyData @return Polygonal data
|
_getStreamLineModuleOutput(self)
Return the output of the streamline. |
|
|
|
|
|
|
|
_setSpeedScalarsOn(self)
Turn on the creation of scalar data from velocity magnitude. |
|
|
|
|
|
|
|
|
|
|
setIntegrationToBothDirections(self)
Set the integration to occur both sides: forward (where the
streamline goes) and backward (where the streamline came from). |
|
|
|
|
setIntegrator(self,
integrator)
Set the integrator to be used in the streamline calculation. |
|
|
|
|
|
|
|
setStepLength(self,
length)
Set the length of the streamline segment expressed in elapsed time. |
|
|