Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkPStreamTracer Class Reference
#include <vtkPStreamTracer.h>
Inheritance diagram for vtkPStreamTracer:
[legend]Collaboration diagram for vtkPStreamTracer:
[legend]List of all members.
Detailed Description
Parallel streamline generator.
- Date:
-
2003/01/09 19:21:05
- Revision:
-
1.3
- See also:
-
vtkStreamTracer
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
-
- .
cxx
(/Parallel/vtkPStreamTracer.cxx)
- .
h
(/Parallel/vtkPStreamTracer.h)
- Tests:
-
vtkPStreamTracer (Tests)
Definition at line 47 of file vtkPStreamTracer.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPStreamTracer::vtkPStreamTracer |
( |
|
) |
[protected] |
|
vtkPStreamTracer::~vtkPStreamTracer |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkPStreamTracer::GetClassName |
( |
|
) |
[virtual] |
|
int vtkPStreamTracer::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkStreamTracer. |
virtual int vtkPStreamTracer::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkStreamTracer. |
vtkPStreamTracer* vtkPStreamTracer::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
void vtkPStreamTracer::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 vtkStreamTracer. |
vtkPStreamTracer* vtkPStreamTracer::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).
Reimplemented from vtkStreamTracer. |
|
Set/Get the controller use in compositing (set to the global controller by default) If not using the default, this must be called before any other methods. |
|
Set/Get the controller use in compositing (set to the global controller by default) If not using the default, this must be called before any other methods. |
virtual char* vtkPStreamTracer::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 vtkPStreamTracer::SelectInputVectors |
( |
const char * |
fieldName |
) |
[inline] |
|
void vtkPStreamTracer::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkStreamTracer. |
void vtkPStreamTracer::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
void vtkPStreamTracer::ComputeInputUpdateExtents |
( |
vtkDataObject * |
output |
) |
[protected, virtual] |
|
void vtkPStreamTracer::ForwardTask |
( |
float |
seed[3], |
|
|
int |
direction, |
|
|
int |
isNewSeed, |
|
|
int |
lastid, |
|
|
int |
currentLine |
|
) |
[protected] |
|
int vtkPStreamTracer::ProcessTask |
( |
float |
seed[3], |
|
|
int |
direction, |
|
|
int |
isNewSeed, |
|
|
int |
lastid, |
|
|
int |
currentLine |
|
) |
[protected] |
|
int vtkPStreamTracer::ReceiveAndProcessTask |
( |
|
) |
[protected] |
|
Member Data Documentation
vtkIdList* vtkPStreamTracer::SeedIds [protected]
|
|
vtkIntArray* vtkPStreamTracer::IntegrationDirections [protected]
|
|
The documentation for this class was generated from the following file: