OCC Main Page | ModelingData | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingData
TKGeomBase
AppParCurves


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>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

static Standard_EXPORT void BernsteinMatrix (const Standard_Integer NbPoles, const math_Vector &U, math_Matrix &A)
static Standard_EXPORT void Bernstein (const Standard_Integer NbPoles, const math_Vector &U, math_Matrix &A, math_Matrix &DA)
static Standard_EXPORT void SecondDerivativeBernstein (const Standard_Real U, math_Vector &DDA)
static Standard_EXPORT 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 Standard_EXPORT void AppParCurves::Bernstein const Standard_Integer  NbPoles,
const math_Vector &  U,
math_Matrix &  A,
math_Matrix &  DA
[static]
 

static Standard_EXPORT void AppParCurves::BernsteinMatrix const Standard_Integer  NbPoles,
const math_Vector &  U,
math_Matrix &  A
[static]
 

void AppParCurves::operator delete void *  anAddress  )  [inline]
 

void* AppParCurves::operator new size_t  size  )  [inline]
 

void* AppParCurves::operator new size_t  ,
void *  anAddress
[inline]
 

static Standard_EXPORT void AppParCurves::SecondDerivativeBernstein const Standard_Real  U,
math_Vector &  DDA
[static]
 

static Standard_EXPORT 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:
Generated on Mon Aug 25 13:22:28 2008 for OpenCASCADE by  doxygen 1.4.1