42 #ifndef arcEdge_blockEdge_H
43 #define arcEdge_blockEdge_H
87 void calc(
const point& pM);
91 void calc(
const scalar theta,
const vector& axis);
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Define a curved edge that is parameterised for 0<lambda<1 between the start and end point.
An arcEdge between two points on a circle. The arc is defined either by a third point that the arc pa...
scalar length() const
Return the length of the curve.
TypeName("arc")
Runtime type information.
void operator=(const arcEdge &)=delete
Disallow default bitwise assignment.
point position(const scalar) const
Return the point position corresponding to the curve parameter.
arcEdge(const dictionary &dict, const label index, const searchableSurfaceList &geometry, const pointField &points, Istream &)
Construct from Istream setting pointsList.
virtual ~arcEdge()
Destructor.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Container for searchableSurfaces.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.