|
| TypeName ("BSpline") |
|
| BSplineEdge (const pointField &points, const edge &fromTo, const pointField &internalPoints) |
|
| BSplineEdge (const pointField &points, const label from, const label to, const pointField &internalPoints) |
|
| BSplineEdge (const dictionary &dict, const label index, const searchableSurfaces &, const pointField &points, Istream &is) |
|
virtual | ~BSplineEdge ()=default |
|
virtual point | position (const scalar) const |
|
virtual scalar | length () const |
|
| TypeName ("blockEdge") |
|
| 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) |
|
| blockEdge (const dictionary &dict, const label index, const pointField &points, Istream &is) |
|
virtual autoPtr< blockEdge > | clone () const |
|
virtual | ~blockEdge ()=default |
|
bool | valid () const noexcept |
|
label | start () const noexcept |
|
label | end () const noexcept |
|
const point & | firstPoint () const |
|
const point & | lastPoint () const |
|
int | compare (const blockEdge &e) const |
|
int | compare (const edge &e) const |
|
int | compare (const label start, const label end) const |
|
point | linearPosition (const scalar lambda) const |
|
virtual tmp< pointField > | position (const scalarList &lambdas) const |
|
void | write (Ostream &os, const dictionary &dict) const |
|
| BSpline (const pointField &knots, const bool notImplementedClosed=false) |
|
point | position (const scalar lambda) const |
|
point | position (const label segment, const scalar lambda) const |
|
scalar | length () const |
|
| polyLine (const pointField &points, const bool notImplementedClosed=false) |
|
| polyLine (const point &start, const pointField &intermediate, const point &end, const bool notImplementedClosed=false) |
|
const pointField & | points () const noexcept |
|
label | nSegments () const noexcept |
|
point | position (const scalar) const |
|
point | position (const label segment, const scalar) const |
|
scalar | length () const noexcept |
|
A blockEdge interface for B-splines.
- Source files
-
Definition at line 50 of file BSplineEdge.H.