43 Foam::vector Foam::coordinateSystems::cartesian::localToGlobal
63 Foam::vector Foam::coordinateSystems::cartesian::globalToLocal
Base class for other coordinate system specifications.
defineTypeNameAndDebug(cartesian, 0)
Abstract base class for coordinate rotation.
Provides a centralised coordinateSystem collection.
cartesian(const word &name, const point &origin, const coordinateRotation &)
Construct from origin and rotation.
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(coordinateSystem, cartesian, dictionary)
Cylindrical coordinate system.
virtual vector localToGlobal(const vector &, bool translate) const
Convert from local coordinate system to the global Cartesian system.
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
virtual ~cartesian()
Destructor.
virtual vector globalToLocal(const vector &, bool translate) const
Convert from global Cartesian system to the local coordinate system.
A class for managing temporary objects.