35 #ifndef blockEdges_polyLineEdge_H
36 #define blockEdges_polyLineEdge_H
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.
label end() const
Return label of end point.
label start() const
Return label of start point.
A blockEdge defined in terms of a series of straight line segments.
scalar length() const
Return the length of the curve.
polyLineEdge(const pointField &, const label start, const label end, const pointField &otherPoints)
Construct from components.
void operator=(const polyLineEdge &)=delete
Disallow default bitwise assignment.
virtual ~polyLineEdge()
Destructor.
point position(const scalar lambda) const
Return the point position corresponding to the curve parameter.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A series of straight line segments, which can also be interpreted as a series of control points for s...
Container for searchableSurfaces.
dimensionedScalar lambda(viscosity->lookup("lambda"))
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.