131 virtual const tensor&
R()
const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
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.
A local coordinate rotation.
virtual bool uniform() const
Return if the rotation is uniform.
virtual const vector e2() const
Return local Cartesian y-axis in global coordinates.
virtual void write(Ostream &) const
Write.
virtual void updatePoints(const UList< vector > &points)
Update the rotation for a list of points.
virtual autoPtr< coordinateRotation > clone() const
Return clone.
virtual const tensor & R() const
Return local-to-global transformation tensor.
virtual ~cylindrical()
Destructor.
virtual vector transform(const vector &v) const
Transform vector using transformation tensor.
TypeName("cylindrical")
Runtime type information.
virtual const vector axis() const
Return local Cartesian z-axis in global coordinates.
virtual const vector e1() const
Return local Cartesian x-axis in global coordinates.
virtual const vector e3() const
Return local Cartesian z-axis in global coordinates.
virtual symmTensor transformDiagTensor(const vector &p, const vector &v) const
Transform diagTensor masquerading as a vector using transformation.
cylindrical(const vector &axis, const point &origin, const UList< vector > &points)
Construct from components for list of points.
virtual vector invTransform(const vector &v) const
Inverse transform vector using transformation tensor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.