this class is used to construct a BSpline curve by
interpolation of points at given parameters The
continuity of the curve is degree - 1 and the
method used when boundary condition are not given
is to use odd degrees and null the derivatives on
both sides from degree -1 down to (degree+1) / 2
When even degree is given the returned curve is of
degree - 1 so that the degree of the curve is odd
#include <GeomLib_Interpolate.hxx>
Constructor & Destructor Documentation
Member Function Documentation
| Handle_Geom_BSplineCurve GeomLib_Interpolate::Curve |
( |
| ) |
const |
| void GeomLib_Interpolate::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* GeomLib_Interpolate::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void* GeomLib_Interpolate::operator new |
( |
size_t |
size | ) |
[inline] |
The documentation for this class was generated from the following file: