3.5.0
Loading...
Searching...
No Matches
tigl::CPointsToLinearBSpline Class Reference

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 Handle_Geom_BSplineCurve Curve () const
 
TIGL_EXPORT operator Handle_Geom_BSplineCurve () const
 
TIGL_EXPORT ~CPointsToLinearBSpline ()
 

Private Attributes

const std::vector< gp_Pnt > & _points
 

Detailed Description

This class creates a linaer B-Spline interpolation of the given points.

Constructor & Destructor Documentation

◆ CPointsToLinearBSpline()

TIGL_EXPORT tigl::CPointsToLinearBSpline::CPointsToLinearBSpline ( const std::vector< gp_Pnt > & points)

◆ ~CPointsToLinearBSpline()

TIGL_EXPORT tigl::CPointsToLinearBSpline::~CPointsToLinearBSpline ( )

Member Function Documentation

◆ Curve()

TIGL_EXPORT Handle_Geom_BSplineCurve tigl::CPointsToLinearBSpline::Curve ( ) const

◆ operator Handle_Geom_BSplineCurve()

TIGL_EXPORT tigl::CPointsToLinearBSpline::operator Handle_Geom_BSplineCurve ( ) const

Field Documentation

◆ _points

const std::vector<gp_Pnt>& tigl::CPointsToLinearBSpline::_points
private

The documentation for this class was generated from the following file: