A curvedEdge defined in terms of a series of straight line segments. More...
Public Member Functions | |
TypeName ("polyLine") | |
polyLineEdge (const pointField &, const label start, const label end, const pointField &otherPoints) | |
Construct from components. More... | |
polyLineEdge (const pointField &, Istream &) | |
Construct from Istream. More... | |
virtual | ~polyLineEdge () |
Destructor. More... | |
point | position (const scalar lambda) const |
Return the point position corresponding to the curve parameter. More... | |
scalar | length () const |
Return the length of the curve. More... | |
![]() | |
TypeName ("curvedEdge") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, curvedEdge, Istream,(const pointField &points, Istream &is),(points, is)) | |
curvedEdge (const pointField &points, const label start, const label end) | |
Construct from components. More... | |
curvedEdge (const pointField &, Istream &) | |
Construct from Istream setting pointsList. More... | |
curvedEdge (const curvedEdge &) | |
Copy construct. More... | |
virtual autoPtr< curvedEdge > | clone () const |
Clone function. More... | |
virtual | ~curvedEdge () |
Destructor. More... | |
label | start () const |
Return label of start point. More... | |
label | end () const |
Return label of end point. More... | |
int | compare (const curvedEdge &) 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 | operator= (const curvedEdge &) |
![]() | |
polyLine (const pointField &, const bool notImplementedClosed=false) | |
Construct from components. More... | |
const pointField & | points () const |
Return const-access to the control-points. More... | |
label | nSegments () const |
Return the number of line segments. More... | |
point | position (const scalar) const |
Return the point position corresponding to the curve parameter. More... | |
point | position (const label segment, const scalar) const |
Return the point position corresponding to the local parameter. More... | |
scalar | length () const |
Return the length of the curve. More... | |
Private Member Functions | |
polyLineEdge (const polyLineEdge &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const polyLineEdge &) |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< curvedEdge > | New (const pointField &, Istream &) |
New function which constructs and returns pointer to a curvedEdge. More... | |
![]() | |
void | calcParam () |
Precalculate the rational cumulative parameter value. More... | |
label | localParameter (scalar &lambda) const |
Return the line segment and the local parameter [0..1]. More... | |
![]() | |
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... | |
![]() | |
const pointField & | points_ |
const label | start_ |
const label | end_ |
![]() | |
pointField | points_ |
The control points or ends of each segments. More... | |
scalar | lineLength_ |
The real line length. More... | |
scalarList | param_ |
The rational (0-1) cumulative parameter value for each point. More... | |
A curvedEdge defined in terms of a series of straight line segments.
Definition at line 49 of file polyLineEdge.H.
|
private |
Disallow default bitwise copy construct.
polyLineEdge | ( | const pointField & | ps, |
const label | start, | ||
const label | end, | ||
const pointField & | otherPoints | ||
) |
Construct from components.
Definition at line 42 of file polyLineEdge.C.
polyLineEdge | ( | const pointField & | ps, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 54 of file polyLineEdge.C.
|
virtual |
Destructor.
Definition at line 63 of file polyLineEdge.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "polyLine" | ) |
|
virtual |
Return the point position corresponding to the curve parameter.
0 <= lambda <= 1
Implements curvedEdge.
Definition at line 69 of file polyLineEdge.C.
References lambda(), and polyLine::position().
|
virtual |
Return the length of the curve.
Implements curvedEdge.
Definition at line 75 of file polyLineEdge.C.
References polyLine::lineLength_.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.