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