38#ifndef blockEdges_BSplineEdge_H
39#define blockEdges_BSplineEdge_H
63 BSplineEdge(
const BSplineEdge&) =
delete;
66 void operator=(
const BSplineEdge&) =
delete;
117 virtual scalar
length()
const;
BSpline(const pointField &knots, const bool notImplementedClosed=false)
Construct from components.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
blockEdge(const pointField &points, const label from, const label to)
Construct from components.
virtual scalar length() const
The length of the spline curve.
virtual ~BSplineEdge()=default
Destructor.
TypeName("BSpline")
Runtime type information.
virtual point position(const scalar) const
The point position corresponding to the curve parameter.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
An edge is a list of two vertex labels. This can correspond to a directed graph edge or an edge on a ...
const pointField & points() const noexcept
Return const-access to the control-points.
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
A namespace for various blockEdge types.
vector point
Point is a vector.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.