Go to the documentation of this file.
45 class vtkPolyDataMapper;
150 const word& pathlineName
A class for handling words, derived from string.
void operator=(const pathline &)
Disallow default bitwise assignment.
void addLines(const label frameI, vtkActor *actor, vtkPolyData *data) const
Add the pathlines to the renderer.
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.
scalar tubeRadius_
Radius for the tube filter.
static const NamedEnum< representationType, 4 > representationTypeNames
pathline(const pathline &)
Disallow default bitwise copy construct.
Function object to generate images during run-time.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual ~pathline()
Destructor.
const HashPtrTable< DataEntry< vector >, word > & colours() const
Return reference to the colours.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const runTimePostProcessing & parent() const
Return the reference to the parent function object.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("pathline")
Run-time type information.
A HashTable specialization for hashing pointers.
Macros to ease declaration of run-time selection tables.
autoPtr< DataEntry< vector > > lineColour_
Line colour.
representationType representation_
Representation type.
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
Database for solution data, solver performance and other reduced data.
declareRunTimeSelectionTable(autoPtr, pathline, dictionary,(const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours),(parent, dict, colours))