35 #ifndef cylindricalCS_H
36 #define cylindricalCS_H
44 namespace coordinateSystems
59 virtual vector localToGlobal(
const vector&,
bool translate)
const;
71 virtual vector globalToLocal(
const vector&,
bool translate)
const;
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Abstract base class for coordinate rotation.
Base class for other coordinate system specifications.
const word & name() const
Return name.
const point & origin() const
Return origin.
Cylindrical coordinate system.
virtual autoPtr< coordinateSystem > clone() const
Construct and return a clone.
cylindrical(const word &name, const point &origin, const coordinateRotation &)
Construct from origin and rotation.
TypeName("cylindrical")
Runtime type information.
virtual ~cylindrical()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for managing temporary objects.
A class for handling words, derived from string.