42 #ifndef blockEdges_arcEdge_H 43 #define blockEdges_arcEdge_H 87 void calc(
const point& pM);
91 void calc(
const scalar theta,
const vector& axis);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
point position(const scalar) const
Return the point position corresponding to the curve parameter.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
TypeName("arc")
Runtime type information.
An arcEdge between two points on a circle. The arc is defined either by a third point that the arc pa...
arcEdge(const dictionary &dict, const label index, const searchableSurfaces &geometry, const pointField &points, Istream &)
Construct from Istream setting pointsList.
Container for searchableSurfaces.
Templated 3D Vector derived from VectorSpace adding construction from 3 components, element access using x(), y() and z() member functions and the inner-product (dot-product) and cross product operators.
virtual ~arcEdge()
Destructor.
Define a curved edge that is parameterized for 0<lambda<1 between the start and end point...
void operator=(const arcEdge &)=delete
Disallow default bitwise assignment.
scalar length() const
Return the length of the curve.