Public Member Functions | |
text (const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours) | |
Construct from dictionary. More... | |
virtual | ~text () |
Destructor. More... | |
virtual void | addGeometryToScene (const scalar position, vtkRenderer *renderer) |
Add surface(s) to scene. More... | |
virtual void | updateActors (const scalar position) |
Update actors. 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... | |
Protected Attributes | |
string | string_ |
Text. More... | |
Tuple2< scalar, scalar > | position_ |
Position. More... | |
scalar | size_ |
Size. More... | |
autoPtr< DataEntry< vector > > | colour_ |
Colour. More... | |
bool | bold_ |
Bold flag. More... | |
![]() | |
const runTimePostProcessing & | parent_ |
Reference to the parent function object. More... | |
word | name_ |
Name. More... | |
bool | visible_ |
Visible flag. More... | |
renderModeType | renderMode_ |
Render mode. More... | |
autoPtr< DataEntry< scalar > > | opacity_ |
Opacity. More... | |
const HashPtrTable< DataEntry< vector >, word > & | colours_ |
Reference to the colours. More... | |
Private Member Functions | |
text (const text &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const text &) |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
![]() | |
enum | renderModeType { rmFlat, rmGouraud, rmPhong } |
![]() | |
static const NamedEnum< renderModeType, 3 > | renderModeTypeNames |
![]() | |
void | initialiseActor (vtkActor *actor) const |
Initialse actor. More... | |
text | ( | const runTimePostProcessing & | parent, |
const dictionary & | dict, | ||
const HashPtrTable< DataEntry< vector >, word > & | colours | ||
) |
|
private |
Disallow default bitwise assignment.
|
virtual |
Add surface(s) to scene.
Implements geometryBase.
Definition at line 72 of file text.C.
References Foam::compressible::New().
|
virtual |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.