59 BSpline(appendEndPoints(points, start, end, internalPoints))
81 vector tangent0Ignored(is);
82 vector tangent1Ignored(is);
virtual ~BSplineEdge()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A token holds items read from Istream.
void putBack(const token &)
Put back token.
Macros for easy insertion into run-time selection tables.
vectorField pointField
pointField is a vectorField.
BSplineEdge(const pointField &, const label start, const label end, const pointField &internalPoints)
Construct from components.
Container for searchableSurfaces.
An implementation of B-splines.
const dimensionedScalar mu
Atomic mass unit.
virtual point position(const scalar) const
Return the point position corresponding to the curve parameter.
virtual scalar length() const
Return the length of the spline curve (not implemented)
defineTypeNameAndDebug(arcEdge, 0)
addToRunTimeSelectionTable(blockEdge, arcEdge, Istream)
Define a curved edge that is parameterised for 0<lambda<1 between the start and end point...
point position(const scalar lambda) const
Return the point position corresponding to the curve parameter.
scalar length() const
Return the length of the curve.