Go to the documentation of this file.
61 #ifndef coordinateRotation_H
62 #define coordinateRotation_H
128 virtual void clear() = 0;
static autoPtr< coordinateRotation > New(const dictionary &dict)
Select constructed from dictionary.
A class for handling words, derived from Foam::string.
declareRunTimeSelectionTable(autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict))
TypeNameNoDebug("coordinateRotation")
Runtime type information.
virtual ~coordinateRotation()=default
Destructor.
User specification of a coordinate rotation.
virtual tensor R() const =0
Calculate and return the rotation tensor.
virtual void write(Ostream &os) const =0
Write information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual void writeEntry(const word &keyword, Ostream &os) const =0
Write dictionary entry.
virtual void clear()=0
Reset specification.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
virtual autoPtr< coordinateRotation > clone() const =0
Construct and return a clone.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static vector findOrthogonal(const vector &axis)
Determine best-guess for an orthogonal axis.