96 virtual scalar
length()
const;
virtual ~splineEdge()
Destructor.
Define a curved edge that is parameterized for 0<lambda<1 between the start and end point...
TypeName("spline")
Runtime type information.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label start() const
Return label of start point.
virtual scalar length() const
Return the length of the spline curve (not implemented)
virtual point position(const scalar) const
Return the point position corresponding to the curve parameter.
An implementation of Catmull-Rom splines (sometimes known as Overhauser splines). ...
A curvedEdge interface for Catmull-Rom splines.
label end() const
Return label of end point.