44 namespace coordinateSystems
59 virtual vector localToGlobal(
const vector&,
bool translate)
const;
71 virtual vector globalToLocal(
const vector&,
bool translate)
const;
Base class for other coordinate system specifications.
Abstract base class for coordinate rotation.
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...
TypeName("cartesian")
Runtime type information.
const word & name() const
Return name.
Cylindrical coordinate system.
const point & origin() const
Return origin.
virtual autoPtr< coordinateSystem > clone() const
Construct and return a clone.
A class for handling words, derived from string.
virtual ~cartesian()
Destructor.
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.