|
| TypeName ("line") |
| Run-time type information. More...
|
|
| functionObjectLine (const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours) |
| Construct from dictionary. More...
|
|
virtual | ~functionObjectLine () |
| Destructor. More...
|
|
virtual void | addGeometryToScene (const scalar position, vtkRenderer *renderer) |
| Add tube(s) to scene. More...
|
|
virtual void | updateActors (const scalar position) |
| Update actors. More...
|
|
| 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...
|
|
| fieldVisualisationBase (const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours) |
| Construct from dictionary. More...
|
|
virtual | ~fieldVisualisationBase () |
| Destructor. More...
|
|
const HashPtrTable< DataEntry< vector >, word > & | colours () const |
| Return the colours. More...
|
|
const word & | fieldName () const |
| Return the field name. More...
|
|
|
enum | representationType { rtNone,
rtLine,
rtTube,
rtVector
} |
|
enum | renderModeType { rmFlat,
rmGouraud,
rmPhong
} |
|
enum | colourByType { cbColour,
cbField
} |
|
enum | colourMapType { cmRainbow,
cmBlueWhiteRed,
cmFire,
cmGreyscale
} |
|
static autoPtr< pathline > | New (const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours, const word &pathlineName) |
| Return a reference to the selected RAS model. More...
|
|
static const NamedEnum< representationType, 4 > | representationTypeNames |
|
static const NamedEnum< renderModeType, 3 > | renderModeTypeNames |
|
static const NamedEnum< colourByType, 2 > | colourByTypeNames |
|
static const NamedEnum< colourMapType, 4 > | colourMapTypeNames |
|
void | addLines (const label frameI, vtkActor *actor, vtkPolyData *data) const |
| Add the pathlines to the renderer. More...
|
|
void | initialiseActor (vtkActor *actor) const |
| Initialse actor. More...
|
|
void | setColourMap (vtkLookupTable *lut) const |
| Set the colour map. More...
|
|
void | addScalarBar (const scalar position, vtkRenderer *renderer, vtkLookupTable *lut) const |
| Add scalar bar to renderer. More...
|
|
void | setField (const scalar position, const word &colourFieldName, vtkPolyDataMapper *mapper, vtkRenderer *renderer) const |
| Set field/configure mapper, add scalar bar. More...
|
|
void | addGlyphs (const scalar position, const word &scaleFieldName, const word &colourFieldName, const scalar maxGlyphLength, vtkPolyData *data, vtkActor *actor, vtkRenderer *renderer) const |
| Add glyphs. More...
|
|
- Source files
-
Definition at line 48 of file functionObjectLine.H.