35 #ifndef blockEdges_splineEdge_H 36 #define blockEdges_splineEdge_H 99 virtual scalar
length()
const;
A blockEdge interface for Catmull-Rom splines.
void operator=(const splineEdge &)=delete
Disallow default bitwise assignment.
A list of keyword definitions, which are a keyword followed by any number of values (e...
splineEdge(const pointField &, const label start, const label end, const pointField &internalPoints)
Construct from components.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
virtual point position(const scalar) const
Return the point position corresponding to the curve parameter.
label end() const
Return label of end point.
label start() const
Return label of start point.
virtual ~splineEdge()
Destructor.
TypeName("spline")
Runtime type information.
Container for searchableSurfaces.
virtual scalar length() const
Return the length of the spline curve (not implemented)
Define a curved edge that is parameterised for 0<lambda<1 between the start and end point...
An implementation of Catmull-Rom splines (sometimes known as Overhauser splines). ...