Defines the edge from the projection onto a surface (single surface) or intersection of two surfaces. More...
#include <projectCurveEdge.H>


Public Member Functions | |
| TypeName ("projectCurve") | |
| Runtime type information. | |
| projectCurveEdge (const dictionary &dict, const label index, const searchableSurfaces &geometry, const pointField &points, Istream &is) | |
| Construct from Istream and point field. | |
| virtual | ~projectCurveEdge ()=default |
| Destructor. | |
| virtual point | position (const scalar) const |
| The point position corresponding to the curve parameter. | |
| virtual tmp< pointField > | position (const scalarList &) const |
| The point positions corresponding to the curve parameters. | |
| virtual scalar | length () const |
| The length of the curve. | |
| Public Member Functions inherited from blockEdge | |
| TypeName ("blockEdge") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, blockEdge, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, const pointField &points, Istream &is),(dict, index, geometry, points, is)) | |
| blockEdge (const pointField &points, const edge &fromTo) | |
| Construct from components. | |
| blockEdge (const dictionary &dict, const label index, const pointField &points, Istream &is) | |
| Construct from Istream and point field. | |
| virtual autoPtr< blockEdge > | clone () const |
| Clone function. | |
| virtual | ~blockEdge ()=default |
| Destructor. | |
| bool | good () const noexcept |
| True if first/last indices are unique and non-negative. | |
| bool | valid () const noexcept |
| Same as good(). | |
| label | start () const noexcept |
| Index of start (first) point. | |
| label | end () const noexcept |
| Index of end (last) point. | |
| const point & | firstPoint () const |
| The location of the first point. | |
| const point & | lastPoint () const |
| The location of the last point. | |
| int | compare (const blockEdge &e) const |
| Compare the given start/end points with this block edge. | |
| int | compare (const edge &e) const |
| Compare the given start/end points with this block edge. | |
| int | compare (const label start, const label end) const |
| Compare the given start/end points with this block edge. | |
| point | linearPosition (const scalar lambda) const |
| The point position in the straight line. | |
| void | write (Ostream &os, const dictionary &dict) const |
| Write edge with variable back-substitution. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from blockEdge | |
| static autoPtr< blockEdge > | New (const dictionary &dict, const label index, const searchableSurfaces &geometry, const pointField &points, Istream &is) |
| New function which constructs and returns pointer to a blockEdge. | |
| Protected Member Functions inherited from blockEdge | |
| blockEdge (const pointField &points, const label from, const label to) | |
| Construct from components. | |
| Static Protected Member Functions inherited from blockEdge | |
| static pointField | appendEndPoints (const pointField &p, const label from, const label to, const pointField &intermediate) |
| Return a complete point field by appending the start/end points to the given list. | |
| Protected Attributes inherited from blockEdge | |
| const pointField & | points_ |
| The referenced point field. | |
| const label | start_ |
| Index of the first point. | |
| const label | end_ |
| Index of the last point. | |
Defines the edge from the projection onto a surface (single surface) or intersection of two surfaces.
Definition at line 54 of file projectCurveEdge.H.
| projectCurveEdge | ( | const dictionary & | dict, |
| const label | index, | ||
| const searchableSurfaces & | geometry, | ||
| const pointField & | points, | ||
| Istream & | is ) |
Construct from Istream and point field.
| points | Referenced point field |
Definition at line 45 of file projectCurveEdge.C.
References blockEdge::blockEdge(), dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, forAll, Foam::Info, Foam::isA(), names, points, and Foam::type().

|
virtualdefault |
Destructor.
|
virtual |
The point position corresponding to the curve parameter.
0 <= lambda <= 1
Implements blockEdge.
Definition at line 83 of file projectCurveEdge.C.
References VectorSpace< Form, Cmpt, Ncmpts >::max, and NotImplemented.
|
virtual |
The point positions corresponding to the curve parameters.
0 <= lambda <= 1
Reimplemented from blockEdge.
Definition at line 91 of file projectCurveEdge.C.
References e, Foam::endl(), searchableSurfacesQueries::findNearest(), blockEdge::firstPoint(), forAll, Foam::Info, Foam::isA(), UList< T >::last(), blockEdge::lastPoint(), blockEdge::linearPosition(), Foam::mag(), Foam::magSqr(), Foam::name(), tmp< T >::New(), points, Foam::Pout, Foam::refCast(), autoPtr< T >::reset(), s(), UList< T >::size(), blockEdge::start(), Foam::sum(), linearInterpolationWeights::valueWeights(), and Foam::Zero.

|
virtual |
The length of the curve.
Implements blockEdge.
Definition at line 264 of file projectCurveEdge.C.
References NotImplemented.