This class creates a linaer B-Spline interpolation of the given points. More...
#include <CPointsToLinearBSpline.h>
Public Member Functions | |
TIGL_EXPORT | CPointsToLinearBSpline (const std::vector< gp_Pnt > &points) |
TIGL_EXPORT operator Handle() | Geom_BSplineCurve () const |
TIGL_EXPORT | Handle (Geom_BSplineCurve) Curve() const |
TIGL_EXPORT | ~CPointsToLinearBSpline () |
Private Attributes | |
const std::vector< gp_Pnt > & | _points |
This class creates a linaer B-Spline interpolation of the given points.
TIGL_EXPORT tigl::CPointsToLinearBSpline::CPointsToLinearBSpline | ( | const std::vector< gp_Pnt > & | points | ) |
TIGL_EXPORT tigl::CPointsToLinearBSpline::~CPointsToLinearBSpline | ( | ) |
TIGL_EXPORT operator Handle() tigl::CPointsToLinearBSpline::Geom_BSplineCurve | ( | ) | const |
TIGL_EXPORT tigl::CPointsToLinearBSpline::Handle | ( | Geom_BSplineCurve | ) | const |
|
private |