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