39#ifndef blockEdges_projectEdge_H
40#define blockEdges_projectEdge_H
77 projectEdge(
const projectEdge&) =
delete;
80 void operator=(
const projectEdge&) =
delete;
118 virtual scalar
length()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
blockEdge(const pointField &points, const label from, const label to)
Construct from components.
TypeName("project")
Runtime type information.
virtual scalar length() const
The length of the edge.
virtual ~projectEdge()=default
Destructor.
virtual point position(const scalar) const
The point position corresponding to the curve parameter.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Accumulates point constraints through successive applications of the applyConstraint function.
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
A class for managing temporary objects.
A namespace for various blockEdge types.
List< label > labelList
A List of labels.
vector point
Point is a vector.
vectorField pointField
pointField is a vectorField.
List< scalar > scalarList
List of scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.