#include <VISU_StreamLine.hxx>
Public Member Functions |
| | vtkTypeRevisionMacro (VISU_StreamLine, VISU_Streamer) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| | vtkSetClampMacro (StepLength, double, 0.000001, VTK_DOUBLE_MAX) |
| | vtkGetMacro (StepLength, double) |
| | vtkTypeRevisionMacro (VISU_Streamer, vtkStreamer) |
Static Public Member Functions |
| static VISU_StreamLine * | New () |
Protected Member Functions |
| | VISU_StreamLine () |
| | ~VISU_StreamLine () |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| void | Integrate (vtkDataSet *input, vtkDataSet *source) |
Static Protected Member Functions |
| static VTK_THREAD_RETURN_TYPE | ThreadedIntegrate (void *arg) |
Protected Attributes |
| double | StepLength |
Private Member Functions |
| | VISU_StreamLine (const VISU_StreamLine &) |
| void | operator= (const VISU_StreamLine &) |
Constructor & Destructor Documentation
| VISU_StreamLine::VISU_StreamLine |
( |
| ) |
[protected] |
| VISU_StreamLine.~VISU_StreamLine |
( |
| ) |
[protected] |
Member Function Documentation
| void VISU_StreamLine::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
| VISU_StreamLine.vtkSetClampMacro |
( |
StepLength |
, |
|
|
double |
, |
|
|
0. |
000001, |
|
|
VTK_DOUBLE_MAX |
|
|
) |
| |
| VISU_StreamLine.vtkGetMacro |
( |
StepLength |
, |
|
|
double |
|
|
) |
| |
| int VISU_StreamLine::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| [protected, virtual] |
| void VISU_Streamer::Integrate |
( |
vtkDataSet * |
input, |
|
|
vtkDataSet * |
source |
|
) |
| [protected, inherited] |
| VTK_THREAD_RETURN_TYPE VISU_Streamer::ThreadedIntegrate |
( |
void * |
arg | ) |
[static, protected, inherited] |
Field Documentation