35 #ifndef cylindricalCS_H 36 #define cylindricalCS_H 44 namespace coordinateSystems
66 virtual vector localToGlobal(
const vector&,
bool translate)
const;
78 virtual vector globalToLocal(
const vector&,
bool translate)
const;
103 const bool inDegrees=
true 113 const bool inDegrees=
true 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...
const word & name() const
Return name.
cylindrical(const word &name, const point &origin, const coordinateRotation &, const bool inDegrees=true)
Construct from origin and rotation.
Cylindrical coordinate system.
TypeName("cylindrical")
Runtime type information.
const point & origin() const
Return origin.
virtual ~cylindrical()
Destructor.
A class for handling words, derived from string.
virtual autoPtr< coordinateSystem > clone() const
Construct and return a clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.