Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
AppParCurves Class Reference

Parallel Approximation in n curves.
This package gives all the algorithms used to approximate a MultiLine
described by the tool MLineTool.
The result of the approximation will be a MultiCurve.

#include <AppParCurves.hxx>

Static Public Member Functions

static DEFINE_STANDARD_ALLOC void BernsteinMatrix (const Standard_Integer NbPoles, const math_Vector &U, math_Matrix &A)
static void Bernstein (const Standard_Integer NbPoles, const math_Vector &U, math_Matrix &A, math_Matrix &DA)
static void SecondDerivativeBernstein (const Standard_Real U, math_Vector &DDA)
static void SplineFunction (const Standard_Integer NbPoles, const Standard_Integer Degree, const math_Vector &Parameters, const math_Vector &FlatKnots, math_Matrix &A, math_Matrix &DA, math_IntegerVector &Index)

Member Function Documentation

static void AppParCurves::Bernstein ( const Standard_Integer  NbPoles,
const math_Vector U,
math_Matrix A,
math_Matrix DA 
) [static]
static void AppParCurves::SplineFunction ( const Standard_Integer  NbPoles,
const Standard_Integer  Degree,
const math_Vector Parameters,
const math_Vector FlatKnots,
math_Matrix A,
math_Matrix DA,
math_IntegerVector Index 
) [static]

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