Go to the documentation of this file.
38 #ifndef blockEdges_splineEdge_H
39 #define blockEdges_splineEdge_H
108 virtual scalar
length()
const;
label end() const
Return label of end point.
TypeName("spline")
Runtime type information.
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 and end point.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
label start() const
Return label of start point.
virtual ~splineEdge()=default
Destructor.
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
Return the length of the spline curve (not implemented)
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
virtual point position(const scalar) const
Return the point position corresponding to the curve parameter.