|
| TypeName ("pathline") |
| Run-time type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, pathline, dictionary,(const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours),(parent, dict, colours)) |
|
| pathline (const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours) |
| Construct from dictionary. More...
|
|
virtual | ~pathline () |
| Destructor. More...
|
|
| geometryBase (const runTimePostProcessing &parent_, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours) |
| Construct from dictionary. More...
|
|
virtual | ~geometryBase () |
| Destructor. More...
|
|
const runTimePostProcessing & | parent () const |
| Return the reference to the parent function object. More...
|
|
const word & | name () const |
| Return the name. More...
|
|
bool | visible () const |
| Return the visible flag. More...
|
|
scalar | opacity (const scalar position) const |
| Return the opacity. More...
|
|
const HashPtrTable< DataEntry< vector >, word > & | colours () const |
| Return reference to the colours. More...
|
|
virtual void | addGeometryToScene (const scalar position, vtkRenderer *renderer)=0 |
| Add geometry to scene. More...
|
|
virtual void | updateActors (const scalar position)=0 |
| Update the actors. More...
|
|
- Source files
-
Definition at line 53 of file pathline.H.
◆ representationType
Enumerator |
---|
rtNone | |
rtLine | |
rtTube | |
rtVector | |
Definition at line 61 of file pathline.H.
◆ pathline() [1/2]
Disallow default bitwise copy construct.
◆ pathline() [2/2]
Construct from dictionary.
Definition at line 118 of file pathline.C.
References dict.
◆ ~pathline()
◆ operator=()
Disallow default bitwise assignment.
◆ addLines()
void addLines |
( |
const label |
frameI, |
|
|
vtkActor * |
actor, |
|
|
vtkPolyData * |
data |
|
) |
| const |
|
protected |
◆ TypeName()
Run-time type information.
◆ declareRunTimeSelectionTable()
◆ New()
◆ representationTypeNames
◆ representation_
Representation type.
Definition at line 88 of file pathline.H.
◆ tubeRadius_
Radius for the tube filter.
Definition at line 91 of file pathline.H.
◆ lineColour_
The documentation for this class was generated from the following files:
- src/postProcessing/functionObjects/graphics/runTimePostProcessing/pathline.H
- src/postProcessing/functionObjects/graphics/runTimePostProcessing/pathline.C