BSpline1D Class Reference
#include <BSpline.h>
Public Member Functions | |
| BSpline1D () | |
| ~BSpline1D () | |
| bool | init (int deg, int nPoints, float *points, int pointDim) |
| void | eval (float t, float *res) |
Protected Member Functions | |
| float | evalB (float t, int i, int d) |
Protected Attributes | |
| int | deg |
| int | nPoints |
| float * | points |
| float * | knots |
| int | pointDim |
Constructor & Destructor Documentation
| BSpline1D::BSpline1D | ( | ) |
| BSpline1D::~BSpline1D | ( | ) |
Member Function Documentation
| void BSpline1D::eval | ( | float | t, | |
| float * | res | |||
| ) |
| float BSpline1D::evalB | ( | float | t, | |
| int | i, | |||
| int | d | |||
| ) | [protected] |
| bool BSpline1D::init | ( | int | deg, | |
| int | nPoints, | |||
| float * | points, | |||
| int | pointDim | |||
| ) |
Member Data Documentation
int BSpline1D::deg [protected] |
float* BSpline1D::knots [protected] |
int BSpline1D::nPoints [protected] |
int BSpline1D::pointDim [protected] |
float* BSpline1D::points [protected] |
The documentation for this class was generated from the following files:
- src/inVRs/SystemCore/BSpline.h
- src/inVRs/SystemCore/BSpline.cpp
Generated on Wed Oct 20 16:11:54 2010 for inVRs by
1.5.8