35 #ifndef BSplineEdge_blockEdge_H
36 #define BSplineEdge_blockEdge_H
99 virtual scalar
length()
const;
An implementation of B-splines. This is a piecewise cubic spline that intersects its given end points...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Define a curved edge that is parameterised for 0<lambda<1 between the start and end point.
label end() const
Return label of end point.
label start() const
Return label of start point.
A blockEdge interface for B-splines.
virtual scalar length() const
Return the length of the spline curve (not implemented)
void operator=(const BSplineEdge &)=delete
Disallow default bitwise assignment.
TypeName("BSpline")
Runtime type information.
virtual ~BSplineEdge()
Destructor.
BSplineEdge(const pointField &, const label start, const label end, const pointField &internalPoints)
Construct from components.
virtual point position(const scalar) const
Return the point position corresponding to the curve parameter.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Container for searchableSurfaces.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.