Defines the arcEdge of a circle in terms of 3 points on its circumference. More...
Defines the arcEdge of a circle in terms of 3 points on its circumference.
Inheritance diagram for arcEdge:
Collaboration diagram for arcEdge:Public Member Functions | |
| TypeName ("arc") | |
| Runtime type information. | |
| arcEdge (const pointField &points, const label start, const label end, const point &pMid) | |
| Construct from components. | |
| arcEdge (const pointField &points, Istream &) | |
| Construct from Istream setting pointsList. | |
| virtual | ~arcEdge () |
| point | position (const scalar) const |
| Return the point position corresponding to the curve parameter. | |
| scalar | length () const |
| Return the length of the curve. | |
Public Member Functions inherited from curvedEdge | |
| TypeName ("curvedEdge") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, curvedEdge, Istream,(const pointField &points, Istream &is),(points, is)) | |
| curvedEdge (const pointField &points, const label start, const label end) | |
| Construct from components. | |
| curvedEdge (const pointField &, Istream &) | |
| Construct from Istream setting pointsList. | |
| curvedEdge (const curvedEdge &) | |
| Copy construct. | |
| virtual autoPtr< curvedEdge > | clone () const |
| Clone function. | |
| virtual | ~curvedEdge () |
| label | start () const |
| Return label of start point. | |
| label | end () const |
| Return label of end point. | |
| int | compare (const curvedEdge &) const |
| Compare the given start and end points with this curve. | |
| int | compare (const edge &) const |
| Compare the given start and end points with this curve. | |
| int | compare (const label start, const label end) const |
| Compare the given start and end points with this curve. | |
| void | operator= (const curvedEdge &) |
Additional Inherited Members | |
Static Public Member Functions inherited from curvedEdge | |
| static autoPtr< curvedEdge > | New (const pointField &, Istream &) |
| New function which constructs and returns pointer to a curvedEdge. | |
Static Protected Member Functions inherited from curvedEdge | |
| 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. | |
Protected Attributes inherited from curvedEdge | |
| const pointField & | points_ |
| const label | start_ |
| const label | end_ |
| arcEdge | ( | const pointField & | points, |
| const label | start, | ||
| const label | end, | ||
| const point & | pMid | ||
| ) |
Construct from components.
| arcEdge | ( | const pointField & | points, |
| Istream & | |||
| ) |
Construct from Istream setting pointsList.
| TypeName | ( | "arc" | ) |
Runtime type information.
|
virtual |
Return the point position corresponding to the curve parameter.
0 <= lambda <= 1
Implements curvedEdge.
|
virtual |
Return the length of the curve.
Implements curvedEdge.