Go to the documentation of this file.
42 #ifndef blockEdges_splineEdge_H
43 #define blockEdges_splineEdge_H
121 virtual scalar
length()
const;
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
An implementation of Catmull-Rom splines (sometimes known as Overhauser splines).
Define a curved edge that is parameterized for 0<lambda<1 between the start/end points.
const pointField & points() const noexcept
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual ~splineEdge()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A blockEdge interface for Catmull-Rom splines.
virtual scalar length() const
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
virtual point position(const scalar) const