Defines the edge from the projection onto a surface (single surface) or intersection of two surfaces. More...


Public Member Functions | |
| TypeName ("projectCurve") | |
| Runtime type information. More... | |
| projectCurveEdge (const dictionary &dict, const label index, const searchableSurfaceList &geometry, const pointField &points, Istream &) | |
| Construct from Istream setting pointsList. More... | |
| projectCurveEdge (const projectCurveEdge &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~projectCurveEdge () |
| Destructor. More... | |
| virtual point | position (const scalar) const |
| Return the point positions corresponding to the curve parameters. More... | |
| virtual tmp< pointField > | position (const scalarList &) const |
| Return the point positions corresponding to the curve parameters. More... | |
| virtual scalar | length () const |
| Return the length of the curve. More... | |
| void | operator= (const projectCurveEdge &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from blockEdge | |
| TypeName ("blockEdge") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, blockEdge, Istream,(const dictionary &dict, const label index, const searchableSurfaceList &geometry, const pointField &points, Istream &is),(dict, index, geometry, points, is)) | |
| blockEdge (const pointField &points, const label start, const label end) | |
| Construct from components. More... | |
| blockEdge (const dictionary &dict, const label index, const pointField &, Istream &) | |
| Construct from Istream setting pointsList. More... | |
| virtual autoPtr< blockEdge > | clone () const |
| Clone function. More... | |
| virtual | ~blockEdge () |
| Destructor. More... | |
| label | start () const |
| Return label of start point. More... | |
| label | end () const |
| Return label of end point. More... | |
| int | compare (const blockEdge &) const |
| Compare the given start and end points with this curve. More... | |
| int | compare (const edge &) const |
| Compare the given start and end points with this curve. More... | |
| int | compare (const label start, const label end) const |
| Compare the given start and end points with this curve. More... | |
| void | write (Ostream &, const dictionary &) const |
| Write edge with variable backsubstitution. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from blockEdge | |
| static autoPtr< blockEdge > | New (const dictionary &dict, const label index, const searchableSurfaceList &geometry, const pointField &, Istream &) |
| New function which constructs and returns pointer to a blockEdge. More... | |
Static Protected Member Functions inherited from blockEdge | |
| static pointField | appendEndPoints (const pointField &, const label start, const label end, const pointField &otherKnots) |
| Return a complete point field by appending the start/end points. More... | |
Protected Attributes inherited from blockEdge | |
| const pointField & | points_ |
| const label | start_ |
| const label | end_ |
Defines the edge from the projection onto a surface (single surface) or intersection of two surfaces.
Definition at line 51 of file projectCurveEdge.H.
| projectCurveEdge | ( | const dictionary & | dict, |
| const label | index, | ||
| const searchableSurfaceList & | geometry, | ||
| const pointField & | points, | ||
| Istream & | is | ||
| ) |
Construct from Istream setting pointsList.
Definition at line 45 of file projectCurveEdge.C.
References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, searchableSurfaceList::findSurfaceID(), forAll, Foam::Info, List< T >::setSize(), List< T >::size(), and Foam::type().

|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 86 of file projectCurveEdge.H.
| TypeName | ( | "projectCurve" | ) |
Runtime type information.
|
inlinevirtual |
Return the point positions corresponding to the curve parameters.
0 <= lambda <= 1
Implements blockEdge.
Definition at line 94 of file projectCurveEdge.H.
|
virtual |
Return the point positions corresponding to the curve parameters.
0 <= lambda <= 1
Reimplemented from blockEdge.
Definition at line 83 of file projectCurveEdge.C.
References Foam::e, Foam::endl(), searchableSurfacesQueries::findNearest(), forAll, Foam::Info, UList< T >::last(), Foam::mag(), Foam::magSqr(), Foam::name(), points, Foam::Pout, tmp< T >::ref(), autoPtr< T >::reset(), s(), List< T >::size(), Foam::sum(), autoPtr< T >::valid(), linearInterpolationWeights::valueWeights(), and VectorSpace< Form, Cmpt, Ncmpts >::zero.

|
inlinevirtual |
Return the length of the curve.
Implements blockEdge.
Definition at line 105 of file projectCurveEdge.H.
References NotImplemented.
|
delete |
Disallow default bitwise assignment.