36 #ifndef projectCurveEdge_H
37 #define projectCurveEdge_H
46 class pointConstraint;
106 virtual scalar
length()
const
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.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Defines the edge from the projection onto a surface (single surface) or intersection of two surfaces.
virtual ~projectCurveEdge()
Destructor.
TypeName("projectCurve")
Runtime type information.
virtual scalar length() const
Return the length of the curve.
projectCurveEdge(const dictionary &dict, const label index, const searchableSurfaceList &geometry, const pointField &points, Istream &)
Construct from Istream setting pointsList.
virtual point position(const scalar) const
Return the point positions corresponding to the curve parameters.
void operator=(const projectCurveEdge &)=delete
Disallow default bitwise assignment.
Container for searchableSurfaces.
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.