#include <GeomLib_Interpolate.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GeomLib_Interpolate (const Standard_Integer Degree, const Standard_Integer NumPoints, const TColgp_Array1OfPnt &Points, const TColStd_Array1OfReal &Parameters) |
| Standard_Boolean | IsDone () const |
| returns if everything went OK | |
| GeomLib_InterpolationErrors | Error () const |
| returns the error type if any | |
| Standard_EXPORT Handle_Geom_BSplineCurve | Curve () const |
| returns the interpolated curve of the requested degree | |
Private Attributes | |
| Handle_Geom_BSplineCurve | myCurve |
| Standard_Boolean | myIsDone |
| GeomLib_InterpolationErrors | myError |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.1