Go to the documentation of this file.
41 #include "vtkSmartPointer.h"
121 vtkRenderer* renderer,
167 const word& surfaceName
virtual void updateActors(const scalar position)
Update the actors.
surface(const surface &)
Disallow default bitwise copy construct.
autoPtr< DataEntry< vector > > edgeColour_
Edge colour.
A class for handling words, derived from string.
static const NamedEnum< representationType, 5 > representationTypeNames
representationType representation_
Representation type.
virtual ~surface()
Destructor.
void operator=(const surface &)
Disallow default bitwise assignment.
Function object to generate images during run-time.
TypeName("surface")
Run-time type information.
vtkSmartPointer< vtkActor > surfaceActor_
Surface actor.
declareRunTimeSelectionTable(autoPtr, surface, dictionary,(const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours),(parent, dict, colours))
autoPtr< DataEntry< vector > > surfaceColour_
Surface colour.
scalar maxGlyphLength_
Max glyph length for representation type rtGlyph.
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....
static autoPtr< surface > New(const runTimePostProcessing &parent, const dictionary &dict, const HashPtrTable< DataEntry< vector >, word > &colours, const word &surfaceName)
Return a reference to the selected RAS model.
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...
void setRepresentation(vtkActor *actor) const
Set the representation.
A HashTable specialization for hashing pointers.
Macros to ease declaration of run-time selection tables.
bool featureEdges_
Activate feature edges.
void addFeatureEdges(vtkRenderer *renderer, vtkPolyData *data) const
Add feature edges to scene.
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.
vtkSmartPointer< vtkActor > edgeActor_
Edge actor.