35 #ifndef cylindricalCS_H 36 #define cylindricalCS_H Base class for other coordinate system specifications.
Abstract base class for coordinate rotation.
A list of keyword definitions, which are a keyword followed by any number of values (e...
cylindricalCS(const bool inDegrees=true)
Construct null.
virtual vector localToGlobal(const vector &, bool translate) const
Convert from local coordinate system to the global Cartesian system.
const word & name() const
Return name.
const point & origin() const
Return origin.
Cylindrical coordinate system.
A class for handling words, derived from string.
virtual ~cylindricalCS()
Destructor.
bool inDegrees() const
Are angles in degrees?
A class for managing temporary objects.
Registry of regIOobjects.
virtual vector globalToLocal(const vector &, bool translate) const
Convert from global Cartesian system to the local coordinate system.