35 #ifndef blockEdges_lineEdge_H 36 #define blockEdges_lineEdge_H
A straight edge between the start point and the end point.
scalar length() const
Return the length of the curve.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
label end() const
Return label of end point.
label start() const
Return label of start point.
Container for searchableSurfaces.
point position(const scalar) const
Return the point position corresponding to the curve parameter.
Define a curved edge that is parameterised for 0<lambda<1 between the start and end point...
virtual ~lineEdge()
Destructor.
lineEdge(const pointField &, const label start, const label end)
Construct from components.
TypeName("line")
Runtime type information.